> For the complete documentation index, see [llms.txt](https://docs.fp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fp.io/usdflc-token/liquidity-provision/uniswap.md).

# UniSwap

### Introduction

[Uniswap V3](https://app.uniswap.org/#/pools) uses concentrated liquidity and custom price ranges. Liquidity providers (LPs) deposit an equal value of tokens into a pool, supplying liquidity at specific price ranges. This is different from V2 where liquidity is spread evenly across all price ranges.

For $FLC, liquidity pools with it and a paired token like ETH would be created. Liquidity Providers deposit $FLC and ETH in a 50/50 ratio into the pool of their chosen price range.

When users swap between FP tokens and ETH, they pay a 0.3% fee. As an LP, you earn a portion of this fee proportional to your share of the pool. The more liquidity you provide, the higher your fee share.

For liquidity mining, the Flooring Protocol would distribute additional $FLC rewards to Liquidity Providers on top of the swap fees if they stake their LP Tokens on flooring.io. This incentive is to attract LPs to support the $FLC/ETH and μ-Tokens/ETH pools on Uniswap V3.

The $FLC rewards can come from the protocol's treasury, portion of revenues, inflation, etc. The reward rate may be adjusted over time based on needs.

LPs would be able to claim these $FLC mining rewards frequently, on top of their earned swap fees which accumulate in real-time into the pool tokens they hold.

You would have to stake the Uniswap V3 $FLC or μ-Tokens LP Tokens on [fp.io](https://fp.io) to be eligible for the $FLC liquidity mining rewards in addition to swap fees.

The more liquidity you provide, and the longer you provide it for, the more mining rewards you can earn. This incentivizes long-term provision of liquidity in the $FLC and μ-Tokens pools on Uniswap V3.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fp.io/usdflc-token/liquidity-provision/uniswap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
