> For the complete documentation index, see [llms.txt](https://docs.axis.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axis.to/susdx-the-rewards-vault/how-axis-earns-yield/trading-strategies/delta-neutrality.md).

# Delta Neutrality

Delta measures how much a position's value is expected to change when the underlying market price moves. A delta-neutral structure pairs exposures so their directional sensitivities approximately offset at a point in time.

## What the hedge reduces

If a long position and a short hedge respond similarly, broad market moves should have less effect on the combined position than on either leg alone. This can make basis, funding, or cross-venue spreads the main intended return driver.

## What the hedge does not remove

Delta-neutral does **not** mean risk-neutral or lossless. The position can still lose money when:

* the basis widens or does not converge;
* one leg fills late, partially, or not at all;
* funding, borrow, fees, or margin terms change;
* liquidity disappears or an exit moves the market;
* a venue, custodian, counterparty, chain, or contract fails;
* the instruments stop tracking each other as expected.

## Why delta changes

Price movement, nonlinear derivatives, funding, rebalancing, and changing correlations can alter the hedge ratio. Maintaining low directional exposure therefore requires measurement and execution; it is not a permanent property of opening two opposite positions.

## How to interpret delta-neutral

Treat “delta-neutral” as a description of the intended directional hedge, not a guarantee about return, drawdown, solvency, or liquidity. See [Market & Trading Risk](/risk/market-trading-risk.md) for the control framework and residual risks.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.axis.to/susdx-the-rewards-vault/how-axis-earns-yield/trading-strategies/delta-neutrality.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
