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

# Tokenomics

- [Tokenomics Overview](https://adrena.gitbook.io/adrena/tokenomics/tokenomics-overview.md): Note that ALP lock staking has been discontinued. ALP is not fully liquid, fees accruing value automatically and enabling easier defi integrations.
- [ADX](https://adrena.gitbook.io/adrena/tokenomics/adx.md): $ADX is the Governance and Revenue Share Token. There are a total of 1 Billion (1,000,000,000) tokens. The token is divisible up to 6 decimal places.
- [Distribution](https://adrena.gitbook.io/adrena/tokenomics/adx/distribution.md)
- [Emissions](https://adrena.gitbook.io/adrena/tokenomics/adx/emissions.md)
- [Forms of ADX](https://adrena.gitbook.io/adrena/tokenomics/adx/forms-of-adx.md)
- [Vesting](https://adrena.gitbook.io/adrena/tokenomics/adx/vesting.md): Vesting limits the liquidity of ADX owned by protocol contributors while enabling them to govern efficiently in the early stages of the protocol's progressive decentralization
- [Staked ADX - Rewards Emissions Schedule](https://adrena.gitbook.io/adrena/tokenomics/adx/staked-adx-rewards-emissions-schedule.md)
- [Staking and Duration Locked Parameters for ADX](https://adrena.gitbook.io/adrena/tokenomics/adx/staking-and-duration-locked-parameters-for-adx.md)
- [Voting](https://adrena.gitbook.io/adrena/tokenomics/adx/voting.md)
- [ALP](https://adrena.gitbook.io/adrena/tokenomics/alp.md): Platform collateral liquidity provider token
- [Genesis Liquidity \[terminated\]](https://adrena.gitbook.io/adrena/tokenomics/alp/genesis-liquidity-terminated.md): The initial $10M in liquidity provided to the pool comprising ALP
- [Genesis Liquidity Program \[Terminated\]](https://adrena.gitbook.io/adrena/tokenomics/alp/genesis-liquidity-terminated/genesis-liquidity-program-terminated.md): To bootstrap liquidity for ALP, the Genesis Lock program distributes extra rewards in exchange for early Adrena Liquidity Pool depositors keeping their collateral locked for 6 months at launch.
- [Staked ALP - Rewards Emissions Schedule \[Terminated\]](https://adrena.gitbook.io/adrena/tokenomics/alp/staked-alp-rewards-emissions-schedule-terminated.md): Note that ALP lock staking has been discontinued. ALP is not fully liquid, fees accruing value automatically and enabling easier defi integrations.
- [Staking and Locked Stake Parameters for ALP](https://adrena.gitbook.io/adrena/tokenomics/alp/staking-and-locked-stake-parameters-for-alp.md): Note that ALP lock staking has been discontinued. ALP is not fully liquid, fees accruing value automatically and enabling easier defi integrations.


---

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