> For the complete documentation index, see [llms.txt](https://reactors.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reactors.gitbook.io/reactor/amm/page-1/dual-liquidity-type.md).

# 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
$$
