# Add or Remove Liquidity On Raydium Guide

If you have already created liquidity pool on raydium, you can perform two actions: adding liquidity or removing liquidity.

* **Adding Liquidity**: Continue to inject assets into the pool, increasing its size.
* **Removing Liquidity**: Withdraw assets from the pool, reducing liquidity and potentially halting trading.

Both adding and removing liquidity are operations that manage an existing liquidity pool. Thus, these actions can collectively be referred to as **liquidity management**.

Whether your liquidity pool was created directly on Raydium or via PandaTool, you can use pandatool liquidity management tool to add or remove liquidity as needed.&#x20;

## Operational liquidity steps

1.Connect your wallet in PandaTool&#x20;

2.Identify your liquidity&#x20;

3.Remove liquidity&#x20;

4.Add liquidity

## Solana Raydium Liquidity Management Tutorial

### 1.Open PandaTool and Connect Your Wallet

First, locate the liquidity management page. You can find the **Manage Liquidity** button under the Liuqidity menu on the[ PandaTool](https://solana.pandatool.org/en/) official website.

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

Alternatively, you can directly access the page via this link: <https://solana.pandatool.org/en/managepool>. Once there, the next step is to connect your wallet.

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

After successfully connecting your wallet, the tool will automatically display the current liquidity details associated with your wallet, as shown below.

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

At this point, you can choose to **Add Liquidity**, **Burn Liquidity**, or **Remove Liquidity**.

### 2.Remove Liquidity

Removing liquidity, also known as withdrawing from the pool, is a simple process. You just need to click the button, and you can remove liquidity based on your chosen proportion — it's very convenient.

<figure><img src="/files/1HuyGj1Xp17UZunGiQBq" alt=""><figcaption></figcaption></figure>

After selecting the proportion you want to remove, click the button. A confirmation prompt will then appear in your wallet, allowing you to review the exact amount being removed.

<figure><img src="/files/2C20XXSTCD92hPss4vLz" alt=""><figcaption></figcaption></figure>

### 3.Add Liquidity

If you find the liquidity pool you created is too small and want to expand it further, you can do so by adding liquidity. Locate the corresponding liquidity section and click on "Add Pool."

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

You will be redirected to a new page. After waiting a few seconds, you'll be prompted to input token parameters. Enter the amount of tokens you want to add, and the system will automatically calculate the required amount of SOL (or USDT for USDT pools) and the resulting LP tokens.

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

{% hint style="info" %}
**Note:** The required amount of SOL or USDT is calculated in real-time based on the current token price.
{% endhint %}

Once you've confirmed the amount, click the "Add Liquidity" button. A wallet confirmation will pop up. After confirming in your wallet, the process will be completed.

<figure><img src="/files/ZGZhrVeqTOngvuLk1nzZ" alt=""><figcaption><p>Unnown is LP</p></figcaption></figure>

This concludes the tutorial on adding and removing liquidity. Compared to [creating liquidity pool](https://help.pandatool.org/english/solana/creating-liquidity), adding or removing liquidity is relatively simple.

If you have further questions, feel free to join the Telegram group to ask volunteers for assistance: <https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/sol/managepool.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.
