Comment on page
Swaps
Low Cost, Optimized Trading Experience
Ura enables the trading of assets with minimal fees and low slippage, using the same hybrid swap engine seen in other modern DEXes. We use a different swap algorithm depending on how closely correlated assets are to one another.
- Volatile AMM — for assets with low price correlation, the constant product algorithm (x*y=k) is used.
- Stable AMM — for closely correlated assets, the stable-swap algorithm (x^3y*y^3x≥k) is used.
Swap fee: 0.20%
In this volatile 50/50 liquidity pool, each token within the pair will have an equal weight in dollar value.
On URA, we use the constant product swap algorithm:
Swap fee: 0.03%
This pool model is tailored for assets that typically trade close to the same value, like various stablecoins or staking derivatives. It offers traders better rates with minimal price differences, meaning reduced slippage.
Unlike the Volatile AMM model, the Stable AMM model can handle greater disparity between two assets without causing major price shifts. This design supports bigger trades and operates efficiently with less liquidity.
Stable pools on URA use a stable-swap algorithm, providing near-zero slippage through the swap model:
Where
x
is the amount of Token A in a liquidity pool, y
is the amount of Token B in a liquidity pool and k
is the product which must remain constant.Using x, y, and k as previously defined variables.
Last modified 19d ago