# Rewards Pool

The overall size of the Rewards Pool depends on **how many Autonomi tokens are locked overall**. As more tokens are committed, more reward tokens are unlocked incrementally. \
\
The rewards pool increases in size like this:

| Locked Tokens (ANT)                  | Reward Pool Size (ANT) |
| ------------------------------------ | ---------------------- |
| Less than **500,000**                | **50,000**             |
| Between **500,000** and 1,000,000    | **101,000**            |
| Between **1,000,000** and 1,500,000  | **153,000**            |
| Between **1,500,000** and 2,000,000  | **206,000**            |
| Between **2,000,000** and 2,500,000  | **261,000**            |
| Between **2,500,000** and 3,000,000  | **318,000**            |
| Between **3,000,000** and 3,500,000  | **377,000**            |
| Between **3,500,000** and 4,000,000  | **438,000**            |
| Between **4,000,000** and 4,500,000  | **502,000**            |
| Between **4,500,000** and 5,000,000  | **569,000**            |
| Between **5,000,000** and 5,500,000  | **639,000**            |
| Between **5,500,000** and 6,000,000  | **712,000**            |
| Between **6,000,000** and 6,500,000  | **789,000**            |
| Between **6,500,000** and 7,000,000  | **870,000**            |
| Between **7,000,000** and 7,500,000  | **945,000**            |
| Between **7,500,000** and 8,000,000  | **1,024,000**          |
| Between **8,000,000** and 8,500,000  | **1,108,000**          |
| Between **8,500,000** and 9,000,000  | **1,197,000**          |
| Between **9,000,000** and 9,500,000  | **1,291,000**          |
| Between **9,500,000** and 10,000,000 | **1,390,000**          |
| **10,000,000** or more               | **1,500,000**          |

{% hint style="info" %}
Note that the size of the pool is defined by the number of ANT locked, not by the total number of[ Pledge Points](/impossible-futures-a-guide/how-it-works-for-backers/pledge-points-explained.md) overall, which will be larger.
{% endhint %}


---

# 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://guide.impossible-futures.com/impossible-futures-a-guide/how-it-works-for-backers/rewards-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.
