# The Liquidity Layer

The passive mechanism is an on-chain trading protocol which preserves the best features of the original AMMs:

1. **unique meeting point:** it creates a unique meeting point between makers and takers, aggregating all of the liquidity and generating a single price for every trade;
2. **no liquidity drainage:** it permanently offers liquidity and quotes a price, which allows traders to always trade if they found the price acceptable;
3. **passive LPing:** it allows LPs to make their capital available without having to actively manage their position and keep updating their quote price.

Funds deposited by passive LPs are to bridge between long and short open interests as the pool acts as a temporary counterparty making up the market’s *net imbalance.*

<figure><img src="/files/srKJW5AEPhl3YeCr5Azr" alt=""><figcaption></figcaption></figure>

Passive liquidity pools permanently quote a price for each requested volume by pegging themselves to a reference market. As the Network grows and becomes more robust, the endgame will be to have the passive pools in the Liquidity Layer reference internal markets only, through the use of price indices.

<figure><img src="/files/ECxZWuo72STYTi2IdJM3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.reya.xyz/trading/the-liquidity-layer.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.
