What Is a DLMM? (Dynamic Liquidity Market Maker, Plain English)
A DLMM — Dynamic Liquidity Market Maker — is a type of on-chain liquidity pool where you, as a liquidity provider (LP), deposit two tokens into a specific price range and earn trading fees only when the market price is inside that range.
The "dynamic" part means the pool adjusts certain fee parameters automatically based on market volatility. The rest is up to you: you choose where to concentrate your liquidity, and that choice determines how much you earn and how much risk you take.
The Problem DLMMs Solve
Traditional automated market makers (V2 AMMs, like early Uniswap) spread your liquidity across every possible price — from zero to infinity. That sounds safe, but it's extremely capital-inefficient. Most of that liquidity sits unused while trading volume clusters around the current market price.
Example: If ETH is trading at $3,500, a V2 pool uses your capital to cover prices from $0 to ∞. But almost all trades happen between, say, $3,000 and $4,000. So 90%+ of your deposit earns nothing.
DLMMs let you concentrate liquidity into a narrow range — say $3,200 to $3,800 — so your capital is actually in play for far more trades. That means more fees on the same deposit, if the price stays in range.
The trade-off: if the price moves outside your range, you stop earning fees, and you're now fully exposed to one side of the pair (this is related to impermanent loss).
How a DLMM Pool Is Structured
DLMM pools (based on the Liquidity Book design) divide the price spectrum into discrete bins. Each bin covers a tiny price slice. When you open a position, you're depositing liquidity into one or more consecutive bins.
- Bin price: the mid-price of that bin.
- Bin step: the percentage gap between adjacent bins (e.g., 0.1%, 0.5%, 1%, 2%). A wider bin step means each bin covers a larger price slice — useful for volatile pairs; a tighter bin step means finer-grained control.
- Active bin: the bin where the current market price sits. Only liquidity in the active bin earns fees from each trade.
As the market price moves, trades step through bins, consuming the liquidity in each bin they cross. This is why the bin step you choose matters: it determines how much slippage a trader experiences and how quickly your position gets "walked through" during a large price move.
What Makes DLMMs "Dynamic"
The "dynamic" in Dynamic Liquidity Market Maker refers to dynamic fees — the pool's fee rate adjusts automatically based on recent price volatility.
When volatility is high (large, fast price swings), fees increase. This compensates LPs for the higher risk of providing liquidity during chaotic conditions. When volatility is low and the market is calm, fees decrease to stay competitive with other pools.
For LPs, this means:
- You earn more per trade during volatile periods (which partially offsets the increased risk of price moving out of range).
- During quiet markets, lower fees keep the pool competitive for traders, which means more volume and more total fee income.
DLMM vs Other Pool Types
| Pool type | Capital efficiency | LP control | Complexity | Example |
|---|---|---|---|---|
| V2 AMM (full-range) | Low | None | Simple | Early Uniswap |
| V3 CLMM | High | Range selection | Moderate | Uniswap V3 |
| DLMM (Liquidity Book) | High | Range + strategy | Moderate–High | SectorOne on Base |
A Concentrated Liquidity Market Maker (CLMM) like Uniswap V3 and a DLMM both let you set a price range. The key difference is the bin structure: DLMMs use discrete bins, which makes the math cleaner for certain strategies and enables the dynamic fee mechanism. See DLMM vs CLMM → for a full comparison.
DLMM on Solana vs EVM Chains
A common point of confusion: the term "DLMM" is strongly associated with Meteora, a protocol on Solana. Meteora popularized DLMM pools and has built a large educational community (LP Army/LP Academy).
DLMM Clan is different. We focus on DLMM pools on EVM chains — primarily Base — using protocols like SectorOne. The underlying pool mechanics (bins, bin step, dynamic fees) are the same concept. The chains, wallets, tools, and protocols are entirely separate.
If you're on Ethereum, Base, or other EVM chains: you're in the right place. If you're looking for Solana DLMM guidance, Meteora's docs and LP Army community are the resource to use.
What You Do as a DLMM LP
- Choose a pool — a trading pair (e.g., ETH/USDC) with the liquidity and volume you want to target.
- Choose a strategy — how to distribute your liquidity across bins. The main options are Spot (uniform), Bid/Ask (skewed toward one side), and Curve (bell-shaped around the current price). See Strategy Hub →.
- Set your range — how wide or narrow your position spans. Wider = more price coverage, lower fee density. Narrower = higher fee density, more rebalancing needed.
- Deposit and monitor — once open, fees accrue in real time. You'll periodically decide whether to reshape, rebalance, or exit based on price movement.
- Claim or compound fees — depending on the pool's fee mode, you can claim earned fees manually or let them auto-compound.
Key Risks
Impermanent loss (IL): If the price moves significantly away from your entry point, the value of your position can fall below what you'd have had by just holding the tokens. IL is the core risk of any LP position. See Impermanent Loss Explained →.
Out-of-range risk: If the price leaves your bin range entirely, you stop earning fees. Your position becomes 100% in one token (the one the market moved away from) and sits idle until price returns or you close/reshape.
Smart contract risk: LP positions interact with on-chain smart contracts. Use reputable, audited protocols.
Frequently Asked Questions
Q: What does DLMM stand for? A: Dynamic Liquidity Market Maker. It's a type of concentrated liquidity pool that uses a bin-based price structure and adjusts trading fees dynamically based on market volatility.
Q: Is a DLMM the same as a Liquidity Book? A: Yes — Liquidity Book is the technical protocol design that underlies DLMM pools. The terms are often used interchangeably, though "DLMM" focuses on the market-making mechanism and "Liquidity Book" refers to the specific architecture. See Liquidity Book Explained →.
Q: Do I need to actively manage a DLMM position? A: More than a full-range V2 position, yes. If the market price moves outside your range, you'll want to decide whether to reshape or exit. How often depends on how volatile the pair is and how narrow your range is. Wider ranges need less active management.
Q: What's the difference between DLMM on Base and DLMM on Solana (Meteora)? A: The pool mechanics are conceptually the same — bins, bin step, dynamic fees. The difference is the blockchain: Meteora runs on Solana; DLMM Clan covers EVM chains (Base and others). Different wallets (MetaMask/Coinbase Wallet vs Phantom), different bridging, different protocols.
Q: How do I get started? A: Start with How to Become a DeFi LP → for the full walkthrough, or go to Start Here → for the recommended learning path.