> 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/emissions.md).

# Emissions

### 2 Year Emissions Schedule

<figure><img src="/files/wlir3Jq4RZJfWAn1boKn" alt=""><figcaption><p>ADX Emissions Schedule</p></figcaption></figure>

$ADX Emissions are roughly based on a 2 year linear emissions schedule. Below is a breakdown of when and how each category unlocks:

<table><thead><tr><th>Allocation Bucket</th><th data-type="number"># of Tokens</th><th>Unlock Schedule</th></tr></thead><tbody><tr><td>Launch Team</td><td>213333333.33</td><td>3 month lock followed by 21 month linear unlock</td></tr><tr><td>Pre Seed</td><td>40000000</td><td>3 month lock followed by 21 month linear unlock</td></tr><tr><td>Seed</td><td>86666666.67</td><td>3 month lock followed by 21 month linear unlock</td></tr><tr><td>Strategic</td><td>20000000</td><td>3 month lock followed by 21 month linear unlock</td></tr><tr><td>Liquidity Mining - ALP Staking</td><td>150000000</td><td>10% month 1, followed by 10% monthly reduction</td></tr><tr><td>Liquidity Mining - ADX Staking</td><td>100000000</td><td>8.6% month 1, followed by 7% monthly reduction in year 1 and 12% monthly reduction in year 2</td></tr><tr><td>Partnerships/Marketing</td><td>100000000</td><td>Mint On-Demand</td></tr><tr><td>DAO Treasury Reserves</td><td>70000000</td><td>Mint On-Demand</td></tr><tr><td>Community Grants</td><td>80000000</td><td>Mint On-Demand</td></tr><tr><td>Genesis Liquidity Program</td><td>50000000</td><td>6 month linear unlock</td></tr><tr><td>Foundation Development</td><td>50000000</td><td>24 month linear unlock</td></tr><tr><td>CEX/DEX Liquidity</td><td>40000000</td><td>Mint On-Demand</td></tr></tbody></table>

*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/emissions.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.
