> For the complete documentation index, see [llms.txt](https://whitepaper.steakhut.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.steakhut.finance/getting-started/liquidity/steakhut-strategies/dynamic-range-strategy.md).

# Dynamic Range Strategy

## **Description**

Liquidity ranges are automatically rebalanced when certain rebalance triggers are hit. As the moving average price of the token pair crosses the predefined rebalancing triggers a rebalance is conducted.

Upon rebalancing the liquidity range is recentered around the currently active price, any remaining tokens are deployed within a second range using a "fill-up" style liquidity strategy.&#x20;

No tokens are swapped during a rebalance to mitigate any impacts caused by swap fees or slippage.&#x20;

## **Applicable Pool Types**

Stable-volatile pairs, volatile-volatile asset pairs

## **Example Pools**

AVAX-USDC, WETH.e-USDC, BTC.b-AVAX

## **Advantages**

* Rebalancing is executed automatically allowing for the optimization of liquidity to active price ranges.
* Accrued fees will be compounded back into the position regularly on behalf of LPs compounding yield.

## **Risks**

* During times of high volatility in the markets, the allocation of assets could vary quite significantly from 50/50.
* Impermanent loss may erode returns relative to your benchmark during times of high volatility and insufficient fees.


---

# 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:

```
GET https://whitepaper.steakhut.finance/getting-started/liquidity/steakhut-strategies/dynamic-range-strategy.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.
