> 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/rules-and-game-flow.md).

# Rules & Game Flow

### 1. **The Game**

Ace the Brackets is a single-alimination game that takes place over three 10-minute rounds, with an initial bracket submission phase.

Ace the Brackets comes in two versions. The <mark style="color:blue;">**Elite 8**</mark> is a single elimination game between **8 assets**, with **3 rounds**, while the <mark style="color:green;">Sweet 16</mark> is a single elimination game between **16 assets**, with **4 rounds**.

### 2. **How it Works**

Starting tokens are randomly chosen from the top 150 CoinMarketCap cryptocurrencies list, excluding stablecoins.&#x20;

Winners are determined by the best price-performance (measured by greatest percentage gain or least percentage loss) during each round, according to data provided by CoinMarketCap.

### 3. **Entries**

Each entry costs 5 USDC for Ace the Brackets Elite 8, and 2 USDC for Ace the Brackets Sweet 16.\
There is a 10% protocol fee. <br>

### 4. **Scoring and Prizes**

Predict the winner of each matchup to earn 1 point for every correct pick. The entry with the most points wins the prize. Get all 7 matches right to claim the jackpot!

Each jackpot consists of 90% of the entry fees for the game, plus all previous jackpots since the last perfect score was achieved.&#x20;

If no one scores 7 points, the highest score gets 10% of the amount entered in that game (discounted the protocol's service fee), and the remainder rolls over to the next game.

Multiple winners divide all prizes equally.&#x20;


---

# 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/rules-and-game-flow.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.
