# Providing Liquidity

## Providing liquidity on Multiswap

LP tokens on Multiswap represent a liquidity provider's share of the pool, similar to other decentralized exchanges (DEXs). The key feature that sets Multiswaps LP tokens apart is the ability to trade LP tokens with any asset.

### Providing Liquidity with a Single Asset

One of Multiswap's innovative features is giving users the opportunity to provide/remove liquidity with just a single token, instead of requiring pool assets to be provided/removed in their exact weights. One downside of providing/removing liquidity in non-exact weights is that it <mark style="color:red;">will lead to price slippage, as the reserves of all tokens are not being scaled equally.</mark>&#x20;

*Trade any number of tokens for the pool token, or vice versa. ⬇️*

<figure><img src="/files/QDvZWdeL2Sbs2qhPjMDo" alt=""><figcaption><p>Providing Liquidity with One Pay Token</p></figcaption></figure>

### Providing Liquidity in Exact Weights:

Providing liquidity the classic way is made simple on Multiswap. Simply acquire the required tokens in their weights, and place the LP token into the quote panel.&#x20;

<figure><img src="/files/jFuURUayiQqeN4RadTbj" alt=""><figcaption><p>Setting up to Remove Liquidity</p></figcaption></figure>

You will then be prompted to either "Remove Liquidity" or "Add Liquidity" depending on if the LP token has been placed as a pay or receive token. Selecting one of these choices will construct a Multiswap using the exact weights, ensuring that you suffer <mark style="color:green;">no price slippage</mark>.&#x20;

<figure><img src="/files/kWrCAe2FqHyNMIeVLqn4" alt=""><figcaption><p>Removing Liquidity</p></figcaption></figure>


---

# 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.caval.re/getting-started/providing-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.
