What Is EVM Equivalence?

EVM equivalence means conforming to Ethereum's execution specification exactly — bytecode, gas costs, precompiles, edge cases — not just running Solidity. What the claim actually requires, why it's so expensive for ZK-rollups, and where the taxonomy is heading.
Lewis Jackson
CEO and Founder

Nearly every Layer 2 describes itself as "EVM-compatible." A smaller set claims "EVM equivalence." The two phrases sound interchangeable, and marketing pages treat them that way, which is exactly why the distinction gets lost. It shouldn't — equivalence is a much stronger claim, it was coined deliberately to mean something specific, and whether a chain actually meets it determines how much of Ethereum's existing ecosystem works there without modification.

EVM equivalence means an execution environment conforms to the Ethereum Virtual Machine's specification exactly — down to the bytecode, the gas costs, the precompiles, and the edge cases. Not "you can deploy Solidity contracts here." Not "it works after you recompile." Identical behavior, as defined by the spec Ethereum itself follows. The term was introduced by the Optimism team in 2021 precisely to separate that standard from the looser compatibility claims that were everywhere at the time.

What the EVM Actually Specifies

To see why equivalence is demanding, it helps to remember what the EVM is. It's not a product — it's a specification, originally formalized in Ethereum's Yellow Paper, that defines how every Ethereum node executes transactions: the full opcode set, how much gas each operation costs, how contract storage is structured, which precompiled contracts exist at which addresses, how contract addresses are derived, and what happens in every weird corner case (what an out-of-gas revert leaves behind, how SELFDESTRUCT behaves, and so on).

A chain is EVM-equivalent when a contract's compiled bytecode — the thing actually deployed on Ethereum — runs on it with identical results. That's the bar. And it has cascading consequences, because Ethereum's ecosystem is built against the spec, not against any particular chain:

Deployed contracts can be redeployed byte-for-byte, no recompilation, no code changes. Audits carry over, since audited bytecode behaves identically. Debuggers, indexers, block explorers, and testing frameworks work out of the box. Even client code can be reused — an equivalent chain can often run modified versions of Ethereum's own execution clients rather than maintaining a parallel implementation.

Compatibility, by contrast, is a source-level claim: your Solidity compiles and runs, but on a different virtual machine underneath. Gas costs differ, some precompiles are missing, contract addresses may derive differently. Each difference is small; collectively they're why "compatible" chains occasionally break tooling or produce audit-relevant behavior changes. That spectrum deserves its own treatment — the next post covers it — but the short version is that equivalence is the end of the spectrum where the differences are zero.

Why Equivalence Is Expensive to Achieve

For optimistic rollups, equivalence is relatively cheap — their fraud proofs re-execute ordinary EVM code, so the closer they are to Ethereum's own clients, the simpler their security story. This is why Optimism could champion the term: their architecture made it a natural goal.

For ZK-rollups, equivalence is brutally hard, and this is where the concept earns its place in current debates. The EVM was designed in 2015 with zero consideration for zero-knowledge proving. Its choices are actively hostile to ZK circuits: Keccak-256 hashing is cheap on a CPU but enormously expensive to prove. The 256-bit word size doesn't match the field sizes ZK arithmetic works over. The Merkle Patricia trie that structures Ethereum's state is costly to prove compared to ZK-friendly alternatives. None of this was a mistake — it just predates the requirement.

So every zkEVM team faces the same tradeoff: the more faithfully you reproduce the EVM, the more expensive and slow your proofs become. Vitalik Buterin's zkEVM taxonomy from 2022 remains the standard map of this tradeoff. Type 1 systems are fully Ethereum-equivalent — they can prove Ethereum's own blocks unmodified — at the highest proving cost. Type 2 systems are EVM-equivalent but change internal data structures Ethereum apps can't see. Type 2.5 adjusts gas costs for the hardest-to-prove operations. Type 3 drops some precompiles. Type 4 compiles Solidity to a different, ZK-friendly virtual machine entirely — maximally practical to prove, but no longer the EVM in any bytecode sense.

The taxonomy's real insight is that equivalence isn't binary. It's a dial, and where a team sets it is a bet about which matters more: proving efficiency today, or frictionless inheritance of Ethereum's ecosystem.

What's Changing

The direction of travel has been consistent: proving costs keep falling — through recursive proof composition, specialized hardware, and newer proof systems — and as they fall, teams migrate up the taxonomy. Projects that launched as Type 3 or Type 4 have moved toward Type 2 as gaps like missing precompiles got closed. Type 1 has gone from aspiration to working systems: Taiko launched on mainnet in 2024 targeting Type 1, and the Ethereum Foundation has an active effort around proving mainnet blocks with the explicit long-term goal of ZK-verifying Ethereum itself.

That last point matters for framing. EVM equivalence started as an L2 marketing distinction. It's becoming an L1 design question — if Ethereum blocks can be proven in real time, validity proofs stop being a rollup feature and start being a candidate for Ethereum's own verification path. That's the strongest version of the thesis, and it's still unproven at mainnet scale.

What Would Confirm This Direction

Ethereum mainnet blocks proven in near real time, sustained, on hardware that isn't exotic. Continued migration of zkEVM projects up the taxonomy without soundness incidents. Bytecode-level redeployment becoming the default migration path, with recompile-and-adapt fading to the exception.

What Would Invalidate or Change It

Proving costs plateauing would be the structural one — if faithful EVM proving stays expensive, the economics push back toward Type 4 designs and custom VMs, and "equivalence" loses ground to "good enough compatibility." A soundness bug exploited in a production zkEVM circuit would damage confidence in the entire climb-the-taxonomy strategy. And there's a quieter invalidation path: if alternative execution environments — RISC-V-based VMs, Wasm, parallel EVM variants — pull enough developer activity, the value of matching the EVM's exact semantics shrinks regardless of what proving costs do.

Timing Perspective

Now: The equivalence spectrum is live and observable — major zkEVMs sit at Types 2 through 4, optimistic rollups sit at or near equivalence, and the labels on marketing pages still routinely overstate where projects actually are.

Next: Type 1 proving performance is the thing to watch. Whether real-time proving of mainnet blocks becomes routine determines whether this stays an L2 topic or becomes an Ethereum roadmap topic.

Later: Enshrined ZK verification of Ethereum itself — plausible as a direction, unscheduled as a milestone.

Boundary Statement

This post defines equivalence: what the claim requires and why it's costly to make. The broader compatibility spectrum — what "EVM-compatible" actually covers and where it quietly breaks — is a separate question with its own post. Nothing here evaluates any specific rollup's implementation quality, and taxonomy position says nothing by itself about whether a system is safe to use. Equivalence describes fidelity to a specification, not security.

Related Posts

See All
Crypto Research
New XRP-Focused Research Defining the “Velocity Threshold” for Global Settlement and Liquidity
A lot of people looking at my recent research have asked the same question: “Surely Ripple already understands all of this. So what does that mean for XRP?” That question is completely valid — and it turns out it’s the right question to ask. This research breaks down why XRP is unlikely to be the internal settlement asset of CBDC shared ledgers or unified bank platforms, and why that doesn’t mean XRP is irrelevant. Instead, it explains where XRP realistically fits in the system banks are actually building: at the seams, where different rulebooks, platforms, and networks still need to connect. Using liquidity math, system design, and real-world settlement mechanics, this piece explains: why most value settles inside venues, not through bridges why XRP’s role is narrower but more precise than most narratives suggest how velocity (refresh interval) determines whether XRP creates scarcity or just throughput and why Ripple’s strategy makes more sense once you stop assuming XRP must be “the core of everything” This isn’t a bullish or bearish take — it’s a structural one. If you want to understand XRP beyond hype and price targets, this is the question you need to grapple with.
Read Now
Crypto Research
The Jackson Liquidity Framework - Announcement
Lewis Jackson Ventures announces the release of the Jackson Liquidity Framework — the first quantitative, regulator-aligned model for liquidity sizing in AMM-based settlement systems, CBDC corridors, and tokenised financial infrastructures. Developed using advanced stochastic simulations and grounded in Basel III and PFMI principles, the framework provides a missing methodology for determining how much liquidity prefunded AMM pools actually require under real-world flow conditions.
Read Now
Crypto Research
Banks, Stablecoins, and Tokenized Assets
In Episode 011 of The Macro, crypto analyst Lewis Jackson unpacks a pivotal week in global finance — one marked by record growth in tokenized assets, expanding stablecoin adoption across emerging markets, and major institutions deepening their blockchain commitments. This research brief summarises Jackson’s key findings, from tokenized deposits to institutional RWA chains and AI-driven compliance, and explains how these developments signal a maturing, multi-rail settlement architecture spanning Ethereum, XRPL, stablecoin networks, and new interoperability layers.Taken together, this episode marks a structural shift toward programmable finance, instant settlement, and tokenized real-world assets at global scale.
Read Now

Related Posts

See All
No items found.
Lewsletter

Weekly notes on what I’m seeing

A personal letter I send straight to your inbox —reflections on crypto, wealth, time and life.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.