# Funding Rate Dynamics

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

Funding rates on perpetual swaps are a primary component of carry generation in BASIS delta-neutral strategies. Understanding funding behavior, including negative regimes, is necessary for evaluating expected returns, drawdown periods, and deployment pacing.

***

## What Funding Rates Are

Perpetual swaps do not expire. Without a convergence mechanism, perpetual prices can diverge from spot prices. Funding is the mechanism used by exchanges to align perpetual pricing with the underlying spot index. At each funding interval, value is transferred between longs and shorts based on the relationship between perpetual mark price and spot index price.

```
Funding Rate > 0 → Longs pay Shorts
Funding Rate < 0 → Shorts pay Longs
```

A common exchange-side formulation is:

```
Funding Rate = Clamp(TWAP Premium Index + Interest Rate, -0.75%, +0.75%)
```

Most major venues apply funding every 8 hours.

```
Annualized equivalent ≈ Funding Rate × 3 × 365
```

{% hint style="success" %}
For BASIS, positive funding generally supports structural alpha capture when spot holdings are paired against short perpetual hedges.
{% endhint %}

***

## Why Funding Rates Often Trend Positive

Digital asset markets are frequently long-biased. Many market participants seek spot exposure and then extend that exposure using leveraged perpetual contracts. Persistent long demand can push perpetual prices above spot prices, causing longs to pay shorts.

For a delta-neutral structure holding spot while shorting perpetuals, this environment can create recurring carry. The durability of this effect varies by asset, market regime, leverage conditions, and venue composition.

***

## Historical Funding Rate Ranges

The ranges below reflect commonly observed 8-hour funding behavior across major venues. These figures are illustrative and should not be treated as guaranteed forward expectations.

| Asset | Typical Positive Range | Extreme Positive | Typical Negative Range | Extreme Negative |
| ----- | ---------------------: | ---------------: | ---------------------: | ---------------: |
| BTC   |       0.005% to 0.030% |          >0.100% |     -0.005% to -0.020% |          -0.075% |
| ETH   |       0.005% to 0.035% |          >0.150% |     -0.005% to -0.025% |          -0.090% |
| SOL   |       0.010% to 0.050% |          >0.200% |     -0.010% to -0.030% |          -0.100% |

At a midpoint funding rate of 0.015% per 8 hours:

```
0.015% × 3 × 365 ≈ 16.4% annualized
```

This is a gross funding figure before execution costs, hedge maintenance, inventory management, and strategy controls.

***

## Negative Funding Rate Regimes

Funding turns negative when short positioning becomes dominant. Common drivers include:

* Rapid spot sell-offs that trigger aggressive short-perpetual demand
* Macro or regulatory shocks leading to broad risk reduction
* Venue-specific dislocations during liquidation cascades
* Temporary basis distortions during stressed order book conditions

When funding is negative, a short perpetual hedge pays funding rather than receiving it. This reduces carry and may temporarily reverse expected yield.

***

## BASIS Response to Negative Funding

BASIS monitors funding conditions continuously across supported venues and applies deterministic allocation controls designed to preserve capital and maintain execution precision.

| Funding Rate (8h)          | BASIS Response                                                  |
| -------------------------- | --------------------------------------------------------------- |
| > 0%                       | Normal operation                                                |
| 0% to -0.005%              | Elevated monitoring, no immediate reallocation                  |
| -0.005% to -0.020%         | Exposure reduction on the affected asset, potentially up to 50% |
| < -0.020%                  | Strategy pause on the affected asset until conditions normalize |
| Repeated venue/API failure | New deployment paused under state-machine risk controls         |

{% hint style="warning" %}
The objective is not continuous deployment at any cost. BASIS prioritizes deterministic execution, math-constrained risk management, and capital preservation when expected carry becomes structurally unfavorable.
{% endhint %}

***

## Interaction with Lock-Up Boosters

Funding-derived yield and booster multipliers interact at the distribution layer.

Current booster schedule:

| Lock-Up Period | Booster |
| -------------- | ------: |
| 14D            |    +10% |
| 30D            |    +20% |
| 90D            |    +50% |
| 180D           |   +100% |

A longer lock-up increases reward weighting, but it also increases the time horizon over which capital remains committed. During negative funding or paused deployment windows, that means users may experience a longer period of reduced productive exposure relative to short-duration positions.

{% hint style="info" %}
Fixed pools can only be unstaked after the selected lock-up period ends. Early exit is not available.
{% endhint %}

***

## Operational Context

BASIS strategy infrastructure is designed around deterministic execution and risk-bounded state transitions.

Key properties include:

* Structural alpha capture through spot-perpetual basis alignment
* Sub-50μs latency routing through BHLE infrastructure
* 100K+ OPS throughput capacity
* Proprietary routing stack for venue-aware hedge execution
* State machine risk controls for deployment pauses and reactivation logic
* Research support from Base58 Labs as Research Partner

These controls are intended to reduce slippage, limit operational drift, and improve execution precision during both normal and stressed market conditions.

***

## See Also

* [Delta-Neutral Strategy Explained](/strategies/delta-neutral-explained.md)
* [Yield Sources](/economics-and-rewards/yield-sources.md)
* [BSCB Circuit Breaker](https://docs.basis.pro/risk-safety-and-asset-protection/bscb)


---

# 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/funding-rate-dynamics.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.
