Skip to main content

How We Compare to the Leading Venues

The comparison below is based on each venue's public documentation and deployed contract behavior. We describe only mechanical differences; we do not disclose our own parameters.

vs Centralized Exchanges (Binance/OKX class)

DimensionCEXCatswap
CustodyPlatform custody; withdrawals subject to approvalSelf-custody; on-chain settlement
Price sourceExternal index + synthesized mark priceDerived directly from in-pool trades
VerifiabilityPost-hoc audits depend on platform disclosureEvery settlement verifiable on-chain
Product relationshipSpot and contracts are isolated markets and marginsSame pool, same margin

The CEX mark-price system (multi-exchange index synthesis, price-dislocation guards, maintenance-margin ladders) is mature risk engineering — but its trust premise is "the platform is honest." We build the same risk-control goals (smoothed accounting price, graduated margin) into an on-chain protocol, replacing trust with verifiability.

vs Spot AMMs (Uniswap v3/v4, Raydium, Meteora class)

DimensionLeading AMMsCatswap
Product surfaceSpot (derivatives require a separate protocol)Spot + leverage + derivatives in one pool
Liquidity formLP-chosen ranges/price binsOne pool-level form with analytically tractable exit costs
Dynamic feesYes (volatility-linked fees)Yes (deviation-linked; revenue goes to the pool)
Extension mechanismv4 hook add-onsBuilt into the protocol itself, upgraded as needed

Concentrated liquidity gives leading-AMM LPs expressive freedom, at the cost of fragmented liquidity forms and protocol-level risk control that resists quantification. We choose one pool-level form: expressiveness yields to exactly computable safety — because leverage and derivatives sit on top, every segment of exit cost must be an analytically tractable function.

vs Derivatives DEXs (dYdX/Hyperliquid/Aster class)

DimensionLeading derivatives DEXsCatswap
PricingExternal oracle feedsDirect pricing from in-pool trades
LiquidityIndependent market-maker systemShared with spot in the same pool
Manipulation surfaceOracle/mark-price externalizationClosed loop: manipulators pay the pool
MarginIsolated/cross, product-separatedUnified margin; spot itself is margin

The core dependency of derivatives DEXs is "a trustworthy price input." We take the opposite side: trust no external input, and make the cost of manipulation close inside the pool. This matters most in thin liquidity and newly issued assets — precisely where oracle attacks concentrate, and the territory we cover that most derivatives DEXs avoid.

In One Sentence

  • vs CEXs: the same grade of mechanism engineering, but verifiable.
  • vs spot AMMs: we give LPs less shape freedom in exchange for depth shared across every scenario.
  • vs derivatives DEXs: we delete the oracle single point and build defense into every layer of the pool.