Outcomes are not perpetual futures
HIP-4 introduces contracts that settle inside a fixed range. The primitive can support prediction-style markets and bounded option-like payoffs without the leverage, funding or liquidation mechanics of a perpetual.
The initial rollout is staged. The official documentation describes a recurring binary market tied to the BTC mark at a specified daily settlement time, with additional outcome types and markets expected to expand separately.
Yes and No tokens share one economic book
Each binary outcome has two token sides, commonly Yes and No. At settlement, Yes converts to the settlement fraction in quote tokens and No converts to one minus that fraction.
Buying Yes at price p is economically equivalent to selling No at one minus p. HyperCore merges those sides for liquidity while preserving ordering rules. Advanced split, merge and negate actions expose the underlying token mechanics.
Yes settlement = settleFraction No settlement = 1 − settleFraction
Current fees are zero during initial testing
The current HIP-4 documentation states that outcome-market fees are zero during initial testing. That is a dated rollout condition, not a permanent guarantee. The general fee documentation already defines how fee-paying outcome volume can be counted.
Builder codes can still generate a builder fee on qualifying sell orders. Confirm the order preview and current fee documentation before assuming a zero-cost round trip.
No liquidation does not mean no risk
A fully collateralized outcome can still lose its full purchase price. Settlement specifications, oracle or resolution rules, liquidity, spread, contract identity and market suspension all matter.
Read the exact question and settlement source, calculate the maximum loss before trading, and avoid treating a price near 1 as certainty or a price near 0 as a free option.