# Adding Liquidity

1. Head to the [Liquidity ](https://app.tokan.exchange/liquidity)page on the [dApp](https://app.tokan.exchange/swap).
2. Use the Connect Wallet button in the top right to connect your wallet\
   (If you do not have an existing wallet, then refer to this [guide](/getting-started/wallet-setup.md))

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

3. Click the Manage Liquidity button
   1. Click the "Token 1" tab to select a token &#x20;
   2. Click the "Token 2"  tab to select another token&#x20;
   3. Enter the amount you want to add in the "Token 1" input box
   4. The Token 2 amount will be automatically calculated

<mark style="color:red;">If it's your first time transacting a token, your wallet will ask for approval before proceeding.</mark>

4. Click on **Add Liquidity & Stake**

**There will be at least two transactions to confirm. One to add liquidity and another to stake it.**


---

# 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.tokan.exchange/getting-started/guides/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.
