# Liquidity

Add your token to a Liquidity Pool to receive Liquidity Provider (LP) tokens and share in the fees.

## LP Tokens

If you deposited **ONUS** and **MIA** into a Liquidity Pool, for example, you would receive **MIA-ONUS** LP tokens.&#x20;

Your portion of the MIA-ONUS Liquidity Pool is represented by the number of LP tokens you receive.&#x20;

You can also withdraw your liquidity at any time to redeem your funds.

## Liquidity Providers earn trading fees

When people use your liquidity pool, you receive a portion of their trading fees.&#x20;

When a trader uses MiaSwap, they pay a 0.25% fee, of which 0.05% goes into the Liquidity Pool of the swap pair they traded on.&#x20;

You can put your LP tokens to work with the [Yield Farms](/features-and-tutorials/yield-farms.md) while still earning your 0.05% trading fee reward, making being a liquidity provider even more worthwhile.

## Impermanent Loss

Providing liquidity is not without risk, as you may be exposed to impermanent loss.


---

# 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.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.
