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