# How to Add/Remove Liquidity

"Liquidity" is central to how TendieSwap's Exchange works. You can add liquidity for any token pair by staking both through the Liquidity page.

In return for adding liquidity, you'll receive trading fees for that pair, and receive LP Tokens you can [stake in Farms](https://app.gitbook.com/@coloneltendie/s/tendieswap/~/drafts/-Madv6nM31WRW_ajLxDq/products/yield-farming) to earn TENDIE rewards!

### **Adding liquidity**

To provide liquidity, you’ll need to commit an amount of any token pair you like. Your lowest value (in USD) of the two tokens will be the limit to the liquidity you can provide.

You can easily trade for any tokens you need. Visit our [How to Trade on TendieSwap](https://app.gitbook.com/@coloneltendie/s/tendieswap/~/drafts/-Madv6nM31WRW_ajLxDq/getting-started/how-to-trade) guide if you need to.

In this example, we will add liquidity using BNB and TENDIE.<br>

1\. Visit the [Liquidity page](https://exchange.pancakeswap.finance/#/pool).

2\. Click the **Add Liquidity** button.

3\. For the top Input, leave BNB as it is.

4\. For the bottom input, click ‘Select a currency’ and pick TENDIE.

5\. Enter an amount on one of the tokens under “Input”. The other will calculate automatically.

(If your balance is too low on one pair enter a lower amount.)

6\. Click the **Approve TENDIE** button. Your wallet will ask you to confirm the action.

7\. The **Supply** button will light up. Click it.

8\. A window will appear saying how much you will receive. Click the **Confirm Supply** button. Your wallet will ask you to confirm the action.

9\. After a short wait you will see your LP Token balance at the bottom of the page.

You can repeat the steps above to add more liquidity at any time.

### **Removing liquidity**

To remove liquidity.

1\. Visit the [Liquidity page](https://exchange.pancakeswap.finance/#/pool)**.**

2\. Click on your pair under “Your Liquidity”.

3\. Click **Remove**. A new window will appear.

4\. Use the buttons or slider to choose what percent to remove. Choose **MAX** to remove everything.

5\. Click **Approve**. Your wallet will ask you to confirm the actio&#x6E;**.**

6\. The **Remove** button will light up. Click it.

7\. A window will appear saying what you will receive. Click **Confirm**. Your wallet will ask you to confirm the action.

8\. After a short wait you will see your new LP Token balance at the bottom of the page.


---

# 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://tendie.gitbook.io/tendieswap/getting-started/how-to-add-remove-liquidity.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.
