# Liquidity Guide

## Adding Liquidity

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

### Trading Pair

* **Choose the trading pair you want to add liquidity to and select your liquidity fee**

### Position Range

* Select the minimum and maximum price range.
* This is the liquidity range in which your liquidity will become active.

{% hint style="info" %}
Remember that if your liquidity goes out of this price range, your position will be deactivated!
{% endhint %}

### Position Size

* Enter the liquidity amount you want to add.

## Position Management

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

### Position Amount

* Check out the amount of liquidity you added.

### Position Income

* Take a look at the liquidity income your position generates.

### Add/Remove Positions

* Add or remove your position from the bottom of the management page.

{% hint style="info" %}
If the position you add goes out of the liquidity range, it will become deactivated. If it goes out of the maximum or minimum price range, it will trigger all your assets to convert into.
{% endhint %}


---

# 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.fluswap.xyz/welcome/faq/liquidity-guide.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.
