> 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/what-is-adrena.md).

# What is Adrena?

Adrena is a decentralized and open source spot and perpetual exchange built on Solana with low swap fees and ZERO price impact trades.

The dApp is permissionless, meaning anyone can trade directly from their own wallet unlike most Perp DEXs which require you to create an account and deposit assets. (see [Trading](broken://pages/RNGkeeugiQHahS0bQBlq))

Trading is supported by a multi-asset pool that earns liquidity providers fees from lending to traders, swap fees, and additional token incentives (see [Providing Liquidity](/adrena/about-adrena/providing-liquidity-todo.md)).

The application is supported by a 2-token model; [$ADX](/adrena/tokenomics/adx.md) (governance token) and [$ALP](/adrena/tokenomics/alp.md) (LP token). $ADX gives users voting rights to control the platform through the Adrena DAO. $ADX also participates in 20% revenue share of the platform. $ALP is the representation of the multi-asset pool and earns 70% of the platform revenue. (see [Revenue Sharing](/adrena/about-adrena/fees/revenue-sharing.md) and [Tokenomics](/adrena/tokenomics/tokenomics-overview.md))

Dynamic pricing is supported by Chaos Labs using pull model (update in April 2025). \
Automation is handled by our open-source rust Keepers based on Yellowstone GRPC.


---

# 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/what-is-adrena.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.
