# Supply/Remove Liquidity

{% hint style="info" %}
**Skip Down to** [**Remove Liquidity from a Liquidity Pool**](#how-to-remove-liquidity-from-a-liquidity-pool)
{% endhint %}

## How to Supply Liquidity into a Liquidity Pool

### 1. Go to the Liquidity Page

Firstly, visit the [Liquidity page](https://app.lynx.finance/pools?chainId=146\&sa=usdc) on Lynx and connect your wallet.

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

### 2. Select a blockchain to filter the liquidity pools

In this example, we will choose the Fantom blockchain.

{% hint style="info" %}
To see all liquidity pools, you can select "Networks"
{% endhint %}

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

### 3. Click 'Supply' on your chosen liquidity pool&#x20;

Find the liquidity pool you want to deposit liquidity into and click the button that says "Supply". In this example, we will supply liquidity to the FTM pool.

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

### 4. Enter the amount of tokens to supply to the pool

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

### 5. Submit Transaction

Click "Supply" to submit your transaction.

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

## How to Remove Liquidity from a Liquidity Pool

### 1. Go to the Liquidity Page

Visit the [Liquidity page](https://app.lynx.finance/pools?chainId=146\&sa=usdc) on Lynx and connect your wallet.

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

### 2. Select "Remove " on your designated pool

Find the liquidity pool you want to remove liquidity from and click "Remove". In this example, we will remove liquidity from the SPIRIT pool.

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

### 3. Enter the amount of tokens to remove from the pool

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

### 4. Submit Transaction

Click "Remove" to submit your transaction.

<figure><img src="/files/S29BqTK8JH0IQZnsZdNl" 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://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/supply-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.
