Pools
Overview
Pools are a fundamental building block in the Gaming DEX protocol and its smart contracts define how traders perform token swaps on the Gaming DEX protocol. While many DEXs have parameter restrictions, the Gaming DEX pools are very flexible because they support a wide range of formats.
Pool Types
・Weighted Pools
Designed for the general case of tokens that are not always price correlated. (e.g. USDC/OAS)
・Stable Pools
Ideal for soft pegged tokens with high correlation (e.g. DAI/USDC/USDT) and non-pegged tokens that can change slowly over time while still maintaining correlation, such as derivatives (e.g. stETH/WETH).
Types of Pools
Calculation Method
Maximum Token Count
Weighted
Weighted Math
8
Stable
Stable Math
5
Last updated