# 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.&#x20;

Here is a table about two pools

<table><thead><tr><th width="192">Pool Type</th><th>Standard Pool</th><th>Concentrated Liquidity</th></tr></thead><tbody><tr><td>Price volatility</td><td>High</td><td>Low</td></tr><tr><td>Example pools</td><td>Meme coins (chillguy - IP)</td><td>Stable coins (USDT - USDC)</td></tr><tr><td>Earn fees</td><td>Medium</td><td>High when your liquidity is active</td></tr></tbody></table>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.piperx.xyz/developer/sdks/remove-liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
