# FAQ

Frequently asked questions about Mythra.

## General

<details>

<summary>Is this mainnet ready?</summary>

A: No, this is a hackathon MVP running on Solana Devnet.

</details>

<details>

<summary>What's the project status?</summary>

A: Active development for hackathon demonstration.

</details>

<details>

<summary>Are there any fees?</summary>

A: 2% platform fee on successful funding campaigns.

</details>

## Technical

<details>

<summary>What wallets are supported?</summary>

A: Phantom, Solflare, and any Solana wallet adapter compatible wallets.

</details>

<details>

<summary>Where's the source code?</summary>

A: Available on our GitHub organization.

</details>

<details>

<summary>Can I test this?</summary>

A: Yes, use Solana Devnet and test SOL.

</details>

## Usage

<details>

<summary>How do I create an event?</summary>

A: Connect wallet, fill event details, set funding goal, and launch.

</details>

<details>

<summary>What happens if funding fails?</summary>

A: All contributions are automatically refunded.

</details>

<details>

<summary>Can I transfer my NFT ticket?</summary>

A: Yes, like any other Solana NFT.

</details>

## Support

<details>

<summary>Where can I get help?</summary>

A: Create an issue on GitHub or contact the team.

</details>

<details>

<summary>Is there a demo?</summary>

A: Yes, check our hackathon submission.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mythra-2.gitbook.io/mythra-docs-1/documentation/introduction/getting-started/guides/technical/resourse/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
