# vAMM vs sAMM

1\) **Variable pools (vAMM)** are a type of pool that are intended for use with assets that have a high degree of price volatility. These pools utilize a generic constant product market maker formula, which is represented by the equation:&#x20;

$$x × y ≥ k$$

This formula is used to determine the value of assets within the pool, taking into account their volatility. The standard fee for this liquidity pool type is 0.30%.

2\) **Stable pools (sAMM)** are a type of liquidity pool that are intended for use with assets that have minimal to no volatility in reference to a specific asset price. This means that the formula used to determine the value of the assets within the pool is able to maintain low slippage, even when large trade volumes are present. The formula used in these pools is represented as

$$x³y + y³x ≥ k$$

The standard fee for this liquidity pool type is 0.04%.

The mathematical formulas used in both pools are implemented to maintain a balanced total pool liquidity at all times.


---

# 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.usdfi.com/usdfi-amm/understanding-automated-market-makers/vamm-vs-samm.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.
