Perpetual futures contracts have a problem regular futures don't: they never expire, so there's no settlement date to force their price back in line with the spot market. Exchanges solve this with a funding rate — a periodic payment, usually every 4 or 8 hours, exchanged directly between traders holding long and short positions.
When more traders are long than short, the rate goes positive and longs pay shorts. When more are short, it flips negative and shorts pay longs. That's the entire mechanism the payment exists to enforce: it pushes the more crowded side to pay the less crowded side, nudging the perpetual's price back toward spot.
The part that makes it "arbitrage"
If you just open a short futures position to collect a positive funding rate, you've taken on real price risk — if the underlying asset rallies, your short loses money, and it can lose more than the funding you collect. That's directional trading with a funding tailwind, not arbitrage.
Delta-neutral funding rate arbitrage adds one more leg: you buy the asset on the spot market at the same time you open the short future, in equal size. Delta — the position's sensitivity to price — is the sum of the two legs, and it's designed to cancel out:
- Price goes up $500 → spot leg gains ~$500, futures short loses ~$500 → net ≈ $0
- Price goes down $500 → spot leg loses ~$500, futures short gains ~$500 → net ≈ $0
- Funding rate is positive → the futures short receives the payment either way
The result, in theory: exposure to the funding payment without exposure to which direction the price moves. In practice, the hedge is close to neutral, not perfectly neutral — see "What 'reduced' exposure actually means" below.
A worked example (illustrative math, not a return projection)
Say you open a $500 spot position and a $500 short futures position on the same asset, at a funding rate of +0.10% per 8-hour cycle. Over 3 cycles (24 hours), that's 3 × 0.10% = 0.30% of position size in funding, roughly $1.50 on $500 — before fees.
Fees matter more than the headline rate suggests. Opening and closing both legs is a 4-order round trip. At a representative taker fee of 0.055% per order (Bybit's rate), that's 4 × 0.055% = 0.22% of position size just to enter and exit — nearly as large as the 0.30% funding collected in this example. See the fee-coverage math article for the full breakdown.
This is exactly why a real system doesn't enter on every positive rate — it needs the projected funding income to clear the round-trip fee cost by a meaningful margin first. A rate that looks attractive annualized can still be a net loss after fees if it doesn't hold long enough.
What this strategy is not
Nothing about "delta-neutral" removes risk from the trade — it removes one specific risk (directional price exposure) and leaves several others fully in place. The hedge is a mechanical offset, not a shortcut around market risk, and it requires active operation, not a one-time setup:
- Funding rate risk — rates fluctuate and can turn negative, at which point the position pays funding instead of collecting it.
- Fee drag — in extended low-rate environments, trading fees can exceed funding income even without the rate turning negative.
- Liquidation risk — the futures short leg is still a leveraged position and can be liquidated in a sufficiently fast, severe price move, even though the spot leg is hedging the same notional value.
- Exchange / counterparty risk — funds sit on a centralized exchange, and exchange insolvency or an API outage is outside the strategy's control.
- Execution risk — the two legs are separate orders; if one fills and the other doesn't, you briefly hold an unhedged, directional position instead of a neutral one.
See a real example of execution risk from running this strategy live.
What "reduced" exposure actually means in practice
The hedge offsets price movement on the two legs approximately, not exactly — funding accrual, small fills, and fee timing mean the net position drifts slightly over time even with nothing going wrong. This is why continuous monitoring, not a one-time hedge, is the actual operational requirement: the position needs periodic rebalancing checks and an exit rule for when the rate no longer justifies holding it.
FAQ
Is funding rate arbitrage the same as basis trading?
They're closely related but not identical. Basis trading (cash-and-carry) captures the price gap between spot and a futures contract, often with a fixed expiry. Funding rate arbitrage on perpetual futures captures a different, recurring payment — the funding rate — that exists specifically because perpetuals have no expiry and need another mechanism to stay anchored to spot.
Can funding rates go negative?
Yes. When short positions outnumber longs, the funding rate flips negative and shorts pay longs instead of receiving payment. A delta-neutral strategy holding the short futures leg would be paying funding during that period, not collecting it.
Do I need to be a professional trader to understand this?
You need to understand what a perpetual futures contract and a funding payment are. Beyond that, the mechanism is a fixed set of rules — the hard part is not the concept, it's the operational discipline of applying fee filters and risk limits consistently, which is what automation is for.