# Funding Rate

A Breadth, Sentiment & External Data concept (Crypto-native) in the LuxAlgo Library.

## What is a Funding Rate?

A funding rate is the periodic payment that keeps a perpetual futures contract tracking its underlying spot index. Perpetuals never expire, so no settlement date forces convergence; instead, at fixed intervals (commonly every eight hours, sometimes hourly), one side pays the other. When the perpetual trades at a premium to the index, funding is positive and longs pay shorts; at a discount, funding is negative and shorts pay longs. The rate is derived mainly from that premium, on many venues plus a small fixed interest component, and the payment equals the rate times position notional.

The design has a longer pedigree than crypto. Economist Robert Shiller proposed perpetual futures settled by periodic payments in a 1993 paper, decades before a liquid market existed. BitMEX brought the structure to crypto in 2016 with its XBTUSD perpetual swap, and the funding mechanism spread with it; perpetuals now carry a large share of crypto derivatives volume, making funding a market-wide gauge rather than a venue quirk.

Construction details vary by exchange but follow the same template: a premium index measures how far the perpetual trades from spot over the interval, an interest-rate term (often a small fixed baseline) is added, and the result is clamped within venue-set caps. Exchanges display a predicted rate during the interval and charge the realized one at the timestamp. Annualizing makes venues comparable and reveals the real cost: an innocuous-looking 0.01% per eight hours is roughly 11% a year.

Because paying funding is the cost of holding the crowded direction, the rate doubles as a positioning gauge. Persistently high positive funding means leveraged longs are paying up to stay long; deeply negative funding means shorts are crowded. Extremes raise squeeze risk in both directions, but funding follows price and can stay elevated through a strong trend, so it is read against its own history and alongside [open interest](https://www.luxalgo.com/library/concept/open-interest/) rather than in isolation.

## How to read funding rates on a chart

Funding is a data series rather than a price pattern; reading it means plotting it under price and judging context.

1. Plot funding beneath the perpetual's price and note the payment interval: 0.01% hourly and 0.01% per eight hours are very different costs.
2. Establish the baseline: funding usually sits mildly positive in bullish phases, so judge readings against the instrument's recent history rather than zero alone.
3. Flag extremes that persist: readings far above or below baseline across several consecutive payment windows mark genuinely crowded positioning, while a single spiky print often reflects a short-lived premium.
4. Cross-reference open interest: rising open interest at extreme funding means the crowd is still adding; falling open interest means the unwind has begun.
5. Compare venues: a premium isolated on one exchange says less than the same reading appearing everywhere at once.

## How it's calculated

The periodic payment rate that keeps a perpetual futures contract's price tethered to its underlying spot index.

```
Prem_j = (max(0, ImpactBid_j - Index_j) - max(0, Index_j - ImpactAsk_j)) / Index_j
P_avg = average of Prem_j over all samples in the funding interval
F = P_avg + clamp(I - P_avg, -0.05%, +0.05%)
Payment = S × M × F
If F > 0 longs pay shorts; if F < 0 shorts pay longs

  Prem_j: premium of the perpetual over its index at sample j
  ImpactBid_j: average fill price for executing the impact notional against the bids
  ImpactAsk_j: average fill price for executing the impact notional against the asks
  Index_j: spot index price at sample j
  j: sample index within the funding interval (commonly one sample per minute)
  P_avg: mean premium over the funding interval
  I: interest rate component (default 0.01% per 8-hour interval)
  clamp(x, a, b): x limited to the range a to b
  F: funding rate applied at the funding timestamp
  S: position size in contracts or coins
  M: mark price at the funding timestamp
  Payment: funding amount for the position (paid by longs when F is positive)
```

This is the BitMEX-style definition also used by Binance; intervals (1h, 4h, 8h), rate caps, premium sampling, and averaging weights vary by exchange.

Funding is a peer-to-peer transfer between longs and shorts, not a fee paid to the exchange.

Persistently positive funding signals long-side crowding; persistently negative funding signals the reverse.

## How traders use it

- As a leverage-crowding gauge: extreme funding with rising open interest flags a crowded trade where forced unwinds, often mapped in advance via [liquidation maps](https://www.luxalgo.com/library/concept/liquidation-clusters/), can accelerate any reversal.
- As contrarian timing context: negative funding while price holds or climbs means shorts are paying into strength, a squeeze setup traders track alongside long/short account ratios.
- As a carry input: delta-neutral desks short the perpetual against spot holdings when funding is persistently positive, harvesting the payments; the strategy carries basis, execution, and venue risk, not free yield.
- As cycle context: multi-week funding regimes, persistently rich, persistently negative, or oscillating around flat, help place the market within broader [crypto cycle models](https://www.luxalgo.com/library/concept/crypto-cycle-models/), alongside [on-chain valuation](https://www.luxalgo.com/library/concept/on-chain-valuation-suite/) gauges.
- As a cross-venue leverage read: aggregating funding across exchanges, or charting it next to [exchange and stablecoin flows](https://www.luxalgo.com/library/concept/exchange-and-stablecoin-flows/), separates venue quirks from genuine market-wide leverage build-ups.

## Funding rate vs other positioning gauges

- **Open Interest** (https://www.luxalgo.com/library/concept/open-interest/): Open interest counts contracts outstanding; funding prices the imbalance in who wants those contracts. Rising open interest with rich funding says new money is paying up to be long, while rising open interest with flat funding says positioning is growing in balance. One measures size, the other urgency.
- **Gamma Exposure** (https://www.luxalgo.com/library/concept/gamma-exposure/): Gamma exposure infers hedging pressure from options open interest, mostly in equities; funding reads leverage pressure directly from perpetual pricing in crypto. Both translate derivatives positioning into a flow story, but funding is an observed cash payment while GEX is an estimate stacked on assumptions about who holds what.
- **Implied Volatility** (https://www.luxalgo.com/library/concept/implied-volatility/): Implied volatility prices expected movement from options; funding prices directional crowding in perpetuals. A market can carry rich funding with cheap options or the reverse, and the combination is more informative than either reading alone.

## FAQ

### Does high positive funding mean the market will drop?

Not by itself. Positive funding just means the perpetual trades rich to spot and longs are paying to hold. Strong uptrends can sustain elevated funding for weeks. It becomes a warning when funding sits at a historical extreme while price stalls, because crowded leveraged longs are then paying for exposure that is no longer working.

### How often is funding paid and who pays it?

Most major venues exchange funding every eight hours, though some use one-hour or four-hour intervals. Only traders holding a position at the funding timestamp pay or receive it, and the payment flows between traders, not to the exchange. The amount is the funding rate multiplied by position notional, so leverage scales the cash cost of holding.

### What is a normal funding rate?

Venue conventions differ, but many perpetuals gravitate toward a small positive baseline (0.01% per eight-hour window is a widely used default) because demand for long leverage usually exceeds demand for short leverage. Define normal per instrument: chart the funding history and treat the middle of its recent distribution as the baseline.

### How do I annualize a funding rate?

Multiply the per-period rate by the number of payments per day, then by 365. A rate of 0.01% paid every eight hours is three payments daily, roughly 11% annualized. Annualizing makes regimes comparable across venues with different intervals and shows why persistent extremes are expensive to hold and attractive to harvest.

### Can funding stay negative for a long time?

Yes. Extended downtrends and post-crash regimes have kept funding negative for weeks, with shorts paying longs the whole way down. Persistent negative funding is not an automatic buy signal; it turns interesting when price stops falling while shorts keep paying, since crowded shorts in a stabilizing market are squeeze fuel.

### Do funding rates exist outside crypto?

The mechanism is specific to perpetuals, which trade mostly on crypto venues, but the concept mirrors traditional carry: futures basis, stock borrow fees, and FX swap points all price the cost of holding a position. Traders doing [intermarket analysis](https://www.luxalgo.com/library/concept/intermarket-analysis/) treat funding as crypto's most visible carry gauge.

## Related concepts

- Liquidation Clusters: https://www.luxalgo.com/library/concept/liquidation-clusters/
- Open Interest: https://www.luxalgo.com/library/concept/open-interest/
- On-chain Valuation Suite: https://www.luxalgo.com/library/concept/on-chain-valuation-suite/
- Crypto Cycle Models: https://www.luxalgo.com/library/concept/crypto-cycle-models/
- Exchange & Stablecoin Flows: https://www.luxalgo.com/library/concept/exchange-and-stablecoin-flows/
- Power-law Growth Curves: https://www.luxalgo.com/library/concept/power-law-growth-curves/
- Whale-wallet Tracking: https://www.luxalgo.com/library/concept/whale-wallet-tracking/
- Futures Basis: https://www.luxalgo.com/library/concept/futures-basis/
- Long/short Account Ratio: https://www.luxalgo.com/library/concept/long-short-account-ratio/
- NVT Ratio: https://www.luxalgo.com/library/concept/nvt-ratio/

---

Source: https://www.luxalgo.com/library/concept/funding-rate/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/