This page is conceptual. Live and historical funding values are available from
GET /v1/markets/funding and the funding WebSocket channel.The basic model
The funding rate is driven by the basis — the gap between the perp’s price and the oracle price. A persistent premium produces positive funding (longs pay), which incentivizes traders to close longs / open shorts and pulls the price back toward the oracle; a persistent discount does the reverse. This is the same convergence mechanism used across perp markets.Real-world assets
For perps on equities, commodity ETFs, and index ETFs, funding does more than close the basis: it also passes through the events that drive a real holder’s return — dividends, splits, and futures rolls — so the perp tracks the total return of the underlying. Those mechanics are covered on Real-world asset perps.Off-hours trading
A key advantage of perps is 24/7 price discovery. But when an underlying market is closed, liquidity and the ability to hedge are limited, so Arcus applies guardrails for RWA perps during those windows:- Fixed off-hours funding. Instead of a live, basis-driven rate, funding is locked to a base off-hours rate of SOFR + 0.5%, fixed at the close. This removes funding uncertainty for traders carrying positions overnight or over the weekend, beyond the price of the underlying itself.
- Higher initial margin. Opening or growing a position off-hours requires more collateral. See Margin.
- Price bands. Trading and the mark price are constrained to a range around the last regular-hours price, widening only gradually if sustained pressure builds against a bound. This gives the market time to consolidate and helps prevent off-hours liquidation cascades.
Regular-trading-hours calendars differ by market, and the precise funding interval, clamps, and band parameters are internal settings. Read live funding from the API rather than recomputing it.