> For the complete documentation index, see [llms.txt](https://suidaiya.gitbook.io/suidaiya/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suidaiya.gitbook.io/suidaiya/protocol/lottery-pool.md).

# Lottery Pool

Every time you mint a new Suidaiya, you will earn some [$Daiya Token](/suidaiya/protocol/usddaiya-token.md) rewards. \
From these token rewards, around `~5%` will be contributed back to the lottery pool. The lottery pool is a pool that keeps accumulating token rewards, and keeps being rewarded to lottery pool winners depending on the rarity of the Suidaiya they just minted.

The minimum rarity in order to be eligible in order to earn a portion of the until then accumulated rarity pool, `>= 2`. The higher the rarity, the bigger the portion that you will be able to receive.

| Rarity Level | Lottery Pool |
| ------------ | ------------ |
| 1            | 0%           |
| 2            | 5%           |
| 3            | 15%          |
| 4            | 25%          |
| 5            | 100%         |


---

# 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:

```
GET https://suidaiya.gitbook.io/suidaiya/protocol/lottery-pool.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.
