> For the complete documentation index, see [llms.txt](https://docs.dragonswap.app/dragonswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dragonswap.app/dragonswap/guides/liqudity-providers/how-to-add-liquidity.md).

# How to Add Liquidity

## Step 1 - Connect Your Wallet

If you didn't complete this step, visit [How to Create & Connect a Wallet](/dragonswap/getting-started/how-to-create-and-connect-a-wallet.md).

## Step 2 - Go to Pools Page

Open the [DragonSwap](https://test.dragonswap.app/) web app. Next, open the [Pools Page](https://test.dragonswap.app/pools?searchQuery=\&tab=all-pools).

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

## Step 3 - Select Desired Pool&#x20;

Select pool you want to contribute to and click "Show pool".

<figure><img src="/files/1guU255tyP3RHZ5SdOgZ" alt=""><figcaption></figcaption></figure>

## Step 4 - Select Amount You Want to Add

Select the amount of Token 1, Token 2 or Maximum available amount.

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

## Step 5 - Approve Spending the Token

In your wallet, approve spending for the token you are swapping.

Give one-time or permanent approval for spending selected token.

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

## Step 6 - Approve in Wallet

In your wallet, sign the message. This transaction will not require a network cost.

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

## Step 7 - Add Liquidity

Once confirmed, click "Add Liquidity".

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

## Step 8 - Success

You have now successfully added liquidity to DragonSwap pool! To view your swap, you can select “View on Explorer".

<figure><img src="/files/WRUDms04PWY0DofqQIEC" 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.dragonswap.app/dragonswap/guides/liqudity-providers/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.
