> For the complete documentation index, see [llms.txt](https://docs.piperx.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piperx.xyz/user-guide/how-to-add-liquidity.md).

# How to Add Liquidity

PiperX provide both Concentrated Liquidity Pool(V3) and Standard Liquidity Pool(V2).

{% hint style="info" %}
Providing liquidity on a DEX creates **impermanent loss risk**. If you do not understand how this affects liquidity positions, make sure you educate yourself on this first.
{% endhint %}

1. **Select "Pools" in navigation menu** to check out all the listed trading pools on PiperX and choose the pools that you want to provide liquidity. Or Select "**Liquidity**" in navigation menu to directly add liquidity.

<figure><img src="/files/pN2IKoVBHhQ5gvm1r19e" alt=""><figcaption><p>All Liquidity</p></figcaption></figure>

<figure><img src="/files/f3aNlr4pPNPlOsW3WrZx" alt=""><figcaption><p>Concentrated Liquidity Pool(V3)</p></figcaption></figure>

<figure><img src="/files/T72N7I6rPBkIHZywcbnG" alt=""><figcaption><p>Standard Liquidity Pool(V2)</p></figcaption></figure>

2. **Enter the amount of assets** on any side of the target liquidity pool.&#x20;

Below is an example of adding liquidity in concentrated liquidity pools(V3).

<figure><img src="/files/wwl401XyEm6VNcupifxj" alt=""><figcaption><p>Add Liquidity in Concentrated Liquidity Pool(V3)</p></figcaption></figure>

**Set the price range** for the position using the sliders on the graph, manually entering the min price and max price, or clicking the + and - buttons.

* **Narrow Range**: Higher rewards if the price stays within this range, but fewer active liquidity opportunities outside the range.
* **Wide Range**: Provides stability, but may earn fewer rewards as liquidity is spread over a broader price range.

<figure><img src="/files/BlSUUTRyhlCvV2JG8xie" alt="" width="563"><figcaption><p><strong>Set the price range in</strong> Concentrated Liquidity Pool(V3)</p></figcaption></figure>

Besides Concentrated Liquidity Pool(V3), we also provide options to add liquidity on Standard Liquidity Pool(V2).

<figure><img src="/files/pwRQUSB7xCy8SSLadfCy" alt="" width="563"><figcaption><p>Add Liquidity in Standard Liquidity Pool(V2)</p></figcaption></figure>

3. After you successfully added the liquidity to the target pool, you will see "Success" notification.

<figure><img src="/files/fTRUUJhdXLGGjoqEvnFe" alt="" width="375"><figcaption><p>Add Liquidity Progress</p></figcaption></figure>

<figure><img src="/files/zwFfzZuXOVXE3gDNbczp" alt="" width="357"><figcaption><p>Add Liquidity Success</p></figcaption></figure>

4. You will see and manage your position under "Position tab"

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.piperx.xyz/user-guide/how-to-add-liquidity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
