# Winner payouts

Winners get paid directly from the treasury.\
\
There is an ERC20 address holding the treasury's funds. Winners must be paid from it, albeit this is not done on-chain, since the withdrawals of funds aren't necessarily at the same time that a win happens, we will provide a tracking dashboard to know the exact balance of the treasury and how much is owed, meanwhile its total balance can always be seen on-chain, therefore being fully transparent.\
\
Logically, there will be some measures, specially at first, to prevent liquidation of our own treasury. You can read about these below: [Safety measures](/horizon/technicalities/interactive-blocks.md)


---

# 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://horizon-whitepaper.gitbook.io/horizon/technicalities/markdown.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.
