# Providing Liquidity

Providing liquidity on a concentrated liquidity (CL) AMM, such as mySwap, is more intricate than on a traditional constant product (CP) AMM, like Uniswap v2. It demands a deeper understanding of liquidity provisioning and, in some cases (especially for non-stablecoin pairs), active management of liquidity to secure higher yields.&#x20;

The mySwap user interface features a step-by-step guide tailored to both newcomers and experienced users alike.&#x20;

Watch the following video for a live demo on how to add liquidity to mySwap.

{% embed url="<https://youtu.be/Vcm6aXVg3oc>" %}


---

# 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.myswap.xyz/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.
