> For the complete documentation index, see [llms.txt](https://docs.overmind.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overmind.xyz/quests/prize-money.md).

# Prize Money

### Rewards

For certain live quest on our platform, there is a corresponding prize pool. The money in the prize pool is exclusively reserved for distribution to the quest's solvers. The requirements for being eligible to receive such rewards are:

* signing up to the Overmind platform and setting up a reward address,
* receiving a passing grade for a submission, &#x20;
* achieving a ranking score, and
* playing by the Overmind [Fairness ](/principles/fairness.md)rules

Prize pool rewards are distributed in the form of APT to our solver's reward address once the submission has gone through our review processes.

### Rankings

Maintaining clear, fair, and appropriate ranking criteria is critical for Overmind's success. These criteria will always be listed at the quest's prompt. Following the expiry of the quest and after the team has reviewed all results, we will publish the rankings and distribute the prize pool.


---

# 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://docs.overmind.xyz/quests/prize-money.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.
