# 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: 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.dragonswap.app/dragonswap/guides/liqudity-providers/how-to-add-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.
