# Increase Liquidity

{% hint style="info" %}
**Increasing Liquidity in Your Position**

Add tokens to an existing position to provide more liquidity without creating a new position with an identical price range.
{% endhint %}

### **1. Click on your position**

Under **My Positions**, select a position to increase liquidity.

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

### **2. Click on Increase Liquidity**

Once you land on your position card, expand the **Manage** dropdown and click on **Increase Liquidity**.

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

### **3. Enter amounts**

Enter the number of tokens to add to your position. Filling out one side of the pair will automatically calculate the amount of the opposite side, based on the current price of the pool and the price range of your position.

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

### **4. Preview your transaction**

Review the details of your transaction and click on **Confirm Increase Liquidity**.

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

### **5. Approve your transaction**

A pop-up from Adena will appear in a new window, prompting you to approve the transaction. Click on **Approve** to proceed.

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

### **6. Check your new position balance**

Return to your position and check your new balance. You can also expand the **Position History** to double-check your transaction.

<figure><img src="/files/4JhDTJg14BuuO7ZNUQ2i" 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.gnoswap.io/user-guide/providing-liquidity/increase-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.
