Pangea Swap
English
English
  • Introduction
  • Protocol Overview
  • Disclaimer
    • Risk & Security
    • Terms of Use
  • Updates
  • Audit
  • concentrated liquidity
    • Weakness of V2 DEXs: Low Liquidity utilization rate
    • Solution by V3 DEXs: Concentrated Liquidity
    • Concentrated Liquidity FAQ
  • Connectivity
    • Customizable Pool
  • Governance
    • STONE
      • STONE Distribution Plan
      • Tokenomics (Before)
      • Tokenomics (After)
      • Growth Fund History
    • Contribution Point NFT
  • Guide
    • SWAP
    • Add Liquidity
      • Add liquidity (Preset)
      • Add liquidity (Custom)
    • STONE Staking
    • Revenue Sharing
    • FAQ
  • Growth Partnership
    • Swapscanner
    • ISKRA
  • event
    • Promotion
  • Developers
    • Concept Overview
      • Problem : Lazy Liquidity
      • Liquidity Concentration
      • Position & Risk
      • Price Tick
      • Position NFT
      • Fees
      • Flash Loan
    • Contracts
      • Core Contracts
        • MasterDeployer
        • ConcentratedLiquidityPoolFactory
        • ConcentratedLiquidityPool
        • ConcentratedLiquidityPoolManager
        • PoolRouter
        • PoolLogger
        • AirdropDistributor
      • Contribution Point NFT
      • Price Oracle
    • Interacting with the Protocol
      • Setting up Local Test Environment
        • Test env. commands
      • Getting Pangea Pool Info
      • Creating Pangea Pool
      • Mint Position (add liquidity)
      • Burn Position (remove liquidity)
      • Claim Fee
      • Swap
  • Community
    • Website
    • Discord
    • Telegram
    • Medium
    • Twitter
    • Opensea - Position NFT
    • Opensea - CP NFT
    • GitHub
    • Testnet
    • E-mail
Powered by GitBook
On this page
  • Position and Position NFT
  • Characteristics of Position NFTs
  1. Developers
  2. Concept Overview

Position NFT

Assets deposited by liquidity providers in Pangea's pools are managed on a per-position basis.

ConcentratedLiquidityPoolManager provides ownership of each position as NFT. Liquidity providers can additionally deposit/withdraw assets to liquidity positions they created, and claim swap fees earned by those positions.

Position and Position NFT

Pangea's pool identifies positions according to the owner of the position and the price range (Price Lower ~ Price Upper). In ConcentratedLiquidityPoolManager, the position of the pool is wrapped with the position NFT in the specification of ERC721 Enumerable, which is an extended specification of ERC721. In addition to the basic functions of NFT (owner confirmation / transfer, etc.), the following functions are additionally provided, and when all assets are withdrawn from a position, the position NFT is burned.

  • Add liquidity to existing position

  • Withdraw liquidity(all/partially) from existing position

  • Claim swap fee from existing position

Characteristics of Position NFTs

  1. You can trade them just like normal NFTs.

    • Position NFTs are also designed in compliance with ERC721 standards, so you can trade them on the NFT marketplace.

  2. You cannot change the price range of a position you have created.

    • If the price range needs to be adjusted, you will need to withdraw all your assets from the position by burning your position NFT, and deposit your assets in the new price range minting a new position NFT.

  3. As the pool price changes, the proportion of assets within the position NFT changes.

    • If the pool price exits the position price range, the assets within the position NFT will converge into either one.

PreviousPrice TickNextFees

Last updated 2 years ago