# How Is the Cash Prize Calculated?

* The total cash prize for a Gameweek depends on the **number of participants** and the **prize pool**.
* Prizes are distributed in **tiers** based on manager ranking:

| Tier      | Rank Range           | % of Pool |
| --------- | -------------------- | --------- |
| Top       | 1 – 3                | 60%       |
| High      | 4 – 10               | 15%       |
| Mid       | 11 – 50% of players  | 15%       |
| Low       | 50 – 75% of players  | 7%        |
| Remaining | 75 – 100% of players | 3%        |

* Within each tier, the reward is **weighted by rank**: higher ranks get a larger share of the tier.
* **All participants earn a reward**, even lower-ranked managers.
* Rewards are automatically credited to your **Manager Cash Wallet** after the Gameweek.

This ensures fair distribution while rewarding top-performing managers.


---

# 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.peaxel.me/guide/faqs/rewards-and-wallet/how-is-the-cash-prize-calculated.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.
