> 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/about-adrena/fees/revenue-sharing.md).

# Revenue Sharing

Underlying our value of being community-first, 100% of the revenues generated by the Adrena platform are distributed to ALP and ADX holders at the smart contract level.

Revenues are generated from swap fees, close fees, liquidations(close fees), borrow fees, and add/remove liquidity fees. (see [Fees](/adrena/about-adrena/fees.md))

Below is how revenue is split, subject to changes via governance:

* **70%** liquidity pool *(view* [*ALP*](/adrena/tokenomics/alp.md) *for more detailed info)*
* **20%** to ADX stakers *(view* [*Staking*](https://docs.adrena.xyz/about-adrena/staking) *and* [*ADX*](/adrena/tokenomics/adx.md) *for more detailed info)*
* **10%**  to the team\* and referral

\*Since Aug 2025, AdrenaDAO has passed the proposal to divert the 10% buyback fund to the team (minus referrals). The fund is allocated for infrastructure costs, oracles, and payroll. This arrangement will be revisited in 12 months. Check the[ Proposal: Diverge the 10% buyback fund to go to team (minus referrals)](https://dao.adrena.xyz/dao/AdrenaDAO/proposal/7tevVd4RnwmBFPSL25TP18FiVFmcKGH8sZLhQ8GE8vLJ)


---

# 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/about-adrena/fees/revenue-sharing.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.
