> For the complete documentation index, see [llms.txt](https://docs.endless.link/endless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endless.link/endless/bridge/liquidity-management.md).

# Liquidity Management

## How to add liquidity

1. Connect your WEB3 wallet.

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

2. Click **\[Pool]** in the navigation bar and select **\[Add]** in the action area.

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

3. Based on your investment preferences, select the liquidity pool on different chains.

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

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

4. Enter the amount of tokens you wish to add.

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

5. Click **\[Add Liquidity]**, then go to your wallet for signature and payment.

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

6. Once the addition is complete, you can go to the corresponding liquidity pool to view your liquidity.

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

## How to remove liquidity

1. Connect your WEB3 wallet.

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

2. Click **\[Pool]** in the navigation bar, and select **\[Remove]** in the action area.

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

3. Select the liquidity pool from which you want to remove liquidity.

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

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

4. Enter the amount of tokens you wish to remove.

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

5. Click **\[Remove Liquidity]**, then go to your wallet for signature.

<figure><img src="/files/6vi74HUFbEXtRuV2agI9" alt=""><figcaption></figcaption></figure>

6. Once the removal is complete, you can go to the corresponding liquidity pool to view your remaining liquidity.

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

## How to view liquidity earnings

1. Connect your WEB3 wallet.

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

2. Click **\[Pool]** in the navigation bar and select **\[Earnings]** in the action area.

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

3. Select the liquidity pool where you have provided liquidity.

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

You can view the liquidity you own in the pool, the earnings you have generated, and the amount currently available for withdrawal.

## How to withdraw liquidity earnings

1. Connect your WEB3 wallet.

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

2. Click **\[Pool]** in the navigation bar, and select **\[Earnings]** in the action area.

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

3. Select the liquidity pool where you have provided liquidity.

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

4. Check the amount currently available for withdrawal in the liquidity pool and enter the amount you wish to withdraw.

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

5. Click **\[Withdrawal]**, then go to your wallet for signature.

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

6. After the withdrawal is successful, you can check your assets in your wallet.


---

# 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.endless.link/endless/bridge/liquidity-management.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.
