πΌPool Types
WispSwap can currently construct 2 types of pools for liquidity providers and traders:
1. General liquidity Pool
WispSwap implements theUniswap-V2
constant product algorithm XY=K
for creating a pool for general token swapping. Users could use those pools for uncorrelated token swapping such SUI/USDC, SUI/USDT.
2. Concentrated liquidity Pool
WispSwap implements the Dynamic Asymmetric Liquidity Market Maker
that allows liquidity providers to provide liquidity within a user-specified custom price range to centralize their liquidity and boost their rewards.
Last updated