# Overview

### Daily Rounds

WordLoot operates on a round-based system.

* `Each round features one hidden word`
* `All players participate in the same round`
* `Players place bets before submitting guesses`

***

### Placing a Bet

To enter a round, players choose how many coins they want to bet.

* `Higher bets increase your share of potential rewards`
* `All bets contribute to the round’s total prize pool`

***

### Guessing the Word

Players attempt to guess the hidden word within a limited number of attempts.

Each guess provides feedback:

* `Correct letter in the correct position`
* `Correct letter in the wrong position`
* `Letter not in the word`

***

### End of Round

When the round ends:

* `The correct word is revealed`
* `All guesses are evaluated`
* `Players are grouped based on performance`

***

### Winning

Rewards are distributed based on accuracy and participation.

* `Better performance earns a larger share of the prize pool`
* `Players compete against others in the same round`

***

### Important

Participation is optional, and outcomes are not guaranteed. Players should only use coins they are willing to risk.


---

# 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://wiki.wordloot.xyz/overview.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.
