> For the complete documentation index, see [llms.txt](https://docs.atheneswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atheneswap.io/products/liquidity/how-to-provide-remove-liquidity.md).

# How to Provide/Remove Liquidity

{% hint style="info" %}
Please note that the token ratio shown in the guide images is for reference only.
{% endhint %}

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

Go to Liquidity tab to see a list of remaining LP tokens that can be staked in “My Liquidity”

The “No Liquidity Found” message appears when either 1. you have not provided liquidity or 2. you have staked all your LP tokens in the Pair Staking Pool after providing liquidity.

## \<Adding Liquidity>

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

Tap the “Add Liquidity” button to supply liquidity.

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

Select the two tokens you want to provide liquidity for.

You cannot select tokens that have a zero balance.

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

If there is no Pair Staking Pool for the selected token pair, you will see the message “No staking pool for this pair.”

* It is recommended to select a token pair that is already provided in a Pair Staking Pool if you want to earn additional rewards through Pair Staking

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

After completing the token selection, tap the “Add Liquidity” button to proceed to the quantity input page.

You can enter the desired amount of liquidity you want to provide on the quantity input page.

<figure><img src="/files/3xLwJkWptooFbghcNOkb" alt=""><figcaption></figcaption></figure>

If one side of the token pair has an insufficient quantity, you will see the message “Insufficient Token Balance,” and you won’t be able to proceed.

* The token price is determined by the ratio of tokens in the Liquidity Pool. For example, if the Liquidity Pool has a price of 2 TokenA = 1 TokenB, the user needs to input TokenA in twice the quantity of TokenB when providing liquidity.

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

Please input the available quantity according to the token price.

Proceed with supplying liquidity by clicking the “Supply” button.

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

Review the quantities of LP tokens to be received and the amount of cryptocurrency to be supplied on the confirmation screen, and click the “Confirm” button to finalize the liquidity supply.

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

Liquidity supply has been completed.

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

Now you can see the received LP tokens in “My Liquidity” list.

<figure><img src="/files/3UubG6b0hAsPzGY4viFo" alt=""><figcaption></figcaption></figure>

In the details of the LP token, you can check the amount of tokens you input and your stake in the Liquidity Pool.

You can also make additional liquidity supply to existing stuff by “Add liquidity instead” button.

Due to fluctuations in token prices, the amount of tokens you will receive upon removing liquidity may differ.

By providing liquidity, you will receive a portion of the swap fee paid by other users. However, to earn additional rewards, you need to stake LP tokens in the Pair Staking Pool.

Refer to the [Pair Staking guide](/products/pair-staking/how-to-use-pair-staking.md) for instructions on how to stake.

## \<How to Remove Liquidity>

You may remove liquidity anytime from “My Liquidity”

However, to remove liquidity, it must be in an unstaked state. Please refer to the Pair Staking menu for the unstaking guide.

LP tokens in an unstaked state will be listed, and you can receive back the tokens you provided for liquidity through liquidity removal.

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

Click the “Remove” button to remove liquidity.

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

Enter the amount of LP tokens you wish to remove.

The amount of cryptocurrency you will receive will be automatically calculated.

* Due to price fluctuations, the token quantities during liquidity provision and removal may differ.

Tap “Remove” to proceed with liquidity removal.

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

On the final confirmation screen, review the liquidity removal details and tap the “Confirm” button to complete the liquidity removal.


---

# 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.atheneswap.io/products/liquidity/how-to-provide-remove-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.
