# Delta Neutral Yields

## Overview

In finance, delta refers to the sensitivity of a strategy's value to changes in the underlying asset price. Achieving delta neutrality means that whichever the price direction of the underlying asset, the strategy's value always remain the same.

Delta neutrality is made possible by combining Long and Short positions. This is achievable as any upside/downside risks are hedged against each other resulting in a delta neutral strategy. As such a delta neutral strategy shields the strategy from short term market volatility.

The reason for such a strategy is that it is possible to yield farm across DeFi while ensuring that any downside (and by extension, any upside) risks are neutralized. As such, delta neutral strategies generate yields regardless of the market direction.

{% hint style="success" %}
**Leverage Positions**

You can learn more about Long and Short positions in our [Leverage Strategy Explainer](/getting-started/strategy-explainers/leverage.md).
{% 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.factor.fi/getting-started/strategy-explainers/delta-neutral-yields.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.
