# 🌊Liquidity

In the ecosystem, there are two types of liquidity pools available: stable pools and variable pools. These pools cater to different types of trading pairs:

sAMM (Stable Automated Market Maker):

1.sAMM pools are designed for strongly correlated pairs, such as stablecoins.

2.The trading fee for sAMM pools is set at 0.2%. This fee is applied to trades made within these pools.

vAMM (Variable Automated Market Maker):

1.vAMM pools are intended for uncorrelated pairs, such as the $Luma and $BNB pair.

2.The trading fee for vAMM pools is set at a higher rate of 0.5%. This fee is charged on trades conducted within these pools.

The variation in trading fees between sAMM and vAMM pools reflects the differing characteristics and risks associated with the respective trading pairs. The fees generated from these pools contribute to the overall revenue and sustainability of the protocol.


---

# 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://luma-protocol.gitbook.io/luma-protocol/liquidity.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.
