> For the complete documentation index, see [llms.txt](https://adrena.gitbook.io/adrena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adrena.gitbook.io/adrena/tokenomics/adx/staked-adx-rewards-emissions-schedule.md).

# Staked ADX - Rewards Emissions Schedule

* <mark style="color:purple;">**Liquidity Mining - $ADX (Locked Staking)**</mark>
  * A total of 100,000,000 $ADX are reserved for this tranche.
  * Starting month 1 - 8,600,000 $ADX will be emitted. Every month thereafter will experience a 7% reduction each month for the first year. During the second year, every month will experience a 12% reduction. Below is a rough breakdown through the first 24 months:

| Month                            | $ADX Emissions   |
| -------------------------------- | ---------------- |
| 1 (started on 24 September 2024) | 8,600,000        |
| 2                                | 7,998,000        |
| 3                                | 7,438,140        |
| 4                                | 6,917,470.2      |
| 5                                | 6,433,247.286    |
| 6                                | 5,982,919.97598  |
| 7                                | 5,564,115.577661 |
| 8                                | 5,174,627.487225 |
| 9                                | 4,812,403.563119 |
| 10                               | 4,475,535.313701 |
| 11                               | 4,162,247.841742 |
| 12                               | 3,870,890.49282  |
| 13                               | 3,599,928.158323 |
| 14                               | 3,167,936.779324 |
| 15                               | 2,787,784.365805 |
| 16                               | 2,453,250.241908 |
| 17                               | 2,158,860.212879 |
| 18                               | 1,899,796.987334 |
| 19                               | 1,671,821.348854 |
| 20                               | 1,471,202.786991 |
| 21                               | 1,294,658.452552 |
| 22                               | 1,139,299.438246 |
| 23                               | 1,002,583.505657 |
| 24                               | 882,273.484978   |

*Important to note: these could change with a future DAO vote*


---

# 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://adrena.gitbook.io/adrena/tokenomics/adx/staked-adx-rewards-emissions-schedule.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.
