Skip to main content
Perpetual contracts have no expiry, so they use funding rates to keep the perpetual price anchored to the underlying spot price. Funding is a periodic payment exchanged between long and short positions.

How funding works

Once an hour, a funding payment is calculated and exchanged between all open positions:
  • Positive rate: longs pay shorts. The perpetual is trading at a premium to spot, and the payment incentivizes traders to short, pushing the perpetual price back toward spot.
  • Negative rate: shorts pay longs. The perpetual is at a discount; longs are subsidized to absorb the selling pressure.
The payment is automatically applied to your margin each settlement. You don’t need to do anything.

How the rate is calculated

TrueCurrent inherits Injective’s exchange-module funding mechanism. The rate is derived from the time-weighted average of the per-block premium between trade VWAP and the oracle price, normalized to an hourly cadence and clamped per market. The full formula, the sampling cadence, the funding-cap parameter, and the staleness circuit breakers are all defined and maintained by Injective. Read the canonical specification here:

What you see in the UI

In the market header, TrueCurrent shows:
  • Current funding rate – the rate that will be applied at the next hourly settlement
  • Countdown to next funding – time until that settlement
A positive rate means longs are currently paying shorts. A negative rate means shorts are paying longs. Funding rates close to zero indicate the perpetual is well-anchored to spot, which is the healthy state.

Converting the hourly rate

Worked example: an hourly rate of +0.005% equals +0.12% per day and roughly +43.8% annualised – a moderate bull-market condition.

Typical ranges by market condition

These ranges are indicative. Rates during dislocations or squeezes can briefly exceed the volatile range before the per-market cap takes effect.

Funding rate history

Historical rates are accessible through:
  • Injective explorer – per-market funding history with settlement timestamps
  • Indexer API – the /derivatives/markets/{marketId}/funding endpoint returns historical funding-rate snapshots over any date range
Reviewing funding history before entering a long-duration position helps set realistic expectations for holding cost, particularly in markets with a track record of persistent positive or negative rates.

Impact on your position

If you’re long and funding is positive: you pay a small amount per hour to short holders. This is a cost of holding a long when the perpetual trades at a premium. If you’re short and funding is negative: you pay a small amount per hour to long holders. This is a cost of holding a short when the perpetual trades at a discount. Funding is automatically deducted from (or added to) your margin each hour. If your funding payments are large enough relative to your remaining margin, they can accelerate your approach to liquidation — see Liquidation.

Strategic implications

Funding rates carry information about market sentiment. A persistently high positive rate suggests the market is heavily long and traders are paying a meaningful premium to hold long positions — historically a sign of elevated speculative interest that sometimes precedes reversals. If you are paying significant funding on a position, factor that into your holding cost. For long-duration positions, funding can become a meaningful drag.
Last modified on May 5, 2026