# Dynamic LP

Unlike conventional strategies, **Dynamic LP** empowers liquidity providers (LPs) to strategically position assets on either side of the active bin, automatically adapting to real-time market dynamics and optimizing liquidity for enhanced fee collection.

\-----------------------------------------------------------------------------------------------------

Consider an <mark style="color:red;background-color:purple;">T-Y</mark> pool, where an LP chooses **Dynamic LP**, placing liquidity in the bin immediately to the left of the current active bin, comprising entirely of <mark style="color:red;background-color:purple;">T</mark>. As the market sees increased demand for <mark style="color:red;background-color:purple;">Y</mark>, trading activity drives the price rightward into the next bin, which is exclusively <mark style="color:red;background-color:purple;">Y</mark>. Dynamic LP swiftly responds by repositioning the LP's liquidity into the bin on the left of the active bin.

The model continually recalibrates as market trends persist, ensuring the LP's liquidity stays proximate to the current price. If the market's trajectory reverses, **Dynamic LP** accommodates by allowing the LP's liquidity to be fully swapped before shifting positions from the opposite side, demonstrating its adaptability.

\-----------------------------------------------------------------------------------------------------

While **Dynamic LP** offers an opportunity for increased fee earnings, it inherently involves higher risks of impermanent loss compared to "Concentrated LP" This heightened risk stems from exposure to price movements in both directions.

> Given the nuanced risks involved, users are strongly advised to carefully assess the trade-offs before engaging with Dynamic LP.

Its adaptive nature provides a sophisticated liquidity strategy, but the user should weigh the potential benefits against the inherent risks in the volatile market.


---

# 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.taya.fi/about-taya/liquidity-pools/dynamic-lp.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.
