Search Apps Documentation Source Content File Folder Download Copy Actions Download

doc.gno

0.32 Kb ยท 6 lines
1// package v1 manages liquidity positions as NFTs in GnoSwap pools.
2//
3// Each position is represented as a non-transferable GRC721 NFT with concentrated
4// liquidity within a specific tick range. The package handles position lifecycle
5// including minting, liquidity adjustments, fee collection, and repositioning.
6package v1