# Liquidity Provision

Liquidity provision on Tidal AMM shares similarities with LPing on Uni v3, but also has more differences. For details, see [Tidal AMM](/sym-finance/mechanism/tidal-amm.md) section.&#x20;

Reminders for LPs:

* As of now, one LP can only add liquidity to **one bin**, or one price. Multiple LP positions under one wallet will be supported in future upgrades.
* [Tidal Force](/sym-finance/mechanism/tidal-amm/tidal-force.md) has a PvP part, which could make LPs worse off compared to holding the initial yield-bearing assets if the LP's liquidity constantly stays below the system average price.
* A small fee is collected on the yield generated LP's liquidity on Tidal AMM. Future fee rate is subject to change under governance and is expected to be removed eventually\
  Current yield fee rate formula:

$$
yield ,fee,rate=1%+20%\*(10P-9)
$$

where P is the current price of symToken.&#x20;


---

# 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.symfi.io/sym-finance/mechanism/leverage-providers/liquidity-provision.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.
