Dual-liquidity type

Each Garbi LP can have its own type, depending on the expected price correlation level between the two tokens of the pair.

Volatile pairs

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

xβˆ—y=kx * y = k

Garbi stable pairs

The contract uses Chainlink as the Oracle and gets the price from other dexs to maintain the rate of all stablecoins

Last updated