# Providing Liquidity

You can provide liquidity for the AMM on Muesliswap Milkomeda. By doing so, you provide a given amount of a pair of tokens to a liquidity pool, offering other users to trade them at the price defined by the ratio. The price may change as more users and larger trades happen with the liquidity pool.

By adding liquidity, you'll earn 0.25% of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.

To add liquidity, visit the "Add Liquidity" tab.

{% embed url="<https://milkomeda.muesliswap.com/liquidity>" %}

1. Click on "+ Add Liquidity"
2. Select the token pair for which you want to provide liquidity for.
3. Select the amount of the first token you want to provide
4. The other amount is automatically determined by the price in the liquidity pool if the pool already exists.
5. Click "Supply" and confirm your inputs.\
   \
   Note: In case the token you want to supply is not enabled yet you will need to click "Enable TOKEN" to enable your wallet access to the token you want to supply

![Before a token can be supplied, it needs to be enabled.](/files/H9dK5qYLs2aatzSgsSvb)

![Hit supply to increase liquidity in this pool!](/files/86p3kXLj69RB7BfgbEmT)

![You will see a confirmation dialogue to confirm your inputs.](/files/jSzyb2YE6cZoTCSMY82a)


---

# 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.muesliswap.com/milkomeda/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.
