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