Liquidity Book Explained

Liquidity Book is a concentrated liquidity AMM architecture that divides the price range into discrete slots called bins — instead of the continuous price curve used in protocols like Uniswap V3. DLMM pools are built on this architecture.

If you've heard the terms "DLMM" and "Liquidity Book" used interchangeably, that's because they're closely related: Liquidity Book is the protocol design; DLMM (Dynamic Liquidity Market Maker) is what you call a pool that uses it.


Why a "Book" of Liquidity?

The name is a nod to traditional finance's limit order book — the system exchanges use to match buyers and sellers at specific prices. Liquidity Book brings a similar concept to on-chain AMMs:

  • The price spectrum is divided into discrete bins, each covering a small price range.
  • As a liquidity provider, you deposit into specific bins — essentially placing your capital at specific prices.
  • Trades execute by stepping through bins from the current price outward, consuming the liquidity in each bin they cross.

This is different from the continuous curve of Uniswap V2 (full-range) or V3 (range-selected). In those systems, your liquidity is spread smoothly across a curve. In Liquidity Book, it's concentrated into distinct price slots — more like a stack of thin limit orders than a curve.


Key Concepts

Bins

A bin is the smallest unit of liquidity in a Liquidity Book pool. Each bin has:

  • A price (the mid-price of that bin)
  • A liquidity balance (how much of each token is deposited there)

Only the active bin — the one containing the current market price — participates in trades. Liquidity in other bins sits idle, earning no fees, until the price moves to reach them.

Bin Step

The bin step is the percentage gap between adjacent bins. It's set at pool creation and doesn't change.

Common bin steps and when to use them:

Bin step Price gap per bin Best for
0.1% Very tight Stable pairs (e.g., USDC/USDT, pegged tokens)
0.5% Tight Correlated pairs (e.g., ETH/stETH)
1% Moderate Blue-chip pairs in normal conditions
2%+ Wide Volatile tokens or wide-range strategies

A wider bin step means each bin covers a larger price slice — useful when you want your position to stay in range longer during volatile markets. A tighter bin step gives finer control but means the price exits your bins faster during big moves. See Bin Step & Bin Price →.

Dynamic Fees

Liquidity Book pools charge a variable trading fee that adjusts based on recent price volatility. When the market is moving quickly (high volatility), fees rise. When it's calm, fees fall. This is the "Dynamic" part of DLMM.

For LPs, this means you're automatically compensated more during risky periods — which partially offsets the elevated impermanent loss risk that comes with volatile markets. See How Dynamic Fees Work →.


Liquidity Book vs Uniswap V3 (CLMM)

Both architectures let LPs concentrate liquidity into a price range. The structural difference is how that range is represented.

Feature Liquidity Book (DLMM) Uniswap V3 (CLMM)
Price representation Discrete bins Continuous curve (ticks)
Fee model Dynamic (volatility-adjusted) Fixed tiers (0.01%, 0.05%, 0.3%, 1%)
LP position shape Choose bin distribution strategy Set tick range
Zero-slippage within a bin Yes — fixed rate inside each bin No — price moves continuously
Capital efficiency High High

The zero-slippage-within-a-bin property is notable: within a single active bin, trades execute at a fixed exchange rate, making price impact more predictable. Across bins, the price steps discretely.

For a full comparison, see DLMM vs CLMM → and Concentrated Liquidity vs Full-Range →.


Liquidity Book on EVM vs Solana

Trader Joe originally developed the Liquidity Book architecture and launched it on Avalanche and later other chains. The design has since been implemented by other protocols across multiple ecosystems.

Meteora adapted a similar bin-based DLMM approach for Solana and built a large educational community around it. If you search "DLMM" or "Liquidity Book," Meteora results dominate — because Solana has a head start in community and content.

DLMM Clan focuses on EVM chains — starting with Base. The same Liquidity Book mechanics apply: bins, bin step, dynamic fees, position strategies. The difference is the chain, wallet, and protocol layer. EVM LPs use MetaMask or Coinbase Wallet, bridge via Base Bridge or third-party bridges, and interact with EVM-native DLMM protocols.


LP Strategies in Liquidity Book Pools

Because you're depositing into bins rather than onto a continuous curve, you have explicit control over the shape of your liquidity. Three primary distribution strategies:

Spot (uniform): Equal liquidity across all selected bins. Good for volatile pairs where you want broad coverage without predicting direction.

Bid/Ask: Heavier liquidity toward the edges of your range (above current price for selling, below for buying). Mimics a market maker strategy — you're offering liquidity at the prices you want to trade at.

Curve: Bell-shaped, concentrated at the center near the current price. Maximum fee capture if the price stays near where it is now. Maximum out-of-range risk if it moves.

See the Strategy Hub → for guidance on choosing between them.


Frequently Asked Questions

Q: Is Liquidity Book the same as DLMM? A: Closely related. Liquidity Book is the architecture (bins, bin step, discrete price slots). DLMM (Dynamic Liquidity Market Maker) is what you call a pool built on that architecture. In practice the terms are often used interchangeably.

Q: Who invented Liquidity Book? A: Trader Joe, a DEX originally on Avalanche, developed and open-sourced the Liquidity Book design. It has since been adopted and adapted by protocols on multiple chains.

Q: Is Liquidity Book better than Uniswap V3? A: Different, not strictly better. Liquidity Book's bin structure makes strategies more explicit and adds the dynamic fee mechanism. Uniswap V3's continuous curve gives LPs more precise range control. Which is "better" depends on the pair, your strategy, and your chain.

Q: Does DLMM Clan cover Liquidity Book on Solana (Meteora)? A: No. DLMM Clan focuses on EVM chains. For Solana DLMM / Meteora, Meteora's own documentation and LP Army community are the place to go.

Q: What's the best bin step to use? A: It depends on the pair's volatility and your strategy. Stable/pegged pairs → tight bin step (0.1–0.5%). Blue-chip volatile pairs → moderate (1%). High-volatility tokens or wide-range strategies → wider (2%+). See Bin Step & Bin Price → for a full guide.