> For the complete documentation index, see [llms.txt](https://info.gauntletleague.com/gauntletleague/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.gauntletleague.com/gauntletleague/prizing.md).

# PRIZING

The top-10 in the points leaderboard every day along with the day's overall eliminations leader will receive a share of the $7,500 weekly prize pool:&#x20;

**DAILY PRIZING**

| Placement                         | Prize (per player) |
| --------------------------------- | ------------------ |
| 1st                               | $400               |
| 2nd                               | $250               |
| 3rd                               | $150               |
| 4th - 10th                        | $100               |
| **BONUS: Player with most elims** | **$100**           |

After the three weeks of the Regular Season, the top-60 players in the overall leaderboard will qualify for the $35,000 Playoffs tournament! All 60 players are guaranteed to receive a share of the prize pool:

#### PLAYOFF PRIZING

| Placement                         | Prize (per team) |
| --------------------------------- | ---------------- |
| 1st                               | $10,000          |
| 2nd                               | $7,500           |
| 3rd                               | $5,000           |
| 4th                               | $3,000           |
| 5th                               | $1,500           |
| 6th                               | $1,000           |
| 7th                               | $750             |
| 8th                               | $600             |
| 9th                               | $450             |
| 10th-20th                         | $300             |
| BONUS: Team with the most elims   | $1,000           |
| BONUS: Player with the most elims | $500             |


---

# 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:

```
GET https://info.gauntletleague.com/gauntletleague/prizing.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.
