# Tournaments

### Overview

We will later create periodic, weekly, and monthly tournaments to stimulate our players increasingly. Each player will pay an amount to enter the match, and this prize will be divided among the best placed.

### Betting

There will also be pre-set betting levels to choose which tournament they will participate in.

* Tournament rewards will be split as follows: 50% for first place, 30% for second, 10% for third place, and 10% will go back to tournament funds.

Example:&#x20;

Standard tournaments will have 16 participants, assuming each player bets 100 coins. The first place gets 800 coins, the second receive 480 coins, and the third gets 100 coins.


---

# 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://victor-wagner-alves.gitbook.io/cryptotrivia-whitepaper-en/gameplay/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.
