PiperX Docs
  • 🌎Welcome
  • 📜Terms of Use
  • Introduction
    • 🎬What is PiperX
    • 📽️What is IPFi
    • 🤖DeFAI
  • User Guide
    • 🏫User Guide One Pager
    • 🌀How to Swap
    • ➕How to Add Liquidity
      • 🎯How to Claim LP Rewards
      • 🆕How to Create a New Pool
      • 👀How to Remove Liquidity
    • 💰How to Farm
  • Developer
    • 📚Smart Contracts
      • Mainnet
      • Aeneid
    • 🧰Integrations (TypeScript)
      • Swap
    • 📗APIs
  • Resources
    • 🔗Links
    • 💽Media Kit
    • ☎️Community Support
    • 🐸OG Program
Powered by GitBook
On this page
  • Integrating remove liquidity to website
  • Pool Type
  1. Developer
  2. SDKs

Remove Liquidity

Integrating remove liquidity to website

Integrating the PiperX remove liquidity functionality to your website makes it easy for you to manage the liquidity from PiperX pools.

Pool Type

There are two different pool types on PiperX, standard (V2) pool and concentrated liquidity (V3) pool. In short, standard pool is more suitable to tokens that expect to have high price votality such as memecoins, and concentrated liquidity pool is more suitable to tokens that expected to low price votality, such as stable coins.

Here is a table about two pools

Pool Type
Standard Pool
Concentrated Liquidity

Price volatility

High

Low

Example pools

Meme coins (chillguy - IP)

Stable coins (USDT - USDC)

Earn fees

Medium

High when your liquidity is active

Please find how to remove liquidity to the two types of pools in following sections.

Last updated 4 months ago

🧰