# Delta-Neutral Farming

Delta-neutral is an investment strategy that utilizes multiple positions with positive and negative deltas so that the overall delta of the assets totals zero. It is typically used in crab markets in order to earn yield with minimizing directional exposure.

Delta One's farming vaults achieve this payoff by taking the positive delta exposure of an LP position (i.e. SOL-USDC) and combining it with the negative delta position of borrowing an asset from a stake pool.

As the values of the underlying assets change, a user may lose their delta neutrality. Investors who want to maintain delta neutrality must adjust their portfolio holdings accordingly, which can be done using the [rebalancer](/delta-one/liquidity-provisioning-basics/rebalancer.md) feature on Delta One.

Below is a plot of the pseudo-delta neutral payoff from LP'ing in a [farming](/delta-one/liquidity-provisioning-basics/providing-liquidity-on-delta-one.md) vault:

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


---

# 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.deltaone.xyz/delta-one/farming-technique/delta-neutral.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.
