Meteora's DLMM (Dynamic Liquidity Market Maker) is Solana's flagship concentrated liquidity design. It shares the goal of Uniswap V3 (capital efficiency) but the mechanics are meaningfully different.
Bins vs ticks
Uniswap V3 uses ticks: continuous price ranges you choose (2000-2500 for stETH/ETH). DLMM uses discrete bins: fixed price steps that LPs deposit into. Each bin holds either token X or token Y depending on which side of the current price it sits.
Dynamic fees
V3 lets you choose a fee tier (0.01%, 0.05%, 0.3%, 1%) at pool creation. DLMM's fee adapts in real time to volatility: base fee (e.g. 0.15%) + variable fee proportional to price volatility. During a big move, fees spike, compensating LPs for IL.
What this means for LPs
- DLMM's dynamic fee captures more revenue during volatile events, softening IL.
- Bin model means all your liquidity in a bin is either X or Y, not mixed. Simpler position management.
- Range management is still active — bins outside the current price earn nothing.
Where each wins
- Uniswap V3. Battle tested, deep audit history, huge ecosystem. Best for stable / low-vol pairs.
- DLMM. Better for volatile pairs where dynamic fees earn more. Native to Solana's speed and cost profile.
Real numbers
Meteora reports 60-80% of Solana LP volume for volatile pairs happens on DLMM. Uniswap V3 dominates Ethereum L1. Both approaches are proving their thesis on their home chains.
The takeaway
Concentrated liquidity is not one design. Meteora and Uniswap V4 (via hooks) show the design space is still open. LPs should read each pool's actual fee curve, not assume V3-style behavior.
Koinlytics