# Adding Liquidity

Important Points to note while adding liquidity:

* While adding liquidity to existing pools users should **ensure that liquidity is being added to the correct pool (stable or volatile)**&#x20;
* The **relative price of assets in the pool is correct** (especially while new pools are being added)
* Attaching a veVOLT NFT to earn boost

When a user adds liquidity for the first time, the user has to **undergo 3 approvals**;&#x20;

1. Approve spend of token 1 by Voltswap smart contract&#x20;
2. Approve spend of token 2 by Voltswap smart contract&#x20;
3. Deposit token 1 and token 2 into the liquidity 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.voltswap.finance/voltswap/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.
