# Lottery Pool Value & Prize Distribution

The amount of tokens collected through lottery tickets in a given lottery is managed as follows:

* 10% goes to the fees for ecosystem development.
* 90% of the collected value is the eligible distribution prize, which will be divided among the different winning brackets as follows:

<table><thead><tr><th width="137">Pool Type</th><th width="163">1 Digit Match Winner</th><th width="157">2 Digit Match Winner</th><th>3 Digit Match Winner</th><th>4 Digit Match Winner</th><th>5 Digit Match Winner</th></tr></thead><tbody><tr><td><strong>1 Digit Pool</strong></td><td>100%</td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td></tr><tr><td><strong>2 Digit Pool</strong></td><td>30%</td><td>70%</td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td></tr><tr><td><strong>3 Digit Pool</strong></td><td>0%</td><td>30%</td><td>70%</td><td><mark style="color:red;">N/A</mark></td><td><mark style="color:red;">N/A</mark></td></tr><tr><td><strong>4 Digit Pool</strong></td><td>0%</td><td>10%</td><td>20%</td><td>70%</td><td><mark style="color:red;">N/A</mark></td></tr><tr><td><strong>5 Digit Pool</strong></td><td>0%</td><td>0%</td><td>10%</td><td>20%</td><td>70%</td></tr></tbody></table>

If in case, a lottery round is not won by any participant, some portion of the prize money is carried forward to the next round and the rest is collected as a dividend for the token holders. The distribution of this prize money is utilized as under:

* <mark style="color:green;">50%</mark> of the un-won round’s prize amount is carried forward to the next pool&#x20;
* <mark style="color:green;">25%</mark> of the un-won round’s prize amount is shared as a dividend with all eligible token holders.&#x20;
* <mark style="color:green;">20%</mark> of the un-won round’s prize amount is moved into the Redemption Bonds Prize Pool.&#x20;
* <mark style="color:green;">5%</mark> of the un-won round’s prize amount will be used for Token Burn


---

# 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://docs.redemptiontoken.com/how-to-earn/lottery/lottery-pool-value-and-prize-distribution.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.
