# Dual-liquidity type

## Volatile pairs <a href="#volatile-pairs" id="volatile-pairs"></a>

Volatile pairs are composed of uncorrelated assets, based on the usual UniV2 model, using the standard constant product formula:

$$
x∗y=k
$$

## Stable pairs <a href="#stable-pairs" id="stable-pairs"></a>

Stable pairs are used for correlated assets, and will try to maintain a 1:1 transfer ratio as much as possible. The formula is based on the well-known Solidly curve:

$$
x^3y+y^3x=k
$$


---

# 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://reactors.gitbook.io/reactor/amm/page-1/dual-liquidity-type.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.
