> For the complete documentation index, see [llms.txt](https://perfectpool.gitbook.io/perfect-pool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://perfectpool.gitbook.io/perfect-pool/ace-the-brackets/prizes.md).

# Prizes

<figure><img src="/files/UWl9lqB3vvTn2LyxEJPR" alt=""><figcaption><p>The two different prizes you can win by playing <em>Ace the Brackets</em>.</p></figcaption></figure>

## Jackpot

The Jackpot is the prize awarded to the user who correctly predicts the outcome of all matches — 7 matches in *Ace the Brackets Elite 8* and 15 matches in *Ace the Brackets Sweet 16*.

If there are multiple winners, the jackpot will be proportionally divided among them.

### Jackpot Calculation

The Jackpot is calculated from the total number of entries in the game, with each entry costing $5 USDC, minus the protocol fee of $0.5 USDC.

For example, if a game has 10 submitted brackets, or 10 entries, the jackpot will be calculated as follows: 10 x $4.5 USDC = $45 USDC. Similarly, if a game has 30 entries, the jackpot will be $135 USDC, as this equates to 30 x $4.5 USDC.

Thus, the more entries a game has, the larger the jackpot will be.

### Jackpot Rollout

A key feature of the jackpot is that it rolls over to subsequent games. This means that if no user correctly predicts the outcome of all matches in a game, the jackpot will roll over to the next one. This process continues until a user successfully predicts all match results.

<br>

## High Score Prize

If no user correctly predicts all match outcomes in a game, 10% of the total entry amount for that game will be awarded to the user(s) with the highest number of correct predictions — hence the name *High Score Prize*.

Using the same examples above: if a game has 10 submitted brackets, or 10 entries, the High Score Prize will be calculated as follows: 10 x $0.5 USDC = $5 USDC. Similarly, if a game has 30 entries, the High Score Prize will be $15 USDC, as this equates to 30 x $0.5 USDC.

Following the same logic, the more entries, the higher the High Score Prize distributed if no one wins the jackpot.


---

# 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://perfectpool.gitbook.io/perfect-pool/ace-the-brackets/prizes.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.
