Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.boltliquidity.io/llms.txt

Use this file to discover all available pages before exploring further.

How Bolt Positions

Every DeFi liquidity model in production today shares a fundamental assumption: execution quality is a function of liquidity depth. Bolt is the first model to break this dependency. The architecture decisions below illustrate how different models address the core execution problem: coupling or decoupling pricing from liquidity depth.

Model Comparisons

DimensionAMMs / CLAMMsBolt
Pricing mechanismBonding curve derived from pool ratiosOracle-referenced deterministic pricing
SlippageIncreases with trade sizeZero, price independent of trade size
Capital requirementDeep liquidity requiredMinimal, settlement only
LP riskImpermanent loss, rebalancing costsDelta-neutral hedging, no IL
ComposabilityFully composableFully composable
IntegrationDirect pool interactionSDK integration for aggregators and dApps

Sui SUI/USDC Turnover by Architecture

The model comparisons above describe architectural differences in theory. The table below shows how those differences play out in practice across the Sui SUI/USDC market.
Turnover = daily volume / deployed capital. Figures are internally benchmarked.
ArchitecturePools trackedTurnover (vol-weighted)
CLMM11 pools, 5 protocols1.29x
CLAMM1 pool2.70x
CPMM1 pool0.09x
Prop-AMM (peer)3 pools2.04x
Prop-AMM (Bolt)1 pool29.7x
Peer average16 pools, 8 protocols1.28x

Why Zero Slippage Matters

The structural advantage of deterministic pricing independent of capital depth.

How Bolt Works

Technical overview of Bolt’s settlement and hedging architecture.