# Problem & Solution

## For Event Organizers

| Problem                | Solution                        |
| ---------------------- | ------------------------------- |
| **High Upfront Costs** | Community crowdfunding          |
| **Payment Delays**     | Instant SOL settlements         |
| **Trust Issues**       | On-chain transparent operations |
| **Empty Seats Risk**   | Backed by community funding     |
| **Complex Refunds**    | Automated smart contract logic  |

## For Attendees

| Problem               | Solution                    |
| --------------------- | --------------------------- |
| **Ticket Fraud**      | NFT + live verification     |
| **No True Ownership** | Self-custodied NFT tickets  |
| **High Fees**         | 1-2% vs traditional 10-25%  |
| **Rigid Transfers**   | P2P NFT transfers anytime   |
| **Unreliable Events** | Community-vetted organizers |

## For Backers & Investors

| Problem                   | Solution                    |
| ------------------------- | --------------------------- |
| **Limited Opportunities** | Direct event investments    |
| **Opaque Fund Usage**     | Milestone-based releases    |
| **High Minimums**         | Any amount participation    |
| **Illiquid Investments**  | Potential secondary markets |
| **No Governance**         | DAO voting rights           |

## For DAO Community

| Problem                 | Solution                         |
| ----------------------- | -------------------------------- |
| **Centralized Control** | Democratic voting system         |
| **No Oversight**        | Fund release approvals           |
| **Information Gap**     | Full on-chain transparency       |
| **Passive Role**        | Active governance participation  |
| **Slow Decisions**      | Automated execution after voting |

## For Event Staff

| Problem                 | Solution                           |
| ----------------------- | ---------------------------------- |
| **Manual Check-ins**    | QR + wallet signature verification |
| **Fraudulent Entries**  | Live NFT ownership checks          |
| **No Real-time Data**   | Live attendance dashboard          |
| **Multiple Systems**    | Unified staff portal               |
| **Training Complexity** | Simple 3-step check-in process     |


---

# 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/problem-and-solution.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.
