> 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/pegged-pair-strategy.md).

# Pegged Pair Strategy

## Strategy One (Constant price, non-rebalancing)

### Description

Liquidity ranges are set at various bin positions surrounding the actively trading price range of the pair depending on backtesting results. For more volatile pegged pairs, wider liquidity ranges will be deployed. For less-volatile pairs, narrower liquidity ranges will be deployed.

### Applicable Pool Types

Stable-stable asset pairs frequently trading out of parity or pegged pairs trading around a constant price.

*Example Pools: WBTC.e-BTC.b*

### Advantages

* Accrued fees will be compounded back into the position regularly on behalf of LPs compounding yield.
* The strategy will enable LPs to capture a large range of profitable swap fees.
* The strategy is non-rebalancing to mitigate the impacts of IL.

### Risks

* During times of high volatility in the markets, the allocation of assets could vary quite significantly from 50/50.

## Strategy Two (Proportional price, rebalancing)

### Description

In this strategy, liquidity is deployed at a determined interval around the Net Asset Value (NAV) of the token. As the NAV of the token increases the strategy is automatically rebalanced to a higher price to continuously facilitate liquidity. A rebalance is triggered as the NAV increases by a predefined amount.&#x20;

### Applicable Pool Types

Related asset pairs which do not trade at a constant value, but trade in close sequence.

*Example Pools: sAVAX-AVAX*

### Advantages

* Accrued fees will be compounded back into the position regularly on behalf of LPs compounding yield.
* The strategy will enable LPs to capture a large range of profitable swap fees.
* The strategy will automatically rebalance to keep liquidity active.

### Risks

* During times of high volatility in the markets, the allocation of assets could vary quite significantly from 50/50.
* During times of volatility if the token trades well bellow NAV APRs will be temporarily reduced and liquidity will be inactive until it begins trading in parity again.&#x20;


---

# 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/pegged-pair-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.
