Hyperliquid Explained

Hyperliquid is a purpose-built Layer-1 blockchain designed for high-performance trading. Unlike protocols that bolt an order book onto a general-purpose chain, Hyperliquid's entire stack — consensus, execution, and order matching — is optimized for sub-second trade finality with fully on-chain order book transparency.

$500M+
Total Value Locked
$3B+
Daily Volume (peak)
140+
Perp Markets
~0.2s
Block Finality

Architecture Comparison

Hyperliquid
Model: On-chain order book (custom L1)
Consensus: HyperBFT (~0.2s blocks)
Matching: Fully on-chain
Liquidity: HLP vault + makers
dYdX v4
Model: Off-chain matching, on-chain settlement
Chain: Cosmos appchain
Matching: In validator memory
MEV: In-protocol sequencer
GMX
Model: Pool-based (GLP/GM)
Oracle: Chainlink price feeds
Matching: Zero-slippage vs pool
Traders PnL = LPs PnL

HyperBFT Consensus Flow

Watch how orders flow through HyperBFT: traders submit orders, the leader validator proposes a block, validators vote, and finality is reached in under a second. Pipelined commits allow the next block to begin before the previous one fully finalizes.

Key Concepts

HyperBFT Consensus
A pipelined BFT algorithm derived from HotStuff. Validators reach finality in a single round-trip, enabling ~0.2s block times without sacrificing safety. Tolerates up to 1/3 Byzantine validators.
On-Chain Order Book
Every limit order, cancellation, and fill is recorded on-chain. No off-chain relayers or centralized sequencers. The L1 itself is the matching engine, giving full transparency and verifiability.
Sub-Second Finality
Median end-to-end latency from order submission to on-chain confirmation is ~0.2 seconds. This rivals centralized exchanges and makes Hyperliquid viable for active trading strategies.
Native Spot + Perps
Hyperliquid supports both perpetual futures and spot trading on the same L1 with unified cross-margin. Spot tokens can be deployed permissionlessly via the HIP-1 token standard.

Explore Hyperliquid Topics

✦ Live

On-Chain Order Book L1

How Hyperliquid runs a fully on-chain order book with sub-second finality — no off-chain matching, no sequencer trust assumptions.

✦ Live

HLP Vault & Market-Making

How the Hyperliquidity Provider vault democratizes market-making — depositors earn spread while the protocol bootstraps liquidity.

Coming soon

Trading Strategies

Spot, perps, and vault strategies on Hyperliquid — leverage, funding rates, and native cross-margin.

Related Topics

Frequently Asked Questions

How does Hyperliquid work?

Hyperliquid is a custom Layer-1 blockchain built specifically for trading. It runs an on-chain order book with sub-second finality using its HyperBFT consensus algorithm — a modified version of HotStuff BFT. Every order placement, cancellation, and match happens on-chain without off-chain sequencers.

What makes Hyperliquid different from dYdX?

While both use order books, dYdX v4 matches orders off-chain in validators' memory before committing to its Cosmos appchain. Hyperliquid processes the entire order book on-chain on its custom L1, achieving comparable speed (~0.2s block times) with a fully verifiable execution trail.

What is the HLP vault?

HLP (Hyperliquidity Provider) is a protocol-native vault where anyone can deposit USDC to participate in market-making. The vault runs automated strategies that provide liquidity across Hyperliquid's markets, and depositors earn a share of trading profits from spreads.

Is Hyperliquid decentralized?

Hyperliquid runs on a permissioned validator set using HyperBFT consensus. While the order book and execution are fully on-chain, the validator set is not yet open to permissionless participation. The team has outlined plans for progressive decentralization.

What is HyperBFT consensus?

HyperBFT is Hyperliquid's consensus algorithm derived from HotStuff BFT. It achieves sub-second finality (median ~0.2s) by using a pipelined commit process where validators can propose new blocks before prior blocks are fully finalized, optimizing throughput for trading workloads.