Hyperliquid is a decentralized trading application accessed through app.hyperliquid.xyz that supports spot and perpetual futures trading using fully onchain order books. It is built on the Hyperliquid Layer 1 blockchain, which is designed to execute exchange-style matching, margining, and liquidations directly on-chain, rather than relying on off-chain matching with on-chain settlement. The product targets users who want an order book experience similar to centralized venues while retaining self-custody and transparent execution.
Overview
Hyperliquid’s trading app is non-custodial. Users connect a wallet, deposit collateral, and place orders that are processed by the chain’s native trading engine. The protocol’s execution model is split into two components: HyperCore, which runs the spot and perpetual order books, and HyperEVM, a general-purpose smart contract environment that is secured by the same consensus as the trading core. In Hyperliquid documentation, orders, cancels, trades, and liquidations are described as occurring transparently with one-block finality.
History and Background
Hyperliquid’s public documentation describes a design that prioritizes a fully onchain central limit order book, with matching and risk checks embedded into the chain’s state transition logic. Over time, the platform expanded its architecture to include HyperEVM, which brings an EVM-compatible environment to the same chain and is intended to let developers build applications that can reference or extend trading and pricing primitives. The broader Hyperliquid ecosystem also introduced the HYPE token, which the project’s documentation describes as the native gas token for HyperEVM.
Core Products and Services
- Perpetual futures trading: Perpetual markets with order book execution, margining, and liquidation mechanics built into HyperCore.
- Spot trading: Spot order books for supported assets, designed to behave similarly to centralized exchange order books.
- Order types and execution controls: The protocol supports common exchange-style workflows, including placing and canceling orders, with price-time priority matching.
- Collateral and margin modes: Documentation describes cross and isolated margin behaviors, which affect how collateral is shared across positions and how backstop liquidations are handled.
- Developer access: APIs and system integrations are documented for data access and tooling, alongside HyperEVM for smart contract development.
Technology and Features
Hyperliquid’s core differentiator is its onchain order book implementation. HyperCore maintains an order book for each asset, with orders placed at valid tick sizes and lot sizes and matched using price-time priority. Margin checks occur when orders are opened and again when orders match, which is intended to keep risk checks consistent even as oracle prices move.
The chain’s consensus is described as HyperBFT, which is optimized for low latency. Hyperliquid documentation cites end-to-end latency figures for colocated clients and also states throughput targets for order processing. While performance depends on real-world network conditions, the protocol is designed to provide fast feedback for traders and support automated strategies that require predictable execution timing.
Fees follow a maker-taker model with tiering based on trading activity. Official documentation outlines multiple fee tiers and indicates that user fees, rebates, and volume contributions can vary by product category. This structure is typical of order book venues and is intended to reward market makers and higher-volume participants while keeping quote and execution mechanisms transparent.
Risk management and liquidations are integral to perpetual trading. Hyperliquid documentation states that liquidations occur when account equity falls below maintenance margin and that the platform attempts to close positions through market orders on the book before using backstop mechanisms. The documentation also describes the use of a mark price that combines external reference prices with Hyperliquid’s own book state, intended to make liquidations more robust during volatility.
Use Cases and Market Position
Hyperliquid is commonly used for onchain derivatives trading where users want a central limit order book interface and self-custody execution. Typical workflows include trading perpetuals on major crypto assets such as Bitcoin and Ethereum, using spot markets to rebalance holdings, and deploying strategies that rely on limit orders and frequent order management. The addition of HyperEVM expands the platform’s scope beyond trading into an application ecosystem that can interact with onchain market data and financial primitives.
Risks and Considerations
- Leverage and liquidation risk: Perpetual futures can lead to rapid losses and liquidation, particularly during volatile markets or when using high leverage.
- Execution risk: Order book trading can be affected by liquidity conditions, spreads, and fast price movements, which can cause slippage relative to expected fills.
- Smart contract and protocol risk: While trading logic is implemented at the protocol level, users remain exposed to software bugs, unexpected upgrades, and operational issues that can impact markets.
- Oracle and mark price dynamics: Liquidation outcomes depend on the platform’s mark price methodology and market conditions, which may differ from last-traded prices during stress events.
- Self-custody responsibility: Users must secure wallet keys and carefully review transactions and approvals; onchain transactions are generally irreversible once confirmed.