# Provide AMM Liquidity(Solana)

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

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

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

2\. 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 'Supply'. 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/KMLrKm9R2hqprAjJ70TP" 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/InMYz1uFAFlHy6IpbCwX" alt=""><figcaption></figcaption></figure>

That's it, you're now a liquidity provider on Raydium!

**Liquidity pool explanation:**

When you add to a pool you will receive Liquidity Provider tokens (LP tokens). For example, if a user deposited $SOL and $BULBA into a pool, you would receive SOL-BULBA RLP tokens.

These tokens represent a proportional share of the pooled assets, allowing a user to reclaim their funds at any point.


---

# 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.bulbaswap.io/products/liquidity-providers/provide-amm-liquidity-solana.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.
