> For the complete documentation index, see [llms.txt](https://solarswap.gitbook.io/solarswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solarswap.gitbook.io/solarswap/the-swap/liquidity-provision/standard.md).

# Standard

SolarSwap allows users to provide liquidity through adding their assets to the pool.

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

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

<figure><img src="/files/8Ss6YzF4Yd68XBGJhEFl" alt=""><figcaption></figcaption></figure>

2. Select the tokens you wish to add to the liquidity pool and add liquidity 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.

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

3. 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/V9zHdstuHsvw3KkSXwHK" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/FbS1YhiSicuEe9jC6ia1" 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:

```
GET https://solarswap.gitbook.io/solarswap/the-swap/liquidity-provision/standard.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.
