> For the complete documentation index, see [llms.txt](https://docs.gnoswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gnoswap.io/user-guide/providing-liquidity/increase-liquidity.md).

# 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
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.gnoswap.io/user-guide/providing-liquidity/increase-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.
