# Wagering

Our wagering system enhances the competitive aspect of Vox Royale by allowing players to bet tokens on match outcomes. Here’s how our system operates:

#### Mechanics:

Players enter wagered matches by paying an entrance fee, which contributes to the total pot. At the end of the match, the total pot is distributed based on a calculated ratio of kills or frags among token holders. This ensures that players who participate and contribute tokens are rewarded proportionately to their performance.

#### Risk Management:

Players are protected from losing all their wagered tokens. As long as a player achieves at least a few frags during the match, they will receive a share of the total pot. This system encourages participation and skill development without the fear of complete loss.

#### Types of Wagering Modes:

1. **Cash Game**: In this mode, the total prize pool is distributed among all players on the leaderboards based on their performance and contribution.
2. **Tournament**: The tournament mode focuses on competition among the top players. Only the top three positions in the leaderboard are considered for prize distribution, emphasizing skill and competitive gameplay.

Our wagering system not only adds excitement and intensity to matches but also rewards skillful gameplay and encourages active participation in competitive events.


---

# 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://vox-royale.gitbook.io/vox-royale/blockchain-mechanics/wagering.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.
