Funding rate

The Funding Rate comprises two parts: the Interest Rate and the Premium.

The Premium is what causes the perpetual contract price to align with the underlying asset price.

The main component of the funding rate is a premium that takes into account market activity for the perpetual. It is calculated for each market, every minute (at a random point within the minute) using the formula:

Premium (P) = (Max(0, Impact Bid Price - Index Price) - Max(0, Index Price - Impact Ask Price)) / Index Price

Impact Bid Price

Average execution price for a market sell of the impact notional value

Impact Ask Price

Average execution price for a market buy of the impact notional value

Impact Notional Amount

500 USDC / Initial Margin Fraction

Funding payments

At the start of each hour, an account receives USDC (if F is positive) or pays USDC (if F is negative) in an amount equal to:

F = (-1) × S × P × R
  • S is the size of the position (positive if long, negative if short)

  • P is the oracle (index) price for the market

  • R is the funding rate (as a 1-hour rate)

The minimum funding rate is -0.75% and the maximum funding rate is 0.75%. There is a limit to how quickly the admin can change the funding rate, but this does not take effect during normal operation.

Funding Payment Inclusion - Subject to funding if you hold position at payment interval

Last updated