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.
Architecture Comparison
Consensus: HyperBFT (~0.2s blocks)
Matching: Fully on-chain
Liquidity: HLP vault + makers
Chain: Cosmos appchain
Matching: In validator memory
MEV: In-protocol sequencer
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
Explore Hyperliquid Topics
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.
HLP Vault & Market-Making
How the Hyperliquidity Provider vault democratizes market-making — depositors earn spread while the protocol bootstraps liquidity.
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.