# V2 Pool

### **Providing Liquidity and LP Token**

Users can deposit assets in any type of pools they favor, and we call these ecosystem participants **Liquidity Providers (LP)**. Providing liquidity to the pool will result in the receipt of **Liquidity Pool (LP) Token** as evidence, and the number of LP Token received represents my share(%) in the entire pool.

If you remove all your assets from the pool, the LP Token will be automatically returned, and the user can receive the following rewards from the pool through the proof of LP Token during the asset supply period.<br>

* **Pool usage fee rewards**\
  If the user supplies liquidity to the general pool, users can receive the transaction fee according to their LP stake(%) in the pool. Pool usage fees are accumulated in the pool and, in case of removal, the total amount removal includes pool usage fee rewards, and the process depends on the exchange ratio at the time of removal. (80% of the pool usage fee incurred)<br>


---

# 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.fizzswap.io/product/v2-pool.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.
