Hyperliquid outcome trading

HIP-4: Hyperliquid prediction markets, without the hand-waving.

HIP-4 brings prediction markets and other fixed-outcome contracts onto Hyperliquid's native trading engine. This guide explains the actual market structure, how shares are priced, how settlement works, and what it takes to launch a market.

Independent technical guide · observed against Hyperliquid mainnet and testnet · updated August 2026

Reviewed August 3, 2026 · Purrdict Research

HIP-4 is Hyperliquid's outcome-trading primitive. It supports fully collateralized contracts that expire into fixed payouts. Prediction markets are the clearest use case: traders buy and sell outcome shares on HyperCore, prices express a market-implied probability, and settlement fills record the winning side at 1 and the losing side at 0.

01 / Definition

What is HIP-4?

HIP-4 adds outcome contracts to Hyperliquid. Unlike a perpetual future, an outcome contract has a defined resolution condition and an expiry. It is nonlinear: the payout does not keep rising or falling with the underlying price. It resolves to a fixed amount when the stated condition is decided.

That makes HIP-4 useful for binary prediction markets, multi-outcome questions, price ranges, recurring crypto markets, and bounded options-like instruments. The contracts trade on HyperCore's central limit order book rather than in a separate automated market maker.

VenueHyperCore, alongside Hyperliquid spot and perpetual markets.
Asset labelsCurrent mainnet outcome metadata labels USDC as the quote token, and settlement fills credit USDC automatically.
PriceBetween 0 and 1 quote units. A 0.64 price is commonly read as a 64% market-implied probability.
ExpiryEvery outcome has an explicit resolution condition rather than an open-ended perpetual life.
Specification status

Hyperliquid now documents outcome asset identifiers, but no single public specification covers every observed creation, taxonomy, and settlement form. Purrdict distinguishes documented behavior from mechanics verified through the public API, signed actions, fills, and L1 data.

02 / Market structure

How HIP-4 trading works

Each outcome has two tradeable sides, normally Yes and No. Traders place limit or marketable orders against a live order book. A complete Yes/No set has a fixed gross value of 1 at ordinary binary settlement. Before settlement, however, executable bids and asks at a chosen size need not add to exactly 1.0 because each book has spread, depth, and inventory.

The engine can mint a complete pair when complementary orders cross. This is why an outcome market does not need a pre-minted seller for every share. Positions and fills remain on HyperCore, and market data arrives through the same general API and WebSocket surfaces builders already use for other Hyperliquid markets.

Hyperliquid's official Asset IDs reference defines an outcome encoding as 10 × outcome + side. That value appears as a #N API/WebSocket coin, a +N token name, or the integer order asset ID 100,000,000 + N.

Price is a probability signal, not a promise

A Yes share at 0.72 is a market price. Traders often interpret it as roughly a 72% probability, but the number also reflects liquidity, spreads, fees, inventory, and risk appetite. Thin markets can be wrong. Purrdict shows both sides and the order book so the quoted probability can be evaluated rather than taken on faith.

03 / Taxonomy

HIP-4 market types

“HIP-4 market” is an umbrella term. The live protocol data contains several shapes, and treating all of them as simple Yes/No questions loses important information.

BinaryOne standalone outcome with two sides, usually Yes and No but sometimes custom labels.
Multi-outcomeSeveral binary outcomes grouped under one question where only one outcome is intended to win.
Recurring price binaryAuto-rotating questions such as whether BTC finishes above a target at a fixed time.
Price bucketMutually exclusive ranges that partition an underlying asset's settlement price.

Purrdict's open-source HIP-4 TypeScript SDK classifies these shapes, maps Hyperliquid's outcome identifiers to tradeable coins, computes tick sizes, and builds order payloads without adding runtime dependencies.

04 / Resolution

Settlement is automatic

When a binary market resolves, trading stops and resting orders are cancelled. The winning side records a settlement fill at 1 per share and the losing side records 0. Current quote-token metadata labels active mainnet markets in USDC, and current settlement fills credit USDC automatically. Legacy testnet fixtures may still expose USDH, so integrations should read the live asset metadata instead of hard-coding a token across networks. There is no separate claim button.

For recurring price markets, the resolution details include the oracle price used at expiry. For event markets, the resolution source and wording matter just as much as the final side. Traders should read the market's exact rules before treating its title as the entire contract.

Winning filldir: Settlement with a settlement price of 1.
Losing filldir: Settlement with a settlement price of 0.
Claim stepNone. Settlement credit is automatic.
LiquidationNone for the standard fully collateralized outcome share.
05 / Permissionless markets

Can you launch your own HIP-4 market?

Yes on the current template-based permissionless testnet path. A deployer uses a wallet in Standard mode, stakes 100 HYPE, activates a short venue name once, and signs a deployment action built from a validator-approved template. Purrdict's HIP-4 Launchpad guides that process without asking for a private key or using a server-side signer.

The venue name is permanent and globally unique. Current testnet rules limit active outcomes and daily deployments, while template fields constrain what can be created. Permissionless does not mean arbitrary contract text can bypass protocol rules.

Network status

Curated outcome markets are live on Hyperliquid mainnet. Purrdict's permissionless Launchpad is currently a Hyperliquid Testnet feature. Do not stake or deploy based on an assumption that testnet permissions are identical to mainnet.

Read the complete market-launch guide for the activation flow, template fields, limits, settlement responsibilities, and exact status.

06 / Product layer

What Purrdict adds to HIP-4

HIP-4 is the protocol primitive. Purrdict is an independent trading and creation interface built on it. The app discovers and classifies outcome markets, streams order books, handles wallet and agent-key signing, and presents settlement-aware portfolio data.

Purrdict also builds product layers that do not exist as native HIP-4 order books: prediction-market parlays and combos priced through competitive RFQs, a pooled market-making vault that can back those parlays, a permissionless Launchpad, and developer components and data APIs.

Purrdict is not Hyperliquid and is not presented as the official HIP-4 frontend. That independence lets the product experiment at the application layer while keeping standard HIP-4 markets on HyperCore.

07 / Verification

Sources and methodology

This guide is maintained from primary documentation plus Purrdict's direct observation of public Hyperliquid APIs, WebSocket messages, signed deployer actions, fills, and L1 records. Product status is stated separately for mainnet and testnet.

08 / FAQ

HIP-4 frequently asked questions

What is HIP-4?

HIP-4 is Hyperliquid's outcome-trading primitive. It enables fully collateralized contracts whose value resolves to a fixed outcome at a defined expiry, including prediction markets, binary price markets, and multi-outcome questions.

Is HIP-4 live on Hyperliquid mainnet?

Yes. Curated HIP-4 outcome markets trade on Hyperliquid mainnet. Permissionless template-based deployment is currently available through Purrdict's Launchpad on Hyperliquid Testnet.

Can anyone launch a HIP-4 prediction market?

On the current permissionless testnet path, an account in Standard mode stakes 100 HYPE, activates an outcome-deployer venue once, and deploys from validator-approved templates. Mainnet permissions and templates can change as Hyperliquid expands the system.

Does HIP-4 use leverage or liquidations?

HIP-4 outcome shares are fully collateralized. Winning settlement fills record a price of 1 and losing fills record 0, so the standard outright outcome position has no liquidation mechanism. Current mainnet settlement fills credit USDC automatically.

How is Purrdict related to Hyperliquid?

Purrdict is an independent interface and builder on Hyperliquid. It is not Hyperliquid and does not claim to be the official HIP-4 application.