# Add Liquidity

**Steps for adding liquidity**

1. **Connect Your Wallet**

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

* Open the Nemo Protocol app and connect your preferred Web3 wallet (e.g., Sui Wallet.
* Ensure you have sufficient funds in your wallet for the tokens you want to deposit.

2. **Navigate to the "Pool" Section**

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

* Click on the **"Pool"** or **"Liquidity"** tab in the main menu.

3. **Select the Token**

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

* Choose the token you want to provide liquidity for (e.g., SUI/sSUI).
* Enter the amount and then Nemo will calculate the output automatically.&#x20;

{% hint style="info" %}
When adding liquidity with the underlying token (eg. SUI), a portion of SUI will be swapped into PT to form a pair and deposited into the pool. However, when adding a large amount of liquidity, excessive slippage from the swap may cause the system to automatically switch to an alternative method: using part of the SUI to mint PT and YT, then combining PT + SUI to provide liquidity. The remaining YT will be returned to the user.
{% endhint %}

4. **Approve & Receive LP NFT**

* Click **"Approve"** to grant the protocol permission to access your tokens (requires a wallet confirmation).
* After approval, click **"Add Liquidity"** and confirm the transaction in your wallet.
* Once the transaction is confirmed, you’ll receive **LP (Liquidity Provider) NFT** representing your share of the pool.


---

# 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.nemoprotocol.com/tutorial/liquidity-provider-lp/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.
