Position Management
Manage your liquidity positions in DLMM pools through position NFTs. This section covers creating, tracking, and closing positions, as well as viewing detailed position data including bin allocations and accumulated fees.
Prerequisites
Before managing positions, ensure you have:
Connected wallet with valid Sui address
Understanding of position NFTs in DLMM
Basic knowledge of liquidity provision concepts
Sufficient tokens for liquidity (when opening positions)
What You'll Learn
This section covers complete position lifecycle management in DLMM:
Create new position NFTs that represent your liquidity ownership. Learn how positions track your share across multiple bins and enable granular liquidity management.
List all DLMM positions owned by a specific address. Filter positions by pair, status, or value to manage your liquidity portfolio effectively.
Fetch detailed data for a specific position including liquidity amounts per bin, accumulated fees, current value, and position metadata.
View all bins where a position has active liquidity. Analyze your liquidity distribution, concentration ranges, and exposure to different price levels.
Remove all remaining liquidity and burn the position NFT. Understand the complete withdrawal process and how to recover all tokens and fees efficiently.
Last updated