Funding Payments
How the funding rate works on RISEx perpetuals.
The funding rate is the mechanism that keeps the perpetual contract's price anchored to the underlying spot price. Without funding the perp could diverge indefinitely from spot, so funding provides a constant economic incentive to keep this gap close. Funding is peer-to-peer, paid every hour, and computed on an 8-hour rate:
If the contract price trades above spot, longs pay shorts (positive rate); if it trades below spot, shorts pay longs (negative rate). RISEx uses the index price, not the mark price, when calculating notional size. Funding rates are clamped at ±4% per hour by default. Some markets carry a per-market interest dampener instead
Components of the Rate
Interest Component
For most markets, the is a fixed rate per 8 hours ( APR), added on top of the premium. It represents the cost to borrow, embedding cost synthetically where longs pay carry cost - always assuming there is more speculation in the market where traders will borrow to be long.
Average Premium Index (P)
The premium index measures how far the perp is trading from spot. It's sampled every 5 seconds and averaged over the hour:
- : average fill price to buy impactNotional worth of the asset
- : average fill price to sell worth of the asset
This looks at the average price to buy or sell in order to determine whether the book is trading at a premium or discount relative to the index price - what traders are signaling by their positions on the book.
Interest Rate Dampener
Some markets carry a per-market dampener around the interest rate , the same way Binance treats funding rates:
- : the is constant, collapsing back to the plain formula above.
- : while stays inside the stability zone (boundaries included), the clamp never saturates and funding is pinned to . Outside the zone, the dampener absorbs a fixed worth of the premium and the remainder drives funding as normal:
The dampener only reshapes the interest term - it's independent of the ±4%/hr outer clamp, which applies the same way to every market.
| Market | Interest Rate () | Dampener () | 1h Cap |
|---|---|---|---|
| XAU, XAG | 0.01%/8hr | 5 bps | ±4%/hr |
| Others (BTC, ETH, etc,.) | 0.01%/8hr | 0 (disabled) | ±4%/hr |
Example 1: BTC/USDC, no dampener ()
, , the branch executes: .
Example 2: XAU/USDC, dampened ()
, , the branch executes
Same premium, same market conditions - the dampener reduces funding from to , a 7x reduction, pinning funding to the flat instead of following every small move in the premium.