# Liquidity Adding & Removing

## 1. View Liquidity Pool List

Users can access the liquidity pool list by visiting <https://icpex.org/liquidPool>.&#x20;

<figure><img src="/files/WRlGm1hX3doVUaR1Tu43" alt="" width="563"><figcaption></figcaption></figure>

Additionally, users can click on "Your Liquidity" to access liquidity pools associated with their account.

<figure><img src="/files/01kddcO8ITVG4ltHKxfI" alt="" width="563"><figcaption></figcaption></figure>

## 2. Adding Liquidity&#x20;

(1) Using the IEXT-ICPT trading pair as an example, click the "+" button to access the liquidity adding popup.&#x20;

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

(2) Enter the desired amount of tokens you want to add.&#x20;

<figure><img src="/files/F9HDnijbFKSZJgoMXkK8" alt="" width="395"><figcaption></figcaption></figure>

(3) Click the "Settings" icon to set the slippage protection value. If the displayed price value on the page deviates by more than the set value from the actual on-chain liquidity addition price value, the liquidity addition operation will fail.&#x20;

<figure><img src="/files/rmDwKYOZh5hgmKynpzq7" alt="" width="402"><figcaption></figcaption></figure>

(4) Click the "Confirm" button to add liquidity.

## 3. Removing Liquidity&#x20;

(1) In "Your Liquidity," find the pool from which you want to remove liquidity and click the "-" button to access the liquidity removal popup.&#x20;

<figure><img src="/files/Ap6gam6zKrCuqUgVGU8x" alt="" width="563"><figcaption></figcaption></figure>

(2) Choose the percentage of liquidity you want to remove.&#x20;

<figure><img src="/files/OYK402W0N8LAWzd2gk2G" alt="" width="340"><figcaption></figcaption></figure>

(3) Click the "Settings" icon to set the slippage protection value. If the displayed price value on the page deviates by more than the set value from the actual on-chain liquidity removal price value, the liquidity removal operation will fail.&#x20;

<figure><img src="/files/Sd9rlBgxm0nUUR22qz3M" alt="" width="330"><figcaption></figcaption></figure>

(4) Click the "Remove" button to remove liquidity.


---

# 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.icpex.org/product-features/liquidity-adding-and-removing.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.
