> 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/about-adrena/about-adrena/peer-to-pool-perp-model.md).

# Peer-to-Pool Perp Model

Adrena uses an Asset Backed (or peer-to-pool) Perp Model (similar to what GMX introduced). This system removes a lot of risks usually present in order-book based Perp DEXs. One can think of this model as a PvE model rather than the usual PvP model, enabled by Liquidity Providers (ALP and RWALP holders) that provide liquidity to traders to leverage their trades.

## How It Works

In a typical order-book based Perp DEX, when a trader opens a position, the counterparty is another trader betting in the opposite direction. In the asset-backed model, traders' counterparty is themselves and the LP pool (depending on the direction of the trade).

### Long Trades

The user borrows long exposure of the asset based on their leverage from the Liquidity Pool (there is no actual borrowing - the trader locks assets in the pool to gain long exposure).

* **Trader is right** → Trader profits. The Liquidity Pool was deprived of the long exposure that goes to the trader instead. The pool does not lose capital, and accrues fees.
* **Trader is wrong** → Trader eventually gets liquidated on their initial collateral. The locked long exposure is released. The pool accrues fees.

### Short Trades

The user borrows stablecoins from the Liquidity Pool based on the platform's maximum profit (100%). Short positions have a limited upside - that's a limitation/security of this model.

* **Trader is right** → Trader profits. The Liquidity Pool pays out stablecoins to the trader but accrues fees.
* **Trader is wrong** → Trader eventually gets liquidated on their initial collateral. The locked short exposure is released. The pool accrues fees.

## Key Characteristics

* LP revenues originate from fees and trader losses - when a trader is liquidated or closes at a loss, their collateral accrues to the pool
* The model may not be as capital efficient as order-book, but oracle-based pricing makes it popular
* Limited by the size of the Liquidity Pool
* Pool Asset Ratios are an important parameter - maximizing volatile assets while controlling overall long exposure

## Risks for Liquidity Providers

As a Liquidity Provider (ALP and RWALP holder), you are partially exposed to trader PnL depending on trade direction. The pool's goal is to maximize fee revenue through high trading volume.


---

# 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://docs.adrena.trade/about-adrena/about-adrena/peer-to-pool-perp-model.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.
