# Delta-Neutral Funding Stream

{% 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 %}

Perpetual futures introduce recurring funding transfers between long and short positions. These transfers create a structural opportunity for delta-neutral strategies designed to capture funding spreads while controlling execution precision, margin stability, and liquidation risk.

## 1) Funding rate basics

Perpetual futures do not expire. Funding payments help keep perpetual prices aligned with spot prices.

* When funding is positive, longs typically pay shorts.
* When funding is negative, shorts typically pay longs.

Funding is not constant. It changes with market positioning, volatility, and market stress.

## 2) A delta-neutral structure

A common structure is:

* Spot long the asset
* Perpetual short the same asset

This aims to reduce directional exposure:

* spot gains may offset perpetual losses, and vice versa

The objective is to capture:

* funding transfers
* basis convergence
* structural alpha from market dislocations, subject to strict risk controls

## 3) Why this is not risk-free

Delta-neutral funding strategies still face material risks:

* funding regime changes
* liquidation risk on the perpetual leg
* execution precision risk during entry, exit, or rebalancing
* venue risk and settlement constraints
* temporary basis divergence between spot and perpetual markets

Therefore, BASIS treats this module as:

* conditionally deployable under predefined eligibility rules
* bounded by strict margin safety constraints
* governed by emergency protection triggers and state-machine risk controls

{% hint style="warning" %}
Delta-neutral does not mean risk-free. The core risk is not directional exposure alone. It is whether the system can maintain hedge integrity under changing funding conditions, venue fragmentation, and stressed execution environments.
{% endhint %}

## 4) Auto-rebalancing logic

Because funding rates vary across venues, BASIS can:

* monitor funding across approved venues
* evaluate net funding after fees, slippage, and risk adjustments
* re-route exposure when expected value justifies movement

Rebalancing frequency is a constrained optimization problem:

* too frequent creates fee drag and unnecessary execution exposure
* too slow may miss favorable funding conditions or degrade hedge quality

BASIS addresses this using deterministic decision rules, mathematical constraints, and execution thresholds designed to preserve expected edge after cost.

## 5) Liquidation guard

If the perpetual leg approaches liquidation risk, the system can:

* reduce exposure
* add margin where policy permits
* partially or fully unwind positions
* halt redeployment until safety conditions are restored

Liquidation avoidance is part of capital preservation, not a secondary objective.

## 6) Infrastructure requirements

This strategy depends on high-speed routing and reliable execution quality.

BASIS BHLE infrastructure is designed for this environment:

* sub-50μs latency
* 100K+ OPS
* proprietary routing infrastructure
* deterministic execution controls
* state-machine risk management

These controls matter because funding capture can be eroded quickly by poor timing, fragmented liquidity, or delayed hedge updates.

## 7) What users should monitor

Users should monitor:

* funding rate regime and volatility
* margin health and liquidation distance
* basis spread behavior
* system state and risk alerts
* execution quality under changing market conditions

## 8) Research basis

This strategy is developed within a research-driven framework informed by Base58 Labs, acting as Research Partner to BASIS. The focus is not speculative leverage. It is controlled structural alpha capture through deterministic execution, math-bounded decision logic, and constrained state transitions.

***

Funding streams can produce persistent yield in specific market regimes, but only when hedge discipline, execution precision, and liquidation control remain intact. On BASIS, this module is treated as a constrained risk system built for deterministic operation rather than discretionary trading.


---

# 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-funding.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.
