# Neutral Farming

### **What is "Neutral" Farming?** <a href="#what-is-neutral-farming" id="what-is-neutral-farming"></a>

Neutral farming is a strategy designed to minimize exposure to price movements while maximizing fee earnings. This is done by balancing your position between an asset like SOL and a stable asset like USDC. You borrow one asset, combine it with the other, and provide liquidity in a Concentrated Liquidity Automated Market Maker (CLAMM).

However, it’s important to note that **pure delta-neutral positions are impossible due to the nature of liquidity pools**. This strategy is better described as **pseudo delta-neutral**, as slight imbalances may occur. In practice, such positions function as a **short volatility strategy**, meaning you are effectively betting on the price staying within a narrow range. Delta-neutral farming offers a balanced risk-reward ratio, making it a compelling choice for stable returns.

<figure><img src="/files/a6aXX0epyvKuno03ipN2" alt=""><figcaption></figcaption></figure>

#### Key Characteristics of Delta-Neutral Farming <a href="#key-characteristics-of-delta-neutral-farming" id="key-characteristics-of-delta-neutral-farming"></a>

1. **Pseudo Delta-Neutral**
   * True neutrality isn’t achievable because liquidity pools naturally expose you to price movements. Instead, this strategy minimizes exposure by balancing borrowed and deposited assets.
   * The closer the price stays to the center of your range, the more effective this strategy becomes.
2. **Short Volatility**
   * This strategy profits from low market volatility.
   * Your main goal is to earn fees while the price remains stable within your range. If the price moves too far in either direction, your impermanent loss increases.
3. **Balanced Risk-Reward**
   * Delta-neutral farming doesn’t aim for large directional profits. Instead, it offers a consistent and relatively lower-risk way to earn fees.
   * Ideal for users looking for stability in volatile markets.

<figure><img src="/files/Zr1xGB8tn6bVkQjm81Id" alt=""><figcaption></figcaption></figure>

You can use the PnL calculator at the right of the TradingView chart to simulate how long you need to stay in range, to become fully profitable within the full range.

In this example, it will take approximately 3 days to reach full profitability.&#x20;

{% hint style="info" %}
Don’t forget to set up [trigger orders](/dive-into-defituna/provide-liquidity/platform-info/trigger-orders.md) to secure your profits and minimize potential losses.
{% endhint %}

<figure><img src="/files/vWrtdPi3LUQAtjFlzCuH" alt=""><figcaption></figcaption></figure>

#### How to Set Up a Delta-Neutral Position <a href="#how-to-set-up-a-delta-neutral-position" id="how-to-set-up-a-delta-neutral-position"></a>

1. **Set a Balanced Range**

* Choose a price range where you expect the market to remain stable.
* A tighter range generates more fees but increases the risk of the position going out of range.
* Aim for a balanced range with equal room on both sides. In the example above, there is a 5% buffer both to the downside and to the upside.

2. **Balance Your Borrow Ratio**

* Adjust your Borrow Ratio until the impermanent loss at the lower bound equals the impermanent loss at the upper bound, ensuring a symmetrical exposure on both sides.

3. **Leverage**

* Use moderate leverage to enhance your returns without introducing excessive risk.
* Be cautious, as higher leverage increase exposure if the price moves sharply.

{% hint style="warning" %}
This setup results in a position that is delta-neutral in USDC terms. \
If you want to be delta-neutral in SOL terms, click the button in the top header of the PnL chart (e.g., “PnL in SOL”) then adjust your borrow ratio until impermanent loss to the downside equals impermanent loss to the upside.&#x20;
{% endhint %}

<figure><img src="/files/enykvxjaUkjTvseuoGsf" alt=""><figcaption></figcaption></figure>

***

#### Advanced Tip: Boost Profits Through [Auto-Compounding](https://app.gitbook.com/o/dNJbZ5r3exVREI6Gzxls/s/MyF9WLf9iWl1sLBOWmVE/~/changes/133/dive-into-defituna/provide-liquidity/platform-info/compound#auto-compounding). <a href="#advanced-tip-boost-profits-through-compounding" id="advanced-tip-boost-profits-through-compounding"></a>

***

#### Important Notes <a href="#important-notes" id="important-notes"></a>

* **Risk of Range Breakout**: If the price moves outside your range, you stop earning fees and may be left holding an imbalanced position. Regular monitoring is essential.
* **Short Volatility**: This strategy is most effective in stable markets where prices are unlikely to move significantly. It works best when the price stays within the range you set.
* **Fees as Compensation**: While price exposure can’t be fully eliminated, the fees you earn help offset this risk and provide consistent returns.

***

#### **Final Reminder:** <a href="#final-reminder" id="final-reminder"></a>

Delta-neutral farming is not about chasing big profits—it’s about stability and consistent fee earnings, during Flat Market. By carefully balancing your position and monitoring your range, you can achieve a strategy that offers one of the most balanced risk-reward ratios in liquidity farming.


---

# 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.defituna.com/learn-more/how-to-open-different-lp-strategies/neutral-farming.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.
