> For the complete documentation index, see [llms.txt](https://docs.unbotheredwolves.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unbotheredwolves.com/more/guess-bot/guess-event.md).

# Guess Event

### How do I bet?

1\) Go to ┊🤔・guess-events channel on our Discord\
2\) Press **Prediction Menu** button\
3\) Select your preferred option\
4\) Input how much token you'd like to bet and submit

<figure><img src="/files/s5QClBcAN0DshGxhTjPx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once you select and submit an option, you won't be able to change it. You can increase your bet, but you cannot decrease it. Choose wisely! ;)
{% endhint %}

### Rewards Distribution

All the winnings will be taken from the losers. Five percent of the winnings will serve as Tax. The 95% will be distributed to the winners, and the amount winners will receive is proportional to the percentage of tokens they wagered as winners. For instance, if their bet amount was 11% of the total from the winning side, their payout would also be 11% of the winnings. Therefore, you will gain more profits if the total amount of ADA or tokens on the losing side is greater, and vice versa.


---

# 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://docs.unbotheredwolves.com/more/guess-bot/guess-event.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.
