Perpetual future
A perpetual future is a margined derivative that gives long or short price exposure without transferring the underlying asset or having a fixed expiry.
Category: DerivativesDiamond category cue
System record
Start with the economic purpose, participants, resources, and entitlements before studying implementation detail.
Why it exists
Perpetual futures let traders take, hedge, or provide leveraged price exposure continuously without rolling a dated futures contract at each expiry.
Traditional-finance analogy
Futures contract without an expiry date is the closest comparison recorded for this concept.
Where the analogy stops
- Funding or another convergence mechanism replaces scheduled expiry and delivery as the recurring link between perpetual and underlying prices.
- Settlement, margin, counterparty, oracle, insurance, and auto-deleveraging designs differ by venue and can leave traders exposed without owning the referenced asset.
Main actors
- ActorLong trader
- ActorShort trader
- ActorTrading venue or clearing system
- ActorLiquidity provider or counterparty pool
- ActorOracle
- ActorLiquidator or backstop
Assets and claims
Assets — controlled or transformed resources
Assets are resources the mechanism moves, holds, values, or transforms.
- AssetMargin collateral
- AssetSettlement asset
- AssetTrading fees and funding payments
Claims — entitlements and corresponding dependencies
Claims are rights to value, repayment, redemption, control, or another party's performance; each depends on an obligation or system that must honor it.
- ClaimLong or short derivative position
- ClaimProfit-and-loss claim
- ClaimFunding obligation or entitlement
A perpetual future gives long or short price exposure without transferring the referenced asset and without a scheduled expiry.
Why it exists
Section titled “Why it exists”Perpetuals let traders take or hedge continuous exposure without buying the underlying or repeatedly rolling dated futures. Margin reduces the capital posted at inception, while funding or another convergence rule connects the perpetual market to a reference price over time.
Traditional-finance analogy
Section titled “Traditional-finance analogy”A futures contract without an expiry date is a useful analogy. Unlike a dated future, a perpetual has no delivery date that forces convergence. Venue-specific funding, oracle, margin, liquidation, insurance, and backstop rules take that role, and holding the position does not give ownership or governance rights in the reference asset.
Actors, assets, and claims
Section titled “Actors, assets, and claims”A long benefits from a higher settlement or exit price; a short benefits from a lower one. Each posts margin to a venue, clearing system, or counterparty pool. An oracle or price-index process supplies reference information. Liquidators, insurance, or backstops handle accounts that cannot meet their obligations.
The margin and settlement token are assets. The long or short position, accrued profit and loss, and funding balance are claims or obligations. The referenced asset may never enter the system.
Step-by-step mechanism
Section titled “Step-by-step mechanism”- Select the market, direction, size, order bounds, and margin mode.
- Lock or assign collateral and execute against another trader, maker, or pool.
- Record position size and entry price; update unrealized profit and loss from the venue’s mark rule.
- Accrue fees and funding under the current interval and sign convention.
- Restrict risk-increasing orders and withdrawals using margin rules.
- Close, reduce, transfer, or liquidate the position and realize the resulting balances.
For a simple linear contract quoted in USD:
linearPnlUsd= signedPositionSizeTokens × (exitPriceUsdPerToken - entryPriceUsdPerToken)signedPositionSizeTokens is positive for a long and negative for a short.
This formula excludes fees, funding, slippage, quanto effects, and model-specific
settlement adjustments.
State and flow view
Section titled “State and flow view”| Item | Open | Price move | Close or settlement |
|---|---|---|---|
| Trader collateral | Assigned as margin | Equity changes with PnL, funding, and fees | Residual collateral becomes withdrawable |
| Derivative position | Long or short claim and obligation created | Remains open at the current marked value | Reduced to zero or transferred |
| Counterparty account | Opposite trader, maker, or pool takes exposure | Owes gains and receives losses under venue rules | Pays or receives realized settlement |
| Reference asset | Usually does not move | Supplies a price reference, not settlement assets | Still need not be delivered |
Return source and loss allocation
Section titled “Return source and loss allocation”Capital flow is posted margin, fees, funding, and final settlement. Claim flow creates opposite derivative positions. Return flow transfers trading gains from the losing side, counterparty pool, or backstop according to the venue; market price movement itself is not a payer. Risk flow can reach margin, the counterparty pool, insurance, and finally any stated deficit-allocation layer.
Engineer or auditor lens
Section titled “Engineer or auditor lens”Test signed size, decimals, entry aggregation, partial closes, reduce-only orders, mark and index selection, funding checkpoints, cross and isolated margin, fee ordering, liquidation, insurance exhaustion, auto-deleveraging, stale prices, paused markets, and repeated settlement. Reconcile every credited profit with an equal debit or explicit pool, insurance, or deficit change.
Hyperliquid’s contract specifications describe one linear, margin-denominated perpetual design and explicitly name its oracle, mark, funding, and margin conventions. Synthetix’s perpetual-trading documentation is another implementation entry point. Neither defines all perpetual markets. Both references were reviewed 2026-08-10.
Common misunderstandings
Section titled “Common misunderstandings”- “Long a perpetual means owning the token.” It is a price-linked position, not title to the reference asset.
- “Leverage multiplies the market price.” It changes exposure relative to equity and accelerates margin loss; the underlying price still moves by its observed amount.
- “Profit appears from the market.” Settlement requires a counterparty, pool, insurance, or explicit deficit allocation.
Next examine the collateral and loss boundary in derivatives margin.
Machine-readable model
Key equations
Canonical expressions come from the structured concept record. KaTeX renders the notation, while the plain-text expression and variable table keep its meaning and units inspectable without JavaScript. Read the narrative above for the model's domain, assumptions, and rounding rules.
Equation 1 Plain-text equation:
linearPnl = signedPositionSize * (exitPrice - entryPrice)Variables and units for equation 1 Symbol Meaning Unit linearPnlLinear profit or loss for the position selected settlement-asset units signedPositionSizeSigned Position Size underlying or reference-asset units exitPriceExit Price quote-asset units per base-asset unit entryPriceEntry Price quote-asset units per base-asset unit
Assurance contract
Security properties
These structured statements define desired behavior. Their stable IDs can bind tests, invariants, specifications, audit findings, or proof results without turning descriptive review advice into an assurance claim.
Desired · not evaluated: No test, audit, or proof result is implied until scoped evidence is linked to this property.
Position size, direction, entry price, mark price, collateral, fees, funding, and realized profit and loss reconcile
A trader cannot withdraw margin required by initial or maintenance rules
Settlement cannot transfer profit without an equal counterparty, pool, or backstop accounting change
Oracle, liquidation, insurance, and auto-deleveraging powers and loss priorities are explicit
Knowledge check
Quiz
Answer in your own words, then open the model answer.
What problem does Perpetual future exist to address?
Model answer
Perpetual futures let traders take, hedge, or provide leveraged price exposure continuously without rolling a dated futures contract at each expiry.