# Adding/Removing/Locking Liquidity Guide

If you’ve already created a liquidity pool on PancakeSwap or Uniswap, how do you view your pool? Simply open PandaTool Liquidity Console, as shown below:

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

You have two key actions: **Add Liquidity** or **Remove Liquidity**.

* **Add Liquidity**: Deposit more tokens to expand your pool.
* **Remove Liquidity**: Withdraw funds from the pool, halting trading activity.

Both actions manage existing pools via **PandaTool’s Liquidity Console**.

## How to Add or Remove Liquidity

### **1.Access PandaTool & Connect Wallet**

* Go to PandaTool’s Liquidity Console: <https://www.pandatool.org/#/LPmanage?lang=en-US>
* Connect your wallet (top-right) and select the blockchain.
* Refresh the page to auto-load your liquidity positions:<br>

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

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

### **2.Adding Liquidity (Increasing Pool Size)**

Use this to boost trading volume after creating a pool.

<figure><img src="/files/9ugUJkfKJE9yPQiiambT" alt=""><figcaption></figcaption></figure>

* Click **Add** → Enter token amounts (*Base Token* and *Quote Token*).
* **Approve**: Authorize both tokens (confirm in wallet).
* Click **Add Liquidity** and confirm the transaction.
* Success notification will appear.

### **3.Removing Liquidity (Withdrawing Funds)**

Withdraw partial/full liquidity. Full removal disables trading. Withdrawn tokens go to the operator’s wallet.

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

* Click **Remove** → Set withdrawal percentage (0%–100%).
* **LP Tokens to Remove**: Auto-calculated based on %.
* **Tokens to Receive**: Estimated base/quote tokens.
* **Receiving Wallet**: Defaults to connected wallet (changeable).
* **Approve LP Token**: Authorize the router contract.
* Click **Confirm Removal** and sign in wallet.
* After a few seconds, you’ll see a “Removal Successful” message.

### **4.Locking Liquidity**

Liquidity Locking, as the name implies, secures the liquidity pool to prevent providers from withdrawing their funds. This effectively mitigates the risk of project teams executing a **'rug pull'.**&#x20;

To perform this operation, click the 'Lock Pool' button.

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

After clicking the lock pool button, a page will pop up for you to enter lock details in lock liquidity parameters.

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

* **Lock Percentage:** percentage of *your* share, not the entire pool.
* **Lock LP Amount:** auto-calculated from the percentage.
* **Unlock Time:** in your local time zone.
* **Lock title:** optional.
* **Approve LP token:** you must approve before withdrawing later.

{% hint style="success" %}
**On Percentage Calculation:**

*If you are the sole liquidity provider in the pool, the locking percentage equals the pool's total liquidity percentage. For multi-provider pools, the calculation differs. For example:*

* *You own 20% of the pool shares.*
* *Locking 100% → Only 20% of the **total pool liquidity** is locked.*
* *Locking 20% → Only 4% (20% × 20%) of the total liquidity is locked.*
  {% endhint %}

After approving LP tokens, click "**Confirm Lock**" and wait a few seconds for completion.

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

**Where to view locked liquidity?**\
Access your locks via the **Lock Console**:→ <https://www.pandatool.org/#/lockList?lang=en-US>

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

This concludes the tutorial on adding liquidity, removing liquidity, and locking liquidity. Compared to creating a liquidity pool, the process of adding to or removing liquidity from a pool is relatively straightforward.

## **FAQs**

**Q:Why do Add/Remove transactions fail?**

* ***A:**&#x54;wo common reasons:*

1. **Insufficient gas fees**: Ensure your wallet has ≥0.011 BNB (BSC) or equivalent chain coin.
2. **Router not whitelisted**: For tokens with transfer/holding restrictions, whitelist the router:\
   **BSC Router Address**: `0x6ADCc1B97d84a2F566b443a6215ea0b01D40EBA4`

**Q: Can tokens still be traded after Liquidity Locking?**

* *A: Yes. Liquidity Locking only prevents project teams from removing the pool—it **does not affect token trading**.*

**Q: Can LP tokens be withdrawn early after locking?**

* *A: **No.** LP tokens remain locked until the specified date. **No early withdrawals are possible**, regardless of user permissions.*

**Q: Is locked liquidity visible on Ave?**

* *A: Yes. After locking, Ave (e.g., Ave.ai) will display the **Pinksale lock badge** for verification.*

**Q: Are fees charged for adding/removing/locking liquidity?**

* *A: **Yes. Each action** (adding liquidity, removing liquidity, or locking liquidity) **incurs a flat fee of 0.01 BNB**.*

For further help, contact our volunteers on Telegram:<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/createtoken/lpmanage.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.
