# Delta-Neutral Strategy Explained

{% hint style="info" %}
Operator and jurisdiction: BASIS is operated by BASIS DIGITAL INFRASTRUCTURE LTD, a Seychelles IBC (LEI: [254900IX2F2KCWNSSS64](https://lei.bloomberg.com/leis/view/254900IX2F2KCWNSSS64)).

Research Partner: Base58 Labs contributes execution research, systems modeling, and risk design.
{% endhint %}

A delta-neutral portfolio targets a total delta near zero. Spot price moves still occur, but the spot leg and derivatives hedge move in opposite directions. This reduces directional P\&L and shifts the strategy focus toward carry, funding, and structural alpha capture through deterministic execution.

***

## What Delta Means

In a spot-only position, delta is +1 per unit held. If BTC moves +$1, the position gains about +$1.

A short perpetual has delta -1. If BTC moves +$1, the short loses about -$1.

Held at equal size:

$$
\Delta\_{\text{portfolio}} = (+1) + (-1) = 0
$$

Directional price movement is largely offset. The remaining return profile comes from funding, carry, basis behavior, and execution precision.

***

## How BASIS Maintains Delta Neutrality

BASIS builds delta-neutral exposure by coordinating both legs through BHLE, the firm's proprietary routing and execution infrastructure.

### Execution sequence

{% stepper %}
{% step %}
Establish the spot leg

BASIS acquires or maintains the underlying asset exposure, including supported stToken-linked strategy inventory where applicable.
{% endstep %}

{% step %}
Establish the hedge leg

BASIS opens an equal-notional short perpetual position on a liquid derivatives venue.
{% endstep %}

{% step %}
Coordinate both legs

BHLE executes both legs within sub-50μs timing to minimize leg mismatch risk and reduce slippage exposure.
{% endstep %}

{% step %}
Monitor and rebalance

As prices move, the portfolio delta can drift. BHLE continuously measures drift and rebalances when thresholds are breached.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
BHLE characteristics:

* Sub-50μs latency
* 100K+ OPS processing capacity
* Proprietary routing infrastructure
* Deterministic execution controls
* State machine risk constraints
  {% endhint %}

This structure is designed to preserve hedge integrity while improving execution precision under changing market conditions.

***

## Funding Rate Capture

Perpetual swaps use funding payments to keep perpetual prices anchored to spot. In bullish conditions, long positions often pay short positions. When BASIS is short the perpetual, it may receive funding on each funding interval.

{% hint style="success" %}
$$
\text{Annualised yield} \approx \text{Funding Rate}\_{8h} \times 3 \times 365
$$

Example: 0.01% per 8h → 0.03% per day → about 10.95% annualised
{% endhint %}

This component of return does not require the asset price to rise. It depends on funding conditions and hedge continuity.

***

## Numerical Example

### Setup

| Item                    |                 Value |
| ----------------------- | --------------------: |
| Capital reference value |           30,000 USDT |
| BTC spot leg            |   Buy 1 BTC at 30,000 |
| BTC perpetual leg       | Short 1 BTC at 30,050 |
| Net delta               |                   \~0 |

### Scenario A: BTC rises to 32,000

| Position                                  |   P\&L |
| ----------------------------------------- | -----: |
| Long 1 BTC spot                           | +2,000 |
| Short 1 BTC perpetual                     | -1,950 |
| Funding received (30 days × 0.01% per 8h) |   +270 |
| Net                                       |   +320 |

### Scenario B: BTC falls to 28,000

| Position              |   P\&L |
| --------------------- | -----: |
| Long 1 BTC spot       | -2,000 |
| Short 1 BTC perpetual | +1,980 |
| Funding received      |   +270 |
| Net                   |   +250 |

In both cases, the hedge offsets most directional movement and the return is primarily shaped by carry and execution quality.

***

## Key Risks When Delta Neutrality Deviates

### 1. Basis Risk

Spot and perpetual prices can diverge. When basis widens against the position, hedge effectiveness declines.

BASIS monitors basis continuously and adjusts exposure when divergence exceeds tolerance. This is one of the core reasons deterministic execution and real-time controls matter.

### 2. Funding Rate Sign Reversal

Funding can turn negative during stressed or sharply bearish conditions. In that case, short positions may pay long positions rather than receive funding.

BASIS detects sustained negative funding and can reduce, pause, or reroute the affected strategy path until conditions normalize. The BSCB circuit breaker serves as the hard control layer.

### 3. Liquidation Risk on the Short Hedge

If margin on the perpetual short becomes insufficient during a rapid move, the venue may liquidate the hedge. That would leave unhedged spot exposure.

BASIS maintains margin buffers above venue minimums and tracks margin utilization continuously through rule-based risk controls.

### 4. Execution Mismatch Risk

Even in a well-designed system, timing mismatch between spot and hedge can create temporary exposure.

BHLE is designed to reduce this through coordinated routing, low-latency execution, and mathematical sizing constraints.

***

## Why This Matters in BASIS Architecture

The delta-neutral framework is not only a trading concept. It is an infrastructure problem involving:

* Deterministic execution
* Routing quality
* Hedge synchronization
* Basis monitoring
* Risk state enforcement

BASIS approaches this through BHLE and a control framework built around mathematical constraints rather than discretionary intervention. The objective is stable structural alpha capture, not directional speculation.

{% hint style="info" %}
Research context: BASIS strategy design is supported by Base58 Labs, acting as a Research Partner focused on execution systems, market microstructure, and risk-constrained portfolio logic.
{% endhint %}

***

## See Also

* [Funding Rate Dynamics](/strategies/funding-rate-dynamics.md)
* [BSCB Circuit Breaker](https://docs.basis.pro/risk-safety-and-asset-protection/bscb)
* [Yield Sources](/economics-and-rewards/yield-sources.md)


---

# 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.basis.pro/strategies/delta-neutral-explained.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.
