Overview
Last updated
This is a quick overview of DLMM for developers to grasp the key concepts before moving on to other sections. More detailed information about the DLMM protocol is provided in this section.
DLMM is a bin-based liquidity protocol that divides the price space into discrete bins. Each bin represents a specific price point where liquidity can be deposited. Unlike continuous price ranges, DLMM uses a discretized approach for more efficient liquidity management.
Liquidity is concentrated in discrete price bins
Each bin has a unique ID representing a specific price
Bins are connected with fixed price steps
Trades within the same bin execute at a constant price
No price impact until bin liquidity is exhausted
Predictable execution for traders
Spot: Uniform distribution around current price
Curve: Gaussian distribution for concentrated liquidity
Bid-Ask: Weighted distribution for market making
Each position is an NFT
Add/remove liquidity to specific bins
Multiple positions per user
Installation - Set up the SDK
Key Concepts - Understand bins and pricing
Create Pair - Deploy your first pair
Last updated