# How to Add Liquidity

"Liquidity" is essential to the operation of MiaSwap's Exchange. Staking both tokens on the Liquidity page will add liquidity to any token pair.&#x20;

You will receive trading fees for that pair in exchange for adding liquidity, as well as LP Tokens that you can stake in[ Farms](/features-and-tutorials/yield-farms.md) to earn rewards!

## How to Add Liquidity

To provide liquidity, you must commit an amount of any token pair of your choice. Your lowest (in USD) token value will be the limit to the liquidity you can provide.&#x20;

You can easily trade for whatever tokens you require. If you need to, refer to our [How to Swap Tokens guide](/features-and-tutorials/swap/how-to-swap-tokens.md).&#x20;

We will add liquidity in this example by using MIA and BUSD.

1. Go to [MiaSwap Exchange](https://miaswap.io/swap/).
2. Go to the Liquidity section.

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

2\. Select the **Add Liquidity** button.

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

3\. Click 'Select a token' for the top Input. Then select one of the tokens in the liquidity pair to which you want to add liquidity. We will choose MIA as an example here.

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

Then, click 'Select a token' for the bottom input. And then select the other token in the liquidity pair to which you want to add liquidity. BUSD will be used as an example in this section.

4\. Fill in the amount on one of the tokens under "Input." The other should be automatically calculated and filled.

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

(If one of the tokens does not have enough balance, an error message will appear and the button will be greyed out; please enter a lower amount to proceed.)

5\. Click the **Approve MIA** button. Your wallet will ask you to confirm the action.

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

6\. The **Supply** button will then light up. Click to proceed. Your wallet will ask you for confirmation. Confirm your transaction from your wallet.

Soon after, your LP Token balance will appear.

You can repeat the above steps to add more liquidity or add liquidity to different pairs.


---

# 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.miaswap.io/features-and-tutorials/liquidity/how-to-add-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.
