> 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/alp/genesis-liquidity-terminated.md).

# Genesis Liquidity \[terminated]

In return for providing the intial liquidity used to seed the ALP pool, and duration lock staking ALP for 6 months, users were given an additional $ADX reward in the form of 5% (50,000,000) of the total $ADX supply. This amount is shared pro rata based on your deposit. This bonus is paid out monthly for the first 6 months of the program going live.&#x20;

*As an example: If you deposited $100k, 'x' amount of ALP would be minted representing 1% of your share of the pool ($10M). Based on this, you would receive 83,333.333333 $ADX every month for 6 months, totaling 500k $ADX (1% of rewards).*&#x20;

Users can view their duration lock staked $ALP position and their unclaimed $ADX rewards on the [Dashboard page](https://www.app.adrena.xyz/my_dashboard) of the application.


---

# 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/alp/genesis-liquidity-terminated.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.
