Funding Rates Deep Dive
Perpetuals never expire - so what keeps their price tethered to the underlying spot market? The answer is the funding rate: a periodic peer-to-peer payment between longs and shorts that pulls the perp mark toward the spot index every epoch, continuously, forever.
The Full Funding Rate Formula
Funding has two components: the premium (how far perp mark has drifted from spot index) and an interest component (the cost of carry, representing the time value of holding one asset versus another).
? Funding Rate Calculator
Adjust mark, index, position size, and OI imbalance to see exactly how much funding flows per interval.
How Funding Payments Actually Flow
The exchange does not pocket funding. It is a direct settlement between long and short trader collateral wallets. The exchange only enforces the calculation and executes the net transfer.
Simulated 24h Funding History
Each bar represents a funding period. Blue bars = longs pay shorts. Green bars = shorts pay longs. Watch how funding varies with the mark-index spread and OI conditions.
Funding Mechanics by Protocol
Why Funding Rates Matter
Hold spot ETH + short perp ETH. You collect positive funding with near-zero directional risk. This is Ethena USDe's core engine - 15-30% APY in bull markets driven entirely by perp funding.
Long venue with negative funding (cheap longs), short venue with positive funding (expensive longs). Collect both sides of the spread. Works across Binance ? dYdX ? Hyperliquid.
Open positions just before funding settlement at high rates, close immediately after. Requires precise timing, low fees, and sufficient spread to cover costs.
Frequently asked questions
- What exactly is the funding rate formula?
- The standard formula is: Funding Rate = clamp(Premium / periods-per-day + Interest, +/-cap), where Premium = (Mark ? Index) / Index. Most venues use 8-hour periods (3 per day), so a 0.01% premium produces roughly 0.033% per interval. The interest term is typically a small annual rate (e.g., 0.01%) split across periods - this is the cost-of-carry that distinguishes perps from futures and is why funding is not just a pure premium payment.
- Who receives funding payments - the exchange or other traders?
- Traders. Funding is a direct peer-to-peer transfer between long and short positions on the same venue. The exchange sets the formula and enforces settlement but keeps zero of the payment. This is why funding is a useful sentiment signal - it reflects actual trader positioning, not exchange revenue. When funding is positive, longs collectively pay shorts; when negative, shorts collectively pay longs.
- How do GMX V2 funding mechanics differ from orderbook DEXs like dYdX and Hyperliquid?
- GMX V2 does not use classical mark-index funding. Instead it charges a borrow fee from the heavy side of open interest to the light side, scaled by pool utilization. The GM pools also add a funding-style rebate that scales with long/short OI imbalance. Orderbook venues (dYdX v4, Hyperliquid) use the classical (Mark ? Index) / Index formula with discrete 8-hour settlements or, in Hyperliquid's case, continuous by-second accrual. The economic effect is similar - the heavier side pays - but the settlement mechanics differ substantially.
- What does contango vs backwardation tell us about market sentiment?
- Contango (positive funding, perp > spot) signals crowded longs paying a carrying cost - the market expects higher future prices and is willing to pay to hold perp exposure. Backwardation (negative funding, perp < spot) signals crowded shorts paying longs - the market expects lower future prices. Persistent contango at high annualized rates (above 30%) is historically a warning sign: crowded longs are paying heavy funding, and any sharp downward move can trigger cascade liquidations that accelerate the move. Persistent backwardation often coincides with bearish sentiment and short-squeeze risk.
- How does the interest rate component of funding actually work?
- The interest rate is typically expressed as an annual percentage (e.g., 0.01% for the ETH/USDC pair) that is divided by the number of settlement periods per day. On an 8-hour settlement venue, the per-period interest component is approximately 0.01% / 365 / 3 ? 0.0000091%, which is negligible. On a 1-hour settlement venue, it becomes ~0.000114% per hour. The interest component exists to prevent the funding rate from being zero when mark equals index - it represents the cost of holding collateral in one asset versus another and ensures that even flat markets have a small directional cost.
- Can a whale manipulate funding rates to profit?
- Yes. A large player with sufficient capital can open a massive one-sided position to inflate OI imbalance, which pushes the funding rate in their favor (for GMX V2 OI rebates) or creates a premium that drives a high classical funding rate (for orderbook venues). They then hold a delta-neutral hedge in spot and collect the funding payment. On venues with lower liquidity or wider oracle price spreads, the required capital is lower and the manipulation window is wider. On deep venues like Hyperliquid or dYdX, the manipulation cost scales with the open interest and is generally impractical at meaningful size.
- What is the relationship between funding and perpetual price convergence?
- Funding is the primary mechanism that forces a perpetual's mark to track the spot index without an expiry date. If perp > spot -> positive funding -> longs pay shorts -> longs become costlier -> selling pressure on the perp -> mark falls toward index. If perp < spot -> negative funding -> shorts pay longs -> shorts become costlier -> buying pressure on the perp -> mark rises toward index. This feedback loop runs continuously and is the reason perpetuals can track an index indefinitely without physical settlement. The speed of convergence depends on the funding rate magnitude: higher funding = faster convergence.