> For the complete documentation index, see [llms.txt](https://docs.bulbaswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bulbaswap.io/products/provide-amm-liquidity-morph.md).

# Provide AMM Liquidity (Morph)

#### **How to add liquidity to a V2 pool:**

1\. Navigate to the 'Pool' tab on the app and connect your wallet.

<figure><img src="/files/0EMBZ0mdSvraLru89Zre" alt=""><figcaption></figcaption></figure>

2\. Then click add V2 Liquidity

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

3\. Select the tokens you wish to add to the liquidity pool. You must add liquidity to the pool in the form of two tokens at a 1:1 ratio according to USD value. Enter the amount of the first coin you wish to add, the second coin will adjust to match a 1:1 ratio. Then click 'ADD LIQUIDITY'. You will then need to approve the transaction in your wallet.

You should see a confirmation for the transaction. You should now be able to view your LP tokens in your wallet balance.

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

You have now successfully added to liquidity pool. If you wish to reclaim your tokens, simply click 'Remove Liquidity' and confirm the transactions.

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

That's it, you're now a liquidity provider on Morph Testnet!&#x20;

#### **How to add liquidity to a V3 pool:**

1. Navigate to the 'Pool' tab on the app and connect your wallet.

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

2. Then click add V3 Liquidity

<figure><img src="/files/3CO5fj103rmSteuGxtCt" alt=""><figcaption></figcaption></figure>

3.Select the tokens and fee tier you wish to add to the liquidity pool. You must add liquidity to the pool in the form of two tokens at a 1:1 ratio according to USD value. Enter the amount of the first token you wish to add, and the amount of the second token will automatically adjust to match the 1:1 ratio. You can also set it to only be effective within a certain price range. Then click "ADD LIQUIDITY." You will then need to approve the transaction in your wallet.

<figure><img src="/files/2wYUdbH7qKs8V3mkMq7u" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/1qD7ZgeESlGzL4QJ8A6S" alt=""><figcaption></figcaption></figure>

4. You have successfully added to the liquidity pool. If you wish to reclaim your tokens, simply click on the liquidity pool, go to the details page, and then click "Remove Liquidity" and confirm the transaction.

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

5. If you are creating V3 Pool for the first time, you need to enter the initial exchange rate conversion

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bulbaswap.io/products/provide-amm-liquidity-morph.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
