Quick Take
  • On Zoomex, three interlocking systems keep perpetual contracts honest, fair, and stable.
  • The funding rate, the mark price/dual-price mechanism, and the liquidation engine (backed by an insurance fund).
  • Master these three, and you unlock a fundamentally different level of risk awareness and strategic clarity.
  • Unlike a traditional futures contract, a perpetual future has no expiry date.

What Happened

Unlike a traditional futures contract, a perpetual future has no expiry date. A trader can hold a BTC long or short position indefinitely, as long as they maintain sufficient margin. But this raises an obvious problem: without an expiry date, what stops the perpetual contract price from drifting arbitrarily far from the actual spot price of Bitcoin?

Market Context

Perpetual futures are the backbone of crypto derivatives trading and yet most traders interact with them daily without fully understanding what powers them under the hood. On Zoomex, three interlocking systems keep perpetual contracts honest, fair, and stable. The funding rate, the mark price/dual-price mechanism, and the liquidation engine (backed by an insurance fund). Master these three, and you unlock a fundamentally different level of risk awareness and strategic clarity.

The answer is the funding rate, a recurring payment mechanism that acts as a gravitational force, continuously pulling the perpetual price back toward the spot. Mark price and liquidation logic then sit on top of that to ensure the trading environment remains manipulation-resistant and solvent.

The Funding Rate: How It Works and Why It Matters

The funding rate on Zoomex is composed of two components:

Premium Index (P): This is the more dynamic component. It measures the divergence between where the perpetual is trading (captured through the Impact Bid and Impact Ask prices) and the underlying Mark Price. When the perpetual trades at a significant premium or discount, the Premium Index amplifies or dampens the funding rate accordingly.

The final Funding Rate formula is:

The clamp function acts as a dampener. If the difference between the interest rate and the premium is within ±0.05%, the funding rate simply equals the interest rate. If the premium deviation is larger, the clamp limits, but does not eliminate, its influence.

Zoomex calculates both components every minute and then applies an 8-hour Time-Weighted Average Price (TWAP) to smooth volatility in the rate. The resulting rate is applied three times daily, at 8:00 AM, 4:00 PM, and 12:00 AM UTC. Funding fees are calculated on a trader’s position value at each of these timestamps.

Funding Fee = Position Value × Funding Rate

When the rate is positive: longs pay shorts (the market is bullish/elevated above spot).

When the rate is negative: shorts pay longs (the market is bearish/depressed below spot).

Traders can monitor the real-time and historical funding rate at Zoomex’s dedicated funding rate page.

The rate is not fixed, it updates every minute until the next funding timestamp, so active traders should check it regularly before holding overnight positions. There are also funding rate limits in place per contract pair to cap extreme conditions.

Mark Price & the Dual-Price Mechanism

This is where Zoomex goes beyond a simple “use the last traded price” approach. The Dual-Price Mechanism is Zoomex’s core protection against market manipulation and unfair liquidations.

Why It Matters

A technical deep dive for traders on Zoomex

What Is a Perpetual Future, and Why Does It Need These Systems?

Details

Zoomex offers two types of perpetual contracts.

Inverse Perpetual Contracts (collateralized in the base coin – BTC, ETH, XRP, EOS) and USDT Perpetual Contracts (collateralized in USDT, with a broader range of altcoin pairs). Both contract types use the same underlying mechanics described below.

Interest Rate (I): A baseline component derived from the cost of borrowing the quote vs. the base currency. On Zoomex, the formula is:

Interest Rate = (Interest Quote Index − Interest Base Index) / Funding Interval

With standard values of 0.06% (quote) and 0.03% (base) across three daily intervals, this yields a base interest rate of 0.01% per funding period.

F = P + clamp(I − P, −0.05%, +0.05%)