# Funding Rate Mechanics

{% 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 are frequently misunderstood as passive yield. They are not.

Funding is a transfer mechanism inside perpetual futures markets. A delta-neutral strategy can convert that mechanism into structural alpha capture, but only if execution quality, hedge discipline, and risk controls remain intact.

This page explains:

* why funding exists
* how funding differs from basis
* how a delta-neutral structure works conceptually
* where the real risks sit
* what BASIS should disclose for credible reporting

***

## 1. Why funding exists in perpetual futures

Perpetual futures do not expire. Without an expiry anchor, perpetual prices can drift away from spot prices.

Funding is the mechanism used to push perpetual pricing back toward spot.

{% tabs %}
{% tab title="Positive funding" %}
When perpetual price is above spot price:

* longs pay shorts
* short exposure becomes more attractive
* additional short interest helps compress the premium
  {% endtab %}

{% tab title="Negative funding" %}
When perpetual price is below spot price:

* shorts pay longs
* long exposure becomes more attractive
* additional long interest helps close the discount
  {% endtab %}
  {% endtabs %}

The key point is simple: funding is not created from nowhere. It is transferred between market participants.

***

## 2. Funding vs basis

Funding and basis are related, but they are not the same thing.

| Concept | What it is                                         | Time profile            | Why it matters                    |
| ------- | -------------------------------------------------- | ----------------------- | --------------------------------- |
| Basis   | Difference between derivative price and spot price | Point-in-time price gap | Can widen or converge             |
| Funding | Periodic payment between longs and shorts          | Interval-based transfer | Incentivizes perp price alignment |

A delta-neutral structure may monetize:

* funding payments
* basis convergence
* or both together

{% hint style="info" %}
Practical interpretation: basis is a price condition, funding is a payment rule.
{% endhint %}

***

## 3. Conceptual delta-neutral structure

A canonical funding capture structure is:

1. long spot
2. short perpetual futures
3. rebalance when the hedge drifts

{% stepper %}
{% step %}

#### Step 1

Acquire or hold the spot asset.
{% endstep %}

{% step %}

#### Step 2

Open an offsetting short position in the corresponding perpetual market.
{% endstep %}

{% step %}

#### Step 3

Monitor hedge ratio, margin state, and funding regime.
{% endstep %}

{% step %}

#### Step 4

Rebalance only when expected net value remains positive after execution costs and risk constraints.
{% endstep %}
{% endstepper %}

This reduces directional exposure, but it does not eliminate risk.

Why not?

* hedge ratios drift
* funding can reverse
* rebalancing is not free
* liquidation remains possible if margin deteriorates
* basis can widen before it converges

A useful conceptual decomposition is:

```
Net capture
≈ funding received
+ basis convergence
- trading fees
- slippage
- borrow or margin cost
- losses from hedge drift
- liquidation losses
```

If the result is not positive after realistic costs, there is no structural alpha.

***

## 4. Funding is a regime variable

Funding is not stable. It changes with market structure.

Common drivers include:

* volatility spikes
* crowded one-sided positioning
* rapid shifts in open interest
* exchange-specific imbalances
* major macro or crypto news events

A strategy that assumes funding will remain positive is not neutral. It is taking a regime bet.

{% hint style="warning" %}
⚠️ Funding can compress, flip negative, or become too unstable to justify exposure. Historical funding is not a guarantee of future capture.
{% endhint %}

For this reason, BASIS treats funding capture as conditional, not automatic.

Eligibility should be gated by:

* positive expected value under conservative assumptions
* deterministic execution thresholds
* strict margin and liquidation guardrails
* state machine risk controls that can pause or reduce exposure during stress

***

## 5. Why execution quality matters

In funding capture, the edge is often small relative to execution error.

Poor execution can destroy theoretical carry through:

* slow hedge updates
* spread crossing
* slippage during rebalancing
* fragmented routing quality
* delayed de-risking during volatility

BASIS addresses this through BHLE, a proprietary execution environment designed for:

* sub-50μs latency
* 100K+ OPS throughput
* deterministic routing infrastructure
* math-constrained state transitions
* automated risk bounds at the engine level

This matters because structural alpha capture is only credible when the realized path stays close to the modeled path.

***

## 6. Hidden costs that are easy to miss

Even when gross funding looks attractive, net realized outcome may be weaker.

| Hidden cost              | How it appears                         | Why it matters                     |
| ------------------------ | -------------------------------------- | ---------------------------------- |
| Rebalancing fees         | Frequent hedge updates                 | Eats into carry                    |
| Slippage                 | Thin books or stressed markets         | Realized entry and exit worsen     |
| Margin opportunity cost  | Capital tied to the hedge              | Lowers capital efficiency          |
| Liquidation risk premium | Adverse move before rebalance          | Can convert carry into loss        |
| Venue fragmentation      | Different prices and funding schedules | Makes true net capture harder      |
| Latency drag             | Delayed reaction to market change      | Increases drift and execution loss |

Funding APR, by itself, is not yield. Only net realized outcome matters.

***

## 7. BASIS operating standard for funding exposure

A credible funding capture program should not run on narrative. It should run on measurable constraints.

BASIS applies the following principles:

* only engage when expected value is positive after conservative cost assumptions
* cap exposure by market depth, volatility, and hedge quality
* treat liquidation as a failure state, not a routine operating assumption
* reduce or pause deployment when regime quality deteriorates
* rely on deterministic execution and state machine controls rather than discretionary reactions

This is consistent with BASIS's broader design philosophy:

* execution precision over headline optics
* structural alpha capture over directional speculation
* verifiable process over opaque discretion

***

## 8. What should be disclosed for credible reporting

If BASIS reports funding-linked performance, the disclosure standard should be clear and auditable.

Minimum reporting should include:

* realized funding income
* realized trading fees
* realized slippage
* net carry after all costs
* hedge rebalancing frequency
* liquidation events, if any
* pause or stop intervals during stress
* regime filters used to qualify deployment

{% hint style="success" %}
✅ Good reporting separates gross funding from net realized outcome.
{% endhint %}

***

## 9. Bottom line

Funding is a useful market mechanism, not free yield.

A delta-neutral structure can harvest funding and basis dislocations, but only under disciplined execution, conservative risk limits, and transparent reporting.

At BASIS, funding capture is treated as one component of a broader structural alpha framework, supported by deterministic execution, quantitative constraints, and research-driven market microstructure models.

***

Next: read Slippage & Market Impact Models.


---

# 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/research-library-deep-dives/funding-mechanics.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.
