# Liquidity

To encourage community to add more liquidity, Moox developed a liquidity proxy contracts, which stands between user and Pancakeswap liquidity pool for tax free liquidity providing.

Liquidity page interacts with these contracts and serves a whole liquidity management to users.

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

{% hint style="info" %}
If all the LP tokens in a wallet are staked, nothing will be listed here.
{% endhint %}

### Add Liquidity

This is the page where tax free liquidity adding for MOOX-BNB pair can only be done.

It interacts with liquidity proxy contract. So, MOOX token transfer approval is required for adding liquidity the first time.

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

{% hint style="warning" %}
Adding liquidity on Pancakeswap will cause tax deduction.
{% endhint %}

### Remove Liquidity

After approval of transferring LP tokens, by clicking Remove button on the liquidity listed in the liquidity position page, desired amount of liquidity can be removed.

As the liquidity is removed, LP tokens are burned and the amount for instant ratio of MOOX token and BUSD are sent to the wallet.

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


---

# 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.moox.one/all-in-one-platform/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.
