> For the complete documentation index, see [llms.txt](https://stadiax.gitbook.io/stadiax-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stadiax.gitbook.io/stadiax-whitepaper/growing-ecosystem/game-play-passes/eventpass-nft.md).

# EventPass NFT

**StadiaX EventPass NFT (tournament specific)** - NFT token that holds a user’s score and participation/elimination/final rank status for a specific Game Event of a specific game. To participate in a game, a user needs an EventPass for that specific Game Event. The score data within the NFT is used to calculate the round leaderboards, who will advance or be eliminated, and the final ranking at the end of the Game Event for prize distribution.

The revenue from minting EventPasses is allocated to the designated Prize Pool Structure for the Game Event. A portion of that pool is distributed to the game developers (in-house or external) to foster more game development and improvement for future Game Events. The bulk of the prize pool (according to the specific Prize Pool Structure) plus any seed prize (sponsored by StadiaX and/or the Game Developer) is to be won according to the final outcome of the whole Game Event.

The Event Structure determines the maximum number of EventPasses that will be minted (and potentially utilized) and the structure of advancement and elimination from each round according to the performance of each EventPass holder for each round for each Game Event. A holder using two EventPasses acts as two players and cannot pool scores or performance across EventPasses.

The EventPass NFT will automatically issue the holder a certain amount of STADX Tokens at the beginning of each Event Round (which amounts would change over time as the project roadmap develops), which may be spent on gameplay in a round of a Game Event.

The STADX Tokens utilized for each gameplay additionally contribute in a designated ratio to the prize pool total as the event rounds progress. The longer the Game Event lasts, the larger the pool of STADX Tokens available to be won.

EventPass prize pools are governed by smart contracts in the same way as GamePass prize pools. Creating the same transparency and auditability for EventPasses as exists for GamePasses.

Between rounds of the Game Event, the EventPass holders may sell their EventPass to trade their position in the event to another user. The new purchaser can continue through the Game Event as if they were the original holder.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://stadiax.gitbook.io/stadiax-whitepaper/growing-ecosystem/game-play-passes/eventpass-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
