# Overview

\
Mythra is a **decentralized event protocol** built on the Solana blockchain that fundamentally transforms how events are created, funded, and experienced. We bridge the gap between traditional event management and Web3 innovation by creating a transparent, community-powered ecosystem.

## What We're Building

* **NFT Ticketing** - Secure, verifiable tickets
* **Community Funding** - Crowdfunding for events
* **Transparent Escrow** - DAO-controlled fund releases
* **Live Verification** - Anti-fraud check-in system

## Hackathon Focus

{% stepper %}
{% step %}

### Basic event creation and funding

Core flows for creating an event and enabling community funding.
{% endstep %}

{% step %}

### NFT ticket minting and verification

Mint tickets as NFTs and verify ownership during check-in.
{% endstep %}

{% step %}

### Simple DAO voting mechanism

A minimal voting system to control fund releases and governance decisions.
{% endstep %}

{% step %}

### Essential user workflows

Focus on the main user journeys required for the MVP.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
This is a proof-of-concept built during a hackathon.
{% endhint %}


---

# 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/overview.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.
