> 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/tokenomics/alp-and-rwalp.md).

# LP Tokens

ALP & RW-ALP are the platform collateral liquidity provider tokens - for the GMX-style Pool and for the Autonom Pool respectively. ALP & RW-ALP holders act as the counterparty to traders on Adrena.

By holding ALP & RW-ALP, you:

Provide liquidity for traders to open leveraged positions Earn a share of all trading fees (open, close, borrow) Are exposed to trader PnL (partially, depending on trade direction) For a deeper explanation of how the pool interacts with trader positions, see [Peer-to-Pool Perp Model](/about-adrena/about-adrena/peer-to-pool-perp-model.md).

***

## LP Sandwich Attack Mitigation

To prevent atomic mint-then-redeem attacks (where a bad actor adds liquidity and immediately removes it to extract value), Adrena enforces a time-based guard: **liquidity cannot be removed in the same slot that it was added**. The pool records the timestamp of the last deposit and rejects removal requests that arrive before it.


---

# 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/tokenomics/alp-and-rwalp.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.
