# How to Create a New Liquidity Pool?

1. Open the [ICPSwap app](https://app.icpswap.com/liquidity). Next, select `Add Liquidity` to open the Liquidity page.

<figure><img src="/files/15KOx7tKuZeu8VWPvjqd" alt=""><figcaption></figcaption></figure>

2. Select the token drop-down, and then select the token you want to add liquidity for. (The positions of Token A and Token B can be adjusted.)

<figure><img src="/files/8RE1vHWWOyOdwx05umIZ" alt=""><figcaption></figcaption></figure>

3. Enter the amount of tokens, set the Starting Price, set the Price Range, and then select `Confirm` .

{% hint style="info" %}
**Note**: The price range must be set to `Full Range`  when adding initial liquidity pool.
{% endhint %}

<figure><img src="/files/tTa4bMR3nk777weNsKyE" alt=""><figcaption></figcaption></figure>

4. Select `Add`, and then click `Approve` in your wallet allow your tokens to be used for providing liquidity.&#x20;

{% hint style="info" %}
**Note**: Please be aware that if the liquidity pool is being established for the first time, the creation of a new canister might require some time.
{% endhint %}

<figure><img src="/files/hOKaykfJXs68wNzwnbRL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/D8QAkaGvvnXX4J2qpv0l" alt=""><figcaption></figcaption></figure>

5. A confirmation notification will appear once creation is complete.

<figure><img src="/files/byJyLHBpcK1omNUgqXid" alt=""><figcaption></figcaption></figure>

6. Once completed, you can view and manage your liquidity position.

<figure><img src="/files/NDsgoTReMuVFbIWTWu1a" alt=""><figcaption></figcaption></figure>


---

# 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://iloveics.gitbook.io/icpswap/products/swap-liquidity/how-to-create-a-new-liquidity-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.
