Back to Hyperliquid Wiki

Hyperliquid Wiki Guide

What is HyperEVM?

HyperEVM is the EVM execution environment on the Hyperliquid blockchain. It is not a separate chain; it is secured by the same HyperBFT consensus as HyperCore.

Short answer

Hyperliquid state execution is split into two broad components: HyperCore and HyperEVM. HyperCore includes fully onchain perpetual futures and spot order books. HyperEVM brings a familiar EVM smart contract environment to the same Hyperliquid blockchain.

The key idea is that builders can use EVM-style contracts while connecting to Hyperliquid's liquidity and financial primitives rather than building on an isolated execution layer.

How HyperEVM works with HyperCore

Official documentation describes HyperEVM as secured by the same HyperBFT consensus as HyperCore. This allows HyperEVM applications to interact with parts of HyperCore, including spot and perpetual order books.

A common example is a project deploying an ERC-20 contract on HyperEVM and linking it with a corresponding spot asset on HyperCore. This creates a closer relationship between applications and native order-book liquidity than a typical cross-chain setup.

HyperEVM vs standard EVM chains

TopicHyperEVMTypical EVM chain
SecuritySecured by HyperBFT with HyperCoreDepends on its own chain or rollup design
Liquidity accessDesigned to connect with HyperCore order booksOften relies on separate DEX liquidity or bridges
Developer modelEVM-compatible contracts and toolingEVM-compatible contracts and tooling

What can developers build?

Developers can build EVM applications that use Hyperliquid's onchain financial infrastructure. Official docs give examples such as ERC-20 assets linked with HyperCore spot markets and lending protocols reading order-book prices.

HyperEVM is described by the docs as being in an alpha-stage rollout, so builders should check the latest official docs before assuming a specific feature is live on mainnet.

FAQ

Is HyperEVM a separate chain?

No. Official docs state that HyperEVM is not a separate chain and is secured by the same HyperBFT consensus as HyperCore.

Is HyperEVM the same as HyperCore?

No. HyperCore is the core trading layer, while HyperEVM is the EVM execution environment.

Where are the official HyperEVM docs?

Use the official Hyperliquid documentation linked below for the latest technical details.

Related guides