> For the complete documentation index, see [llms.txt](https://docs.adrena.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adrena.trade/technical-documentation/staking-implementation-details.md).

# Staking Implementation Details

Adrena is all about redistributing revenues as the core feature of the platform. A big chunk of that is done through ALP (pool's share) appreciation, as most of the fee revenues go back to the pool directly.

The exact distribution is as follow:

75% for ALP (liquid), shared with ALP Locked Stakers

50% for RW-ALP (liquid), shared with RW-ALP Locked Stakers

5% for ADX, shared with ADX Stakers (liquid and locked)

***

Adrena offers the possibility to Lock Stake, aligning with the protocol long term strategy. By doing so, users get amplified revenue share (at the detriment of non Locked Stakers on USDC yield, not for ADX bonuses).

Let's take the case of ALP for an example:

Starting conditions:

1000 ALP token circulating

800 un-Staked

100 Staked 180 days

100 Staked 360 days

\--

100$ of revenue is to be distributed this round to ALP.

800 ALP un-Staked <=> 800

100 ALP Staked 180 days <=> 100 \* 1.75 (175)

100 ALP Staked 360 days <=> 100 \* 2.50 (250)

\--

Total weight is 800 + 175 + 250 (1225)

\--

And so final distribution is

800/1225 \* 100$ -> $65.31 to the LP pool (all ALP appreciating)

175/1225 \* 100$ -> $14.28 going as bonus USDC yield to ALP 180 days Stakers

250/1225 \* 100$ -> $20.41 going as bonus USDC yield to ALP 360 days Stakers

***

Rewards accrue as time passes, and actions are carried on the platform. But the actual rewards are accumulated and distributed in rounds in order to batch operations together.


---

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

```
GET https://docs.adrena.trade/technical-documentation/staking-implementation-details.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.
