A trading venue that is also a chain
Hyperliquid is not a smart contract deployed on someone else's chain, and not a centralised exchange with an onchain settlement layer bolted on. It is a layer one written from first principles for order-book trading, with the matching engine and margin system inside the chain's own state machine.
That design choice has one consequence that matters more than any performance number: there is no privileged off-chain view of the market. The order of transactions is what consensus agreed on, and anyone running a node sees the same book, the same fills and the same liquidations.
- HyperCore — perpetual futures and spot order books, margin, and the clearinghouse.
- HyperEVM — a general-purpose EVM environment on the same chain, able to read and write HyperCore state.
- HyperBFT — the consensus algorithm, a variant of HotStuff, with one-block finality.