# Strategies

Fees and impermanent loss are the respective forms of yield and risk for concentrated liquidity. Liquidity providers (and Orphic) generally seek to maximize fee production and minimize impermanent loss through strategies. Strategies are "rules" or guidelines that guide the management of Orphic vaults. Orphic strategies are heavily automated, using automatic triggers to conduct management practices like compounding, rebalancing, and setting ranges.

### Fees <a href="#fees" id="fees"></a>

**Fees** are driven by [volume ](https://en.wikipedia.org/wiki/Volume_\(finance\))or, in other words, more trading happening. More volume equals more fees. But, in concentrated liquidity, fees are also driven by concentration and range. A liquidity provider who concentrates their liquidity near the trading price will receive significantly more fees than someone who sets their ranges wide.

<figure><img src="/files/FEVp0nVCrEDEqIgZlqrq" alt=""><figcaption><p>Source: Gamma Analytics</p></figcaption></figure>

### Impermanent Loss <a href="#impermanent-loss" id="impermanent-loss"></a>

**Impermanent loss** is notoriously difficult to explain. But, at the core, it's any losses LPs sustain from the changing prices and ratio of the assets the LPs deposited into the pool. Those losses happen because the prices of the assets go up or down (it happens both ways), and the ratios of the assets change from your deposit to your withdrawal. **Contrary to full-range liquidity, concentrated liquidity pools are rarely 50-50.**

Impermanent Loss is primarily driven by [volatility](https://www.investopedia.com/terms/v/volatility.asp).

Examples: If a user deposited $1000 into a pool and later withdrew $800, and holding that deposit would have been worth $900, then the user experienced $100 of impermanent losses. Likewise, if the LP withdrew $1200, and holding that deposit was worth $1300, then the LP experienced $100 of impermanent losses.

It is mathematically possible to separate and measure the fee production and impermanent loss of any liquidity position using abstract methods, but it's far easier to evaluate the performance of an LP position by comparing holding the assets at the exact ratio at the time of deposit.

If the fees > IL, the LP vs HOLD will be positive. If the IL > fees, the LP vs. Hold will be negative.

<figure><img src="/files/sKoXifCZGhId9BopnbfK" alt=""><figcaption><p>Source: Gamma Analytics</p></figcaption></figure>

<figure><img src="/files/1rEvQnG3YfXfCt4z3n28" alt=""><figcaption><p>Source: Gamma Analytics</p></figcaption></figure>

As the name implies, impermanent loss is only "permanent" if it's realized. This means the vault/pool is rebalanced. Rebalancing is sometimes necessary but generally avoided if possible due to the downsides of impermanent loss.

### Gas Fees <a href="#gas-fees" id="gas-fees"></a>

Gas costs to maintain a pool also count against an LP's yield, but the fees are only statistically relevant on certain blockchains. With some costs to rebalance $20+ and some costing less than $0.10. Users can check fees on [L2Fees.info](https://l2fees.info/) by CryptoStats.

### Types of Strategies <a href="#types-of-strategies" id="types-of-strategies"></a>

Orphic has a number of different strategies for users of the protocol. Some of these focus on certain asset classes, as well as a number of advanced hedging strategies.

#### Dynamic Range (Wide / Narrow) <a href="#dynamic-range-wide-narrow" id="dynamic-range-wide-narrow"></a>

Dynamic ranges are the most common strategy for Orphic.

<figure><img src="/files/L59ele13a92tVtJghnCQ" alt=""><figcaption><p>Gamma Strategies</p></figcaption></figure>

Liquidity ranges are automatically rebalanced when certain rebalance triggers are hit. Liquidity ranges can be set for a pair and rebalances are automatically triggered by the price moving a certain percentage one way or another.

Accrued fees will be compounded back into the position regularly on behalf of LPs compounding yield. Auto-rebalancing allows for a passive LP experience

The wide-range strategy caters to long-term liquidity providers and their risk preferences. It takes into account high volatility and rewards in the selection of ranges.

Wider ranges generally have less impermanent loss in a high-volatility environment. Over the long run, the savings in impermanent loss will likely outweigh the higher fees in a narrower range.

In a low volatility environment, wider ranges may earn less in fees and perform worse due to earning at a lower fee multiple.

<figure><img src="/files/OXsYYaPfDyJeMENCOdJq" alt=""><figcaption><p>Gamma Strategies</p></figcaption></figure>

The narrow-range strategy caters to short-term liquidity providers and their risk preferences. The narrower ranges will earn more in fees and rewards but likely incur more losses in a high-volatility environment.

In a low volatility environment, narrower ranges generally earn more in fees and perform better due to earning at a higher fee multiplier without suffering much impermanent loss.

In a high-volatility environment, narrower ranges incur more impermanent loss and divergence costs. Over the long run, the higher fees in a narrower range will likely not outweigh the impermanent loss.

<figure><img src="/files/bCotdDBcWyjS549F3Oh2" alt=""><figcaption><p>Gamma Strategies</p></figcaption></figure>

**Example Pools**

* ARB-USDC Pair 0.05% - Arbitrum
* WETH-USDT Pair 0.05% - Mainnet
* OP-WETH Pair 0.05% - Optimism
* POL-WETH Pair 0.05% - Polygon

#### Delta Hedging <a href="#delta-hedging" id="delta-hedging"></a>

{% hint style="success" %}
In Production
{% endhint %}

#### Gamma Hedging <a href="#gamma-hedging" id="gamma-hedging"></a>

{% hint style="info" %}
In Development
{% endhint %}


---

# 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.yfarmer.xyz/alm/start/strategies.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.
