logo
TradFi
Sign Up to 15,000 USDT in Rewards
Limited-time offer is waiting for you!

What Is HyperEVM and How It Fits Into Hyperliquid

Key Points

Discover how HyperEVM powers Hyperliquid's smart contract layer with dual-block architecture, live orderbook access, and unique DeFi features. Explore more now!

HyperEVM is the Ethereum-compatible execution layer of Hyperliquid, the derivatives protocol behind the HYPE token. It reached mainnet on 18 February 2025. It is not a separate blockchain and it is not a rollup. It shares validators, consensus and state with HyperCore, the orderbook engine, and it uses HYPE to pay gas.

That distinction has a price tag attached to it. The figure most often quoted as Hyperliquid's total value locked, roughly $6.18 billion, is the bridge that holds HyperCore trading collateral. HyperEVM's own chain DeFi total value locked was $1.4675 billion at the Monday 31 August 2026 close, spread across 191 protocols. Two different measurements of two different things, and one of them keeps getting attached to the other.

HyperEVM at a Glance

Metric
Details
What it is
The Ethereum-compatible execution layer inside Hyperliquid
Mainnet date
18 February 2025
Consensus
HyperBFT, shared with HyperCore
Gas token
HYPE
Chain ID
999
Fast blocks
1 second duration, 3M gas limit
Slow blocks
1 minute duration, 30M gas limit
Mempools
Two independent mempools, next 8 nonces per address
Link to the orderbook
Read precompiles from address 0x...0800, CoreWriter at 0x3333333333333333333333333333333333333333
Protocols deployed
191 report a Hyperliquid L1 balance on DefiLlama
HYPE on Phemex
Listed as a futures pair, HYPE-USDT

What Is HyperEVM?

HyperEVM is a general-purpose smart contract environment that runs Solidity code, speaks standard JSON-RPC at chain ID 999, and works with the same wallets and tooling a developer would point at Ethereum. Anyone who has deployed an ERC-20 can deploy one here without learning a new language or a new toolchain.

What makes it unusual is where it sits. Hyperliquid's own documentation puts it plainly, saying the HyperEVM "is not a separate chain, but rather, secured by the same HyperBFT consensus as HyperCore." There is no sequencer posting batches to a parent chain and no seven-day withdrawal window, which is the model described in the Phemex explainer on Ethereum Layer 2 solutions. HyperEVM blocks are built as part of the same execution that produces the orderbook's blocks, by the same validator set.

If the layer vocabulary is fuzzy, Phemex's guide to blockchain layers sorts out what an L1, an L2 and an L3 each actually claim to be. HyperEVM does not fit any of them cleanly. It is closer to a second execution environment bolted onto an existing L1 than to anything stacked on top of one.

How Is HyperEVM Different From HyperCore?

HyperCore is the trading engine, and it is the half of the system that almost every user touches first. It holds the spot and perpetual orderbooks, the margin system, the positions and the liquidation logic, and it does not charge gas for order actions. It is a purpose-built state machine that does one job at very high speed, which is why Hyperliquid did not simply run its orderbook as a smart contract in the first place. If perpetual mechanics are new to you, the Phemex primer on perpetual futures contracts covers the funding and margin side that HyperCore is built around.

HyperEVM is the general-purpose half. Lending markets, liquid staking tokens, vaults, stablecoins and anything else a Solidity developer wants to write lives there, and it does charge gas.

Think of it as one building with two floors rather than two buildings joined by a bridge. Same foundation, same security desk, same address. The floors have different furniture and different rules about what you can do on them, and moving between them is an internal stairwell rather than a trip outside.

That is the piece readers get wrong most often. Because the two halves have different names, people assume there are two chains and that value has to be bridged between them. There is one chain, and the accounting split between the two environments is what makes the total value locked figures so easy to misread.

How Do HyperEVM's Two Block Types Work?

This is the most interesting mechanic on the chain, and it has no direct equivalent anywhere else in EVM land.

HyperEVM produces two kinds of blocks. Fast blocks arrive every second with a 3M gas limit. Slow blocks arrive every minute with a 30M gas limit. The two types are interleaved into a single increasing sequence of EVM block numbers, so a block explorer shows one continuous chain even though two different production schedules are feeding it.

The part that matters is underneath. According to Hyperliquid's dual block architecture documentation, the chain runs "two independent mempools that source transactions for the two block types." Your transaction does not get sorted into a lane by size. You choose the lane in advance, and the choice is sticky.

A developer opts in by submitting the action {"type":"evmUserModify","usingBigBlocks":true}. That setting lives at the HyperCore user level, applies to every transaction from that address, and has to be unset again to go back to fast blocks. There is a second requirement that catches people out. The address has to be a HyperCore user first, which means it must have received a Core asset such as USDC before the setting will take. You cannot deploy a large contract on HyperEVM from an address that has never touched the orderbook side.

What this means if you are deploying. A contract that needs more than 3M gas cannot fit in a fast block at all, so any substantial deployment is a one-minute-per-block affair. Deployment scripts written against a one-second chain will time out or misbehave, and a `bigBlockGasPrice` JSON-RPC method exists specifically because fee estimation differs between the two lanes. Leave the flag set after you finish and every routine transaction from that address crawls.

What this means if you are trading. The onchain mempool accepts only the next 8 nonces for each address, and it drops anything older than a day. A bot that machine-guns fifty queued transactions from one hot wallet will have most of them refused, which forces market makers and arbitrageurs to spread activity across multiple addresses. During fast markets, the practical arbitrage granularity between HyperEVM DeFi and the HyperCore orderbook is one second, and anything routed through the slow lane is not competing at all.

What Connects HyperEVM to the Hyperliquid Orderbook?

Two system contracts do the work, and both arrived in stages after mainnet rather than at launch.

Read precompiles went live on 28 April 2025 and they run in one direction only. They start at address 0x0000000000000000000000000000000000000800 and let a smart contract query HyperCore state atomically, including perp positions, spot balances, vault equity, staking delegations and oracle prices. A lending protocol can therefore price collateral against the orderbook's own marks instead of an external feed.

CoreWriter followed on 5 July 2025 at 0x3333333333333333333333333333333333333333, and it runs the other direction, letting a contract send actions into HyperCore. Reading plus writing is what turns HyperEVM from a place to park tokens into a place where a contract can observe a position and act on it in the same flow. The Hyperliquid documentation on interacting with HyperCore lists both address ranges.

HyperEVM vs Ethereum

Category
HyperEVM
Ethereum
Main identity
Execution layer inside a derivatives protocol
General-purpose settlement layer
Consensus
HyperBFT, shared with the orderbook
Proof of stake, roughly 12-second slots
Block cadence
Two lanes, 1 second and 1 minute
One lane
Gas token
HYPE
ETH
Native orderbook access
Yes, via precompiles and CoreWriter
No, orderbooks are application-level
Ecosystem maturity
191 protocols reporting a balance
Thousands of protocols, deepest liquidity

Ethereum is a settlement layer that hosts trading applications. HyperEVM is a trading system that grew a smart contract layer. Neither is a better version of the other, and code that assumes Ethereum's single-lane block model is exactly the code that breaks on the dual-block design.

What Drives Activity on HyperEVM?

Four things account for most of the deposits and most of the transaction flow on the chain.

Liquid staking. The largest single non-bridge line on the chain is a liquid staking token, kHYPE, above $1.1 billion in deposits. Staked HYPE that stays usable as collateral is the same pattern that made stETH the anchor of Ethereum DeFi, and the Phemex explainer on stETH and Lido Finance walks through why that design attracts deposits.

Lending against orderbook collateral. Pooled lending markets on the chain run into the hundreds of millions, with HyperLend above $555 million and Morpho Blue above $326 million. Precompiles are what make this interesting, because a lender can read a borrower's HyperCore position rather than guess at it.

New markets to build against. HIP-3 lets outside builders stand up their own perpetual markets on the protocol, and every new market is another thing a HyperEVM contract can be written around. The Phemex writeup on the HIP-3 permissionless markets standard covers how that mechanism is structured.

Gas demand. Every HyperEVM transaction is paid for in HYPE, so contract activity feeds demand for the same token the orderbook side runs on, and the Phemex profile of Hyperliquid founder Jeff Yan covers where that token came from. HYPE closed Monday 31 August 2026 at $84.25.

Risks of Building or Trading on HyperEVM

Your gas bill is a volatile asset. HYPE pays for everything on the chain, so the cost of running a strategy moves with the token. Fee budgets set in dollars stop meaning what you thought they meant after a large session move.

The slow lane is genuinely slow, and it is sticky. A one-minute block is an eternity in a liquidation cascade. Because the big-block flag is set per address at the HyperCore user level and stays set until removed, one forgotten toggle turns every later transaction from that wallet into a minute-scale operation.

Standard tooling assumes a deeper mempool. The 8-nonce ceiling is not a configuration you can raise. Any system that batches or queues transactions from a single address needs redesigning around multiple addresses before it will work here.

Value is concentrated in very few contracts. Liquid staking and lending account for most of the chain's deposits, so a single contract failure would not be an isolated event. A young chain with 191 protocols does not have the redundancy that a decade-old ecosystem does.

The most-quoted number describes something else. Sizing a position off "Hyperliquid TVL" when the figure being quoted is bridge collateral means the input to the decision is measuring a different system.

How to Check HyperEVM's Numbers Without Getting Fooled

Start with the chain page rather than a protocol page. DefiLlama's Hyperliquid L1 chain page reports the DeFi figure. The Hyperliquid Bridge entry sitting near $6.18 billion is a separate protocol line, and it is collateral held for the orderbook rather than value deployed in smart contracts.

Then try the arithmetic yourself. Add together every protocol line that reports a Hyperliquid L1 balance and the sum lands close to $10 billion, because bridge holdings, centralized venue balances and liquid staking deposits all appear as their own entries and several of them would be counted twice in a chain total. The headline chain number is deliberately narrower than the sum of its parts, and knowing that is the difference between quoting a figure and understanding it.

Cross two feeds before repeating a price or a percentage. The Monday 31 August 2026 session in HYPE prints as a gain of a little over two percent on one data provider and more than five percent on two others, purely because they timestamp their daily bars differently. The closing price is stable across sources to within half a percent. The session percentage is not, which is a good general reason to quote levels rather than moves.

And read the protocol documentation for parameters. Gas limits, block durations and nonce ceilings are published numbers, and secondary explainers get them wrong often enough that the primary source is worth the extra click. CoinGecko's HYPE page is fine for market data and says nothing about how the chain executes.

Is HyperEVM Worth Paying Attention To?

For a builder, the argument is specific rather than general. Very few environments let a Solidity contract read a live perpetual position and send an order into the same orderbook inside a single flow, and that capability is the entire reason to accept the dual-block constraints and the 8-nonce ceiling.

For a trader, the case is narrower and worth stating carefully. HyperEVM is not where the volume is. The orderbook is, and the smart contract layer holds roughly a quarter of what sits in the bridge. What it does offer is a read on ecosystem depth. A chain whose DeFi deposits are almost entirely liquid staking and lending is still early, and the direction of that mix over the coming quarters says more about the protocol's durability than any single session in the token does.

Final Thoughts

The number to watch is not the bridge balance, which mostly tracks how much collateral traders have parked for the orderbook. It is the chain DeFi figure and its composition, because that is what measures how much is being built rather than merely deposited. A move from liquid staking dominance toward lending, stablecoins and applications that actually call CoreWriter would be the signal that HyperEVM has become a place people build rather than a place people stake. Watch the protocol count and the category mix on the chain page across the next few monthly closes. If the count climbs while the mix stays where it is, the chain is collecting deposits and not developers.

Frequently Asked Questions

Is HyperEVM a Layer 2?

No, though the shorthand gets used often enough to be worth correcting. A Layer 2 posts its data or proofs to a separate settlement chain and inherits security from it. HyperEVM blocks are produced by the same validator set and the same HyperBFT consensus that produces HyperCore blocks, which makes it a second execution environment on one Layer 1 rather than a chain on top of another.

Do I need HYPE to use HyperEVM?

Yes, and there is no practical way around it on the smart contract side. HYPE is the native gas token, so every transaction on the smart contract side needs a HYPE balance. Order actions on the HyperCore side do not charge gas, which is a common source of confusion for people who move between the two environments.

Why did my HyperEVM transaction take a full minute?

The address is almost certainly still flagged for big blocks. That setting persists until it is explicitly unset, and while it is active every transaction from the address waits for the one-minute lane regardless of how small it is.

Can a HyperEVM contract place orders on the orderbook?

Yes, through the CoreWriter system contract deployed on 5 July 2025. Combined with read precompiles, a contract can query a position and act on it without an off-chain relayer, which is the design most builders come to the chain for.

This article is for informational purposes only and does not constitute financial or investment advice. Cryptocurrency trading involves substantial risk. Always conduct your own research before making trading decisions.

Sign Up and Claim 15000 USDT
Disclaimer
This content provided on this page is for informational purposes only and does not constitute investment advice, without representation or warranty of any kind. It should not be construed as financial, legal or other professional advice, nor is it intended to recommend the purchase of any specific product or service. You should seek your own advice from appropriate professional advisors. Products mentioned in this article may not be available in your region. Digital asset prices can be volatile. The value of your investment may go down or up and you may not get back the amount invested. For further information, please refer to our Terms of Use and Risk Disclosure