> For the complete documentation index, see [llms.txt](https://betterfan.gitbook.io/languages/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://betterfan.gitbook.io/languages/game-fi-mechanism/weekly-tournaments.md).

# Weekly Tournaments

"Better" team will choose a specific set of events for the Weekly Tournaments. Participants will be able to compete by betting on these events with desired odds. According to the participants' success rates, the reward will be distributed among the winners. **Higher the success on predictions, higher the probability of winning the tournament.** \
\
Regardless of the Fan Cards that users hold, every player can join these tournaments by purchasing a tournament ticket. You can buy these tickets using **BTB** token. \
\
\*Tournaments will start once the Better ecosystem has a fair amount of users.

### Reward Distribution

The total **BTB** collected by the sales of tournament tickets will be gathered in a pool, which is named the "Prize Pool". At the end of every tournament, 50% of the prize pool will be burned, 45% will be distributed upon successful players, and 5% will be taken as tax. See the chart below;

| Rankings     | Total Rewards |
| ------------ | ------------- |
| 1st Place    | 3%            |
| 2nd Place    | 1,5%          |
| 3rd Place    | 1%            |
| 4-10th Place | 4%            |

Also except the top ten players, top 25% of all participants will win rewards;

| Percentage                    | Rewards |
| ----------------------------- | ------- |
| Top 1% of the Leaderboard     | 7,5%    |
| Top 1-10% of the Leaderboard  | 18%     |
| Top 10-20% of the Leaderboard | 10%     |


---

# 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://betterfan.gitbook.io/languages/game-fi-mechanism/weekly-tournaments.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.
