# Adding Liquidity

You can add liquidity to StarkDefi by providing tokens in equivalent quantities to the pool. The lowest value of each token in the pair (in USD) will set a limit on the liquidity you provide. After choosing the pair, please follow the steps below to add liquidity:

**Step 1**: Visit the StarkDeFi DApp and locate Liquidity under AMM

<div align="left"><figure><img src="/files/1HTjyQUwZJNNDo3DgJL5" alt="Starkdefi DApp default page"><figcaption><p>StarkDefi DApp</p></figcaption></figure></div>

**Step 2**: Click on "Liquidity"

<div align="left"><figure><img src="/files/NqICIaJbl4U8Nii94rpI" alt=""><figcaption><p>Liquidity Pools</p></figcaption></figure></div>

**Step 3**: Read the information and select the token pair you want to add liquidity to.

<div align="left"><figure><img src="/files/josLMg4jyavS3lGQirRa" alt=""><figcaption><p>Add Liquidity</p></figcaption></figure></div>

**Step 4**: Enter your preferred amounts to add the tokens. Your position for the pool will be calculated and indicated below.

{% hint style="info" %}
When adding liquidity to an existing pool, if you set the amount you want for one token, the amount you need for the other token is automatically calculated. For new pools, you set both amounts. Note that the ratio or the number of tokens will determine the price.
{% endhint %}

<div align="left"><figure><img src="/files/RWR9VopBhBHhzn3Kb1kJ" alt="StarkDefi Add liquidity form"><figcaption><p>Ready to Supply</p></figcaption></figure></div>

**Step 5:** When you're happy with your position, click "Supply" and confirm your supply in the window that appear&#x73;**.**

<figure><img src="/files/3ZRoL1VoBaYi3ERsdEFR" alt="Confirm Liquidity supply"><figcaption><p>Confirm Liquidity </p></figcaption></figure>

**Step 6:** Approve the transaction in your wallet, and you just completed the process.

<figure><img src="/files/6ML0CFKwOZdHvlYsnCCt" alt="Adding liquidity succeeded"><figcaption><p>Successfully Added Liquidity</p></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.starkdefi.com/solutions/liquidity-pools/adding-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.
