A
AMM (Automated Market Maker) A smart-contract-based exchange that prices trades against pool reserves using a fixed mathematical formula, typically the constant product invariantx · y = k. The model that Uniswap, SushiSwap and most decentralised exchanges use. AMMs are permissionless and flexible but suffer price impact on large trades.
Aggregator A service that scans multiple liquidity sources (AMMs, RFQ, intent systems, C1 Pools) and routes trades through the path that delivers the best execution. KyberSwap, 1inch, OKX DEX and Odos are major DEX aggregators.
C
C1 Pool FlowState’s core liquidity primitive. A single-sided, oracle-priced liquidity pool that delivers zero price impact on trades by referencing an external oracle feed instead of an internal bonding curve. Chainlink An industry-standard oracle network with 1,000+ price feeds across EVM chains. One of the two oracle providers FlowState uses for C1 Pool pricing. Circuit breaker A protocol mechanism that pauses execution automatically if oracle prices move beyond a configurable threshold within a single block or short timeframe. Prevents exploitation during oracle manipulation events. CLAMM (Concentrated Liquidity AMM) An AMM variant (Uniswap V3, PancakeSwap V3) that lets LPs deposit liquidity into specific price ranges instead of across the full curve. Improves capital efficiency within range but does not eliminate slippage at scale. Constant product formula The pricing equation used by classic AMMs:x · y = k, where x and y are pool reserves and k is a constant. As trades shift the reserve ratio, the price moves along a hyperbolic curve. This is the source of AMM price impact.

