# Liquidity providers (LPs)

When you provide liquidity, you will receive LP tokens in return. These tokens represent your share of the liquidity pool. Keep these tokens safe, as they are essential for withdrawing your liquidity and claiming your share of the fees.

Things to keep in mind as a Liquidity Provider:

1. **Impermanent Loss:** When you provide liquidity, you expose yourself to the risk of impermanent loss, which occurs when the value of one of the tokens in the pool changes significantly compared to when you added liquidity.
2. **Fees and Rewards:** As an LP, you earn a share of the trading fees paid by users. Keep an eye on the rewards and fees you are earning.
3. **Regular Monitoring:** Check your LP position periodically to ensure it remains balanced. You may need to add or withdraw tokens to maintain the desired balance.
4. **Withdrawal:** When you're ready to withdraw your liquidity, use your LP tokens to remove your assets from the pool.
5. **Risk Management:** Understand the risks associated with providing liquidity, and only invest what you can afford to lose. Diversify your investments and do your own research before choosing a liquidity pool.


---

# 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.unisat.io/fractal-bitcoin/inswap-on-fractal/brc20-swap-introduction/liquidity-providers-lps.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.
