# Create Pool

## Integrating Create pool to website

Integrating the PiperX swap functionality to your website makes it easy for you to leverge the liquidity from PiperX without the needs of maintain your own pools. Some example applications includes memecoin launchpads want to automatically creating pools on PiperX. Note that this is only creating the pool on blockchain. To make your pool visible in the PiperX frontend website, please contact the team to get it listed. &#x20;

## 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

| 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 create 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/create-pool.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.
