# How to add liquidity

To add liquidity you will need to make sure that you have a balance for both token on the pool you want to provide liquidity.\
\
First click on the "Pool" tab at the top of the page.&#x20;

<figure><img src="/files/45zc8pB7ubBtBvLOFqgY" alt=""><figcaption></figcaption></figure>

Then select both tokens you want to add liquidity for and select the fee tier for which you want to add liquidity. \
\
You can either specify the price range you are willing to trade in or select full range if you don't want to specify a range.\
\
If you are creating a pool, you will also need to enter the starting price of the pair.\
\
Then enter the deposit amount of one or the other currency. The other will fill in automatically based on the pair price.<br>

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

If this is the first time that you are using the currency on Penguinswap, you will need to approve the token. For more detail, check the [approval and signature request page](/dex/general/what-is-an-approval-transaction.md).\
\
Otherwise, you can click on "preview" and then on "Add" to add the liquidity specified.\ <br>

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

Then it will ask for your signature to go through with the transaction. Click on "Submit" to proceed.\ <br>

<figure><img src="/files/VEZHqhSAKqbNAO9jxBTe" alt="" width="375"><figcaption></figcaption></figure>

Once submitting, your transaction will be sent to blockchain where it will take a few moments to confirm.


---

# 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.creditcoin.org/dex/general/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.
