> For the complete documentation index, see [llms.txt](https://neuraswap.gitbook.io/neuraswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neuraswap.gitbook.io/neuraswap/products-and-features/exchange/liquidity/how-to-add-liquidity.md).

# How To Add Liquidity

<figure><img src="/files/5LLhWItZJTweWtcL2n58" alt=""><figcaption></figcaption></figure>

Follow the steps below to add liquidity on the NeuraSwap DEX:

{% hint style="info" %}
Please note that these sceenshots are Testnet transactions on the GPT Chain and may change once NeuraSwap is deployed to Mainnet.
{% endhint %}

1. Connect your wallet to NeuraSwap (for instructions, visit the[ How to Connect Your Wallet ](/neuraswap/products-and-features/wallet/how-to-connect-your-wallet.md)page).
2. Click on the "Liquidity Tab" and click the "+Add" tab.
3. Now select the AI tokens you wish to create a trading pair of by clicking on the token icons and selecting from the dropdown list.  Do the same for both the top and bottom token dropdown lists.

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

4. Enter a token amount on one of the lines. The other line will be automatically calculated for you to keep the pair amounts equal.&#x20;

{% hint style="info" %}
If this is your first time adding liquidity for a token, you may have to enable the token in your wallet. In the image below, you'll see that the "Enable \[Token]"  button appears. Click this button and validate the transaction in your Metamask wallet. Once complete you'll see the button change to say "Add Liquidity".
{% endhint %}

<figure><img src="/files/8DDyB3okwXOlbc1Danqf" alt=""><figcaption></figcaption></figure>

5. Click "Add Liquidity" and validate the transaction in your wallet.

<figure><img src="/files/0C1Fq0WR3XRBHHZ2ThOw" alt=""><figcaption></figcaption></figure>

6. A popup will now appear. Click "Confirm Liquidity" and validate the transaction in your wallet.

<figure><img src="/files/8V5aN4uTO7FtchH8fHYH" alt=""><figcaption></figcaption></figure>

7. Once confirmed, you'll be able to view your transaction on the GPT Explorer by clicking "View on Explorer" or close the popup.

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

&#x20;8\. If successful, the added liquidity should be reflected in the "Positions" tab shortly after.

<figure><img src="/files/7VB2xQVTw0CiU6Y4Xkz8" alt=""><figcaption></figcaption></figure>

&#x20;9\. If you click the pair, you will see that it drops down and you have the ability to "Add" or "Remove" liquidity from the pool.

<figure><img src="/files/Vx05YytMoBpF4nEjpR5Y" 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://neuraswap.gitbook.io/neuraswap/products-and-features/exchange/liquidity/how-to-add-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.
