Skip to main content

91 posts tagged with "Layer 2"

Layer 2 scaling solutions for blockchains

View all tags

Scroll's Research Moat: Why the zkEVM Built With Ethereum Foundation Cryptographers Still Matters in 2026

· 12 min read
Dora Noda
Software Engineer

Most Layer 2s were built by product teams who hired cryptographers. Scroll was built by cryptographers who decided to ship a product. That distinction — buried in the git history of the zkevm-circuits repository, where roughly 50% of the early commits came from Ethereum Foundation researchers and 50% from Scroll engineers — is now one of the more interesting moats in the zkEVM landscape. As six production zkEVMs compete for the same DeFi settlement and institutional traffic, Scroll's origin story isn't just marketing. It's a claim about how the underlying math was designed, audited, and hardened — and whether that difference can still matter when everyone ships fast proofs.

The PSE Collaboration Nobody Else Can Replicate

Scroll's zkEVM was not built in isolation. From its earliest commits, it was co-developed with the Ethereum Foundation's Privacy and Scaling Explorations (PSE) team — the same researchers who author the cryptographic libraries the rest of the industry depends on. The collaboration ran deep enough that both parties contributed roughly 50% of the PSE zkEVM codebase, with Halo2 — the proof system powering the circuits — jointly modified by the two teams to swap its polynomial commitment scheme from IPA to KZG. That change cut proof size meaningfully and made ZK verification on Ethereum economically viable.

This is the technical point competitors have trouble replicating. When the team writing your circuits is the same team auditing the cryptographic library those circuits compile into, a class of subtle bugs disappears. You are not integrating an external primitive and praying its edge cases match your assumptions — you are designing both sides of the interface together. PSE has since shifted focus to a new zkVM exploration, but the Halo2 fork Scroll inherits is still actively maintained upstream. That matters because a zkEVM is not a one-time deliverable. It is a cryptographic surface that needs to be continuously extended as Ethereum adds opcodes, precompiles, and hard-fork changes.

Contrast this with the competing architectures. zkSync Era uses a Type 4 approach, transpiling Solidity to its own custom bytecode optimized for proving. Starknet uses Cairo, a new language designed for STARKs, which means the entire development stack is custom. Polygon's zkEVM takes a bytecode-level approach closer to Scroll, but the cryptographic library and execution environment were developed in-house rather than in tandem with Ethereum Foundation researchers. Linea, Taiko, and others each occupy different points on the compatibility spectrum.

None of them can honestly market "our circuits were co-designed with the researchers who invented the proving system." That sentence is a Scroll-only sentence.

Bytecode Equivalence Is a Security Posture, Not a Feature

The Vitalik-authored zkEVM type classification has become standard industry taxonomy: Type 1 aims for full Ethereum equivalence at every layer, Type 2 preserves bytecode equivalence with minor internal modifications, Type 3 makes larger compromises for performance, and Type 4 abandons bytecode entirely for speed. In 2026, Scroll is working toward Type 2 while documenting every opcode and precompile difference transparently in its public docs.

The practical meaning of bytecode equivalence is this: a Solidity contract compiled with the standard Ethereum toolchain produces bytecode that runs identically on Scroll as it does on Ethereum mainnet. No recompilation. No custom compiler. No special libraries. The contract you audit on mainnet is the contract that executes on L2.

This sounds like a developer-experience feature. It is actually a security posture. Every additional transformation between mainnet bytecode and L2 execution is a surface where bugs can appear — silently, in production, after the audit has already concluded. zkSync Era's transpiler has shipped multiple edge-case bugs where Solidity constructs behaved differently on L2 than on L1. These are not theoretical risks. They are the kind of issues that destroy DeFi TVL when a lending protocol's liquidation logic behaves slightly differently than its developers verified.

Scroll's trade-off is explicit: bytecode equivalence caps peak throughput below more aggressively optimized Type 3 and Type 4 designs. You pay for security in TPS. For DeFi protocols settling real value, that trade is almost always the right one. For gaming and consumer apps where a bug is a rollback and not a bankruptcy, the trade is less clear — which is why the landscape has fragmented rather than consolidated.

The Multi-Team Audit Stack

Scroll's audit history reveals how seriously the team takes circuit correctness — and how hard it is to get right. The codebase has been independently reviewed by Trail of Bits, OpenZeppelin, Zellic, and KALOS, with different firms covering different surfaces:

  • Trail of Bits, Zellic, and KALOS reviewed the zkEVM circuits themselves — the cryptographic proofs of execution correctness.
  • OpenZeppelin and Zellic audited the bridge and rollup contracts — the Solidity layer that actually moves funds.
  • Trail of Bits separately analyzed the node implementation — the off-chain infrastructure that produces blocks and proofs.

The Trail of Bits engagement alone produced custom Semgrep rules built specifically for Scroll's codebase, meaning future contributors inherit a static-analysis layer tuned to the project's specific risk surface. OpenZeppelin has run multiple diff audits as the code evolved — not one big audit at launch, but continuous review of pull requests. This is how mature security programs work in traditional software, and it is still rare in crypto, where "we were audited" often means "someone looked at the code once in 2023."

Multi-team independent review matters because circuit bugs are unlike smart contract bugs. A Solidity reentrancy vulnerability can often be discovered by a careful reader. A bug in a PLONKish arithmetization of an EVM opcode requires an auditor who understands both the EVM semantics and the constraint system used to prove them. There are perhaps a few dozen people in the world qualified to find such a bug, and they are spread across Trail of Bits, OpenZeppelin, Zellic, KALOS, and a handful of academic groups. Scroll has engaged most of them.

Proof Generation: The Number That Actually Matters

Early zkEVM prototypes required hours to generate a single block proof. That was a research demo, not a production system. By 2026, the frontier has moved dramatically:

  • Current zkEVM implementations complete proof generation in roughly 16 seconds — a 60x improvement from early designs.
  • Leading teams have demonstrated sub-2-second proof generation, faster than Ethereum's 12-second block times.
  • Scroll's prover sits in the competitive range of this curve, with ongoing work on prover compression and GPU acceleration.

Why does this matter economically? Proof generation cost is the dominant variable cost of a zkEVM. Every second of prover time is electricity and amortized hardware. The difference between 16-second proofs and 2-second proofs is roughly an 8x reduction in the cost to settle a block — which translates directly into lower transaction fees for end users and higher margins for rollup operators.

The more interesting question is whether proof speed is now commoditizing. When every serious zkEVM ships sub-10-second proofs, the differentiator moves back to security, developer experience, and ecosystem — the axes where Scroll's research pedigree and bytecode equivalence compound over time. A year ago, "our proofs are fast" was a legitimate marketing claim. In 2026, it is table stakes.

The TVL Reality Check

Technical elegance does not automatically translate into economic traction. Scroll hit over $748 million in TVL within one year of its October 2023 mainnet launch — briefly establishing itself as the largest zk rollup by TVL. By late 2024, DeFi TVL had compressed to around $152 million after a peak near $980 million in October 2024. As of February 2026, the network has processed over 110 million transactions and supports more than 100 dApps built by 700+ active developers.

Compare the zk-rollup leaderboard in 2026:

  • Linea leads newer zk-rollups with ~$963 million TVL.
  • Starknet holds ~$826 million with ~21.2% YoY growth.
  • zkSync Era has ~$569 million with ~22% YoY growth and captured 25% of on-chain RWA market share in 2025 ($1.9 billion).
  • Cumulative L2 TVL reached $39.39 billion for the 12 months ending November 2025, with the overall L2 ecosystem at roughly $70 billion.

Scroll's position in this pack is middle-of-leaderboard rather than dominant. The gap between the technical moat ("we were built with PSE") and the economic outcome ("we are the #1 zkEVM by TVL") is real — and it is the strategic question facing the team through 2026.

Why the Research Moat Still Matters

The pessimistic read of Scroll's position: in a market where proof generation is commoditizing, where every major zkEVM ships with reputable audits, and where user acquisition comes from incentive programs rather than cryptographic elegance, does the PSE collaboration actually matter? Users do not check which proving system their rollup uses. Developers do not compare audit reports before deploying a stablecoin.

The optimistic read: cryptographic infrastructure is the kind of thing that does not matter until it suddenly matters catastrophically. A serious circuit bug in a competing zkEVM — the kind that allows a prover to forge a state transition — would be an extinction-level event for that chain's TVL and a reallocation moment for the entire ZK rollup category. In that scenario, "built with Ethereum Foundation researchers, audited by four independent circuit security teams, explicit bytecode equivalence with mainnet" becomes the default flight-to-quality destination.

This is not a hypothetical. The optimistic rollup space has had fraud-proof windows precisely because the industry understands that rare, catastrophic failures do happen. The ZK space has been lucky so far — no production zkEVM has yet shipped a verifiable soundness bug that led to user fund loss. When that day comes (and statistically, across six-plus production zkEVMs running for years, something will eventually break), the chains with the deepest research heritage and the most redundant audit stacks will absorb the displaced TVL.

Scroll is positioning for that day.

What This Means for Builders and Infrastructure

For protocol developers choosing a zkEVM in 2026, the calculus has shifted. A year ago, you picked based on proof speed, fees, and token incentives. Today, those factors are increasingly similar across the top six chains. The differentiators that persist:

  • Bytecode equivalence (Scroll, Polygon zkEVM) vs transpilation (zkSync) vs new VM (Starknet) — affects how much of your Ethereum tooling works without modification.
  • Cryptographic heritage — whether your circuits were built by the same community that maintains the proving libraries.
  • Audit depth — single-team vs multi-team, one-time vs continuous.
  • DA layer flexibility — whether you are locked into Ethereum calldata or can use blobs and external DA.

For infrastructure providers, the fragmentation is the story. Six serious zkEVMs, plus optimistic rollups, plus emerging SVM L2s, plus app-chains — each with their own RPC endpoints, indexing requirements, and node software. The winners in this landscape are not the chains themselves but the neutral providers who abstract the complexity away from developers.

BlockEden.xyz provides production-grade RPC and indexing infrastructure across Ethereum, major Layer 2s, and leading alternative chains. If you are building across zkEVMs and need reliable endpoints without operating your own node fleet, explore our API marketplace — it is built for teams who would rather ship product than operate infrastructure.

The Verdict

Scroll's PSE collaboration and bytecode equivalence posture are not going to win the TVL race on their own. Incentive programs, ecosystem partnerships, and institutional integrations matter too, and Scroll is in a fight there against chains with larger treasuries and earlier institutional relationships.

But the underlying claim — that a zkEVM built in tandem with Ethereum Foundation researchers, audited by four independent circuit security teams, and deliberately constrained to mainnet bytecode equivalence is a materially safer piece of cryptographic infrastructure than its competitors — is defensible. In a category where the rare catastrophic failure eventually arrives, that defensibility is worth something. How much it ends up being worth depends on whether the market prices safety before the accident or only after.

For 2026, the Scroll story is the story of whether research-grade security becomes a durable moat or gets outcompeted by faster-shipping teams with shallower cryptographic heritage. It is one of the more interesting experiments running in the L2 space — and the answer will shape how institutional allocators think about zkEVM risk for years.

Sources

ZKsync's 2026 Roadmap: Can Prividium, Airbender, and Elastic Chain Win Back the L2 Race?

· 8 min read
Dora Noda
Software Engineer

Matter Labs just bet the ZKsync franchise on a market that does not yet exist. Instead of chasing Base and Arbitrum on consumer TVL, the April 2026 roadmap points the entire stack at regulated banks, asset managers, and central banks — with privacy as a default setting rather than a premium feature. It is a calculated pivot, and it reveals how much the L2 battleground has changed in a year.

Consider the scoreboard. Arbitrum holds roughly $16.6 billion in TVL, Base sits near $10 billion, and Optimism clears $8 billion. ZKsync Era, despite a lead in zero-knowledge engineering, lingers around $4 billion — a respectable figure that nonetheless reads as a distant fourth in a market where capital concentrates into whichever chain ships fastest. The question Matter Labs is answering is not "how do we catch Base on memecoins?" It is "what is the one L2 that Citi can actually deploy on?"

DuckChain's Bet: Can an EVM Layer-2 Drag Telegram's Billion Users Into Real DeFi?

· 10 min read
Dora Noda
Software Engineer

Telegram has roughly one billion monthly users. TON, the chain Telegram quietly married in 2023, has about 34 million activated wallets. Somewhere in that 30-to-1 gap is the biggest unsolved onboarding problem in crypto — and DuckChain is betting an EVM-compatible Layer-2 is the thing that finally closes it.

DuckChain launched as the first EVM-compatible L2 anchored to TON, built on Arbitrum Orbit, and it has spent the past fifteen months rebranding itself into the "Telegram AI Chain." The pitch is simple to say and very hard to execute: let a Telegram user with a TON Space wallet and some USDT tap into the full Ethereum DeFi stack — Uniswap, Aave, the usual suspects — without ever leaving the messenger. No MetaMask. No seed phrase speed-run. No "bridge to Arbitrum" tutorial.

The question isn't whether the technology works. It's whether the liquidity paradox — users go where liquidity is, liquidity goes where users are — can actually be broken by a chain sitting in the middle.

Ethereum's Busiest Quarter Ever: 200 Million Transactions, and What the Price Isn't Telling You

· 8 min read
Dora Noda
Software Engineer

Ethereum just recorded the most active quarter in its history — and almost nobody noticed.

While ETH traded at roughly half its August 2025 all-time high of $4,946, the network quietly processed 200.4 million transactions in Q1 2026, the first time it has ever crossed the 200-million mark in a single quarter. That's a 43% jump from Q4 2025's 145 million, capping a multi-year U-shaped recovery from the 2023 bear-market trough. The paradox is real: Ethereum's on-chain engine is running hotter than ever while its token price lags. Understanding that paradox is the key to understanding where Ethereum — and the broader blockchain industry — actually stands.

Ethereum Hegota: The Post-Glamsterdam Fork and Ethereum's 18-Month Three-Fork Pipeline

· 8 min read
Dora Noda
Software Engineer

For most of Ethereum's history, a new hard fork was a once-a-year event — a slow, heavy release train that shipped whenever the backlog of Ethereum Improvement Proposals grew too large to defer. That era is over. With the naming of Hegota as the upgrade following Glamsterdam, Ethereum's core developers have now publicly committed to three hard forks inside an 18-month window: Fusaka (shipped December 2025), Glamsterdam (H1 2026), and Hegota (H2 2026). Stacked on top of Pectra (May 2025), that is four protocol upgrades in roughly 20 months — the most concentrated execution cadence since The Merge.

Ethereum Economic Zones: Gnosis and Zisk's Plan to End L2 Fragmentation

· 10 min read
Dora Noda
Software Engineer

Twenty-plus Ethereum rollups now secure roughly $40 billion in value, and almost none of them can talk to each other in the same breath. A user with ETH on Base still has to bridge to buy an NFT on Optimism. A DeFi position on Arbitrum cannot atomically settle against collateral sitting on Scroll. The scaling roadmap that was supposed to make Ethereum feel like one computer instead shattered it into a hundred islands.

On March 29, 2026, Gnosis co-founder Friederike Ernst and Zisk founder Jordi Baylina walked on stage at EthCC in Cannes and proposed a different frame. Not another bridge. Not another shared sequencer committee. An Ethereum Economic Zone — pronounced "easy" — where rollups compose synchronously with mainnet and with each other inside a single transaction, co-funded by the Ethereum Foundation, and backed by a real-time ZK proving stack that took two years to build.

It is the most ambitious attempt yet to answer a question the L2 era has been dodging: what if the problem was never bandwidth, but economic coordination?

Mint Blockchain Shuts Down: The L2 Graveyard Is Now a Discipline

· 9 min read
Dora Noda
Software Engineer

On April 17, 2026, Mint Blockchain — the NFT-focused Ethereum Layer 2 launched in 2024 by NFTScan Labs and MintCore — announced it was turning off the lights. Users have until October 20, 2026 to withdraw ETH, WBTC, USDC, and USDT through the official gateway at mintchain.io/withdraw. After that date, any assets left on-chain are gone. No extensions. No exceptions.

It is tempting to read this as just another crypto project fading out. It is not. Mint's closure is the latest entry in a 2026 trend that has quietly become one of the most important structural stories in Ethereum: the "Build Every L2" era is colliding with revenue reality, and the rollup ecosystem is learning a new discipline — how to die gracefully.

Monad vs MegaETH: The High-Performance EVM Showdown Reshaping Q2 2026

· 12 min read
Dora Noda
Software Engineer

For three years, the high-performance EVM was a deck of pitch slides. By April 2026, it is two live mainnets, roughly half a billion dollars in early TVL, and an open question that will define the next two years of Ethereum-aligned scaling: does the future belong to a parallel L1 that ditches Ethereum's settlement layer, or to a real-time L2 that doubles down on it?

Monad went live on November 24, 2025 with a 10,000 TPS parallel EVM, sub-second finality, and one of the largest token airdrops of the cycle — $105 million distributed to roughly 76,000 wallets. Eleven weeks later, on February 9, 2026, MegaETH cut its public mainnet over with a different bet entirely: a single-sequencer L2 streaming transactions at 10ms blocks, sub-millisecond latency, and a stated ceiling of 100,000 TPS. Both are EVM-compatible. Both are backed by tier-one capital. Both ship today. They could not be more philosophically opposed.

This is not the parallel-EVM-vs-monolithic-L1 debate of 2024. It is the rare case where two mainnets ship within a quarter of each other, target the same Ethereum developer base, and force a choice that cannot be hedged: do you optimize for Solana-class throughput on your own settlement, or for Web2-class latency anchored to Ethereum?

Two Mainnets, Two Theses

Monad's pitch is structural. It is an L1 — its own consensus, its own data availability, its own validator set — engineered around four coupled optimizations: MonadBFT (a HotStuff derivative with single-round speculative finality), deferred execution, optimistic parallel execution, and MonadDb. The result is 400ms blocks and 800ms time-to-finality, with the chain's economic security entirely independent of Ethereum.

MegaETH's pitch is architectural. It is an L2 — settling to Ethereum, posting data to EigenDA — but it abandons the multi-sequencer convention that defines Optimistic and ZK rollups. A single sequencer node, provisioned with 100-core CPUs and 1–4 TB of RAM, orders and executes transactions through what the team calls Streaming EVM: an asynchronous pipeline that emits transaction results continuously rather than batched into blocks. The user-perceived latency is sub-millisecond. The throughput ceiling, claimed at 100,000 TPS, sat at roughly 50,000 TPS at launch with stress tests previously hitting 35,000 sustained TPS.

Both architectures break with EVM tradition. Monad keeps the trust model familiar — a validator set, BFT consensus, on-chain state — but rebuilds the execution and storage stack from scratch. MegaETH keeps Ethereum as the trust anchor but centralizes the hot path into a single high-spec node and reintroduces the latency profile of a Web2 backend.

The question is not which is technically more impressive. It is which set of trade-offs developers will pay for.

The Architecture That Drives Each Bet

Monad: Decoupled Pipelines on a New L1

The headline number for Monad is 10,000 TPS, but the more interesting figure is 400ms — the block time. That number is not a consequence of faster hardware; it is a consequence of separating consensus from execution.

In a traditional EVM chain, validators must reach agreement on a block and execute every transaction in it before producing the next block. A slow contract call can stall the entire pipeline. Monad decouples these stages: MonadBFT validators agree on transaction ordering first, and the execution engine processes the previous block asynchronously while the next round of consensus is already underway.

The execution engine itself is optimistic. Monad assumes most transactions in a block touch independent state and runs them in parallel across CPU cores. When a conflict surfaces — two transactions writing to the same account, for instance — the affected transactions are re-executed and merged. The empirical result, reported across Monad's testnet phase and early mainnet operation, is that the parallel speedup is meaningful for typical DeFi workloads where transactions tend to cluster around a few popular contracts but most state is independent.

MonadDb completes the picture. Standard EVM clients use general-purpose key-value stores like LevelDB or RocksDB; Monad ships a custom database tuned for the access patterns of an executing EVM. The combined effect — MonadBFT plus deferred execution plus parallel execution plus MonadDb — is what gets the chain to 10,000 TPS at 400ms blocks without trading away EVM compatibility.

MegaETH: One Sequencer, Many Specialized Nodes

MegaETH starts from a different question: if we accept Ethereum as the settlement layer, how fast can a single L2 execution environment go?

The answer, as the team has built it, requires breaking the symmetry of Ethereum nodes. MegaETH separates roles into specialized node types — sequencer nodes, prover nodes, full nodes — and gives the sequencer extreme hardware: 100-core CPUs, 1–4 TB RAM. This single sequencer orders transactions, executes them through a "hyper-optimized" EVM, and emits results in a streaming fashion rather than waiting for full block completion.

The 10ms block time and sub-millisecond user latency are downstream of this design. So is the centralization risk. MegaETH is explicit that the sequencer is a single point — the MEGA token's primary security role is staking by sequencer operators, with rotation and slashing intended to keep behavior honest. EigenDA handles data availability, so users can reconstruct state independently if the sequencer fails or censors. But during normal operation, one machine sees every transaction first.

This design has a clean theoretical advantage: latency dominates throughput in Web2-style applications. A real-time order book, a multiplayer game tick, an AI agent loop — all of these care more about the round-trip time of a single transaction than about the chain's peak throughput. MegaETH is betting that a category of applications exists which has been waiting for blockchains to feel like servers, and that those applications will accept a more centralized hot path in exchange for that latency.

TVL, Token Performance, and the Early Ecosystem Battle

The dollars do not yet vindicate either side. As of mid-April 2026:

  • MegaETH has accumulated approximately $110.8 million in TVL since its February 9 launch — about ten weeks of compounding from a launch-day base of $66 million.
  • Monad has crossed $355 million in TVL, with daily transactions running between 1.7 million and 2.1 million through March 2026 — a five-month head start showing.

On a TVL-per-week basis, the two are running closer than the absolute numbers suggest, and MegaETH's L2 status means a portion of its TVL is bridged Ethereum collateral that can re-deploy quickly as new venues open.

The token markets are less kind to Monad in the short term. MON trades at $0.03623 against an all-time high of $0.04883 set during the airdrop euphoria — roughly 28% off ATH but still 114% above its low. The next major MON unlock is scheduled for April 24, 2026, which traders are watching as a potential supply-side test. MegaETH's MEGA token mechanics are more constrained at this stage: the token's primary in-protocol use is sequencer staking and rotation, which limits how much float reaches secondary markets in early months.

On the dApp side, both ecosystems have aggressively courted Ethereum-native protocols. Aave proposed deploying v3.6 or v3.7 to Monad with a mid-to-late March 2026 schedule. Balancer V3 went live on Monad in March. Allora's prediction inference layer integrated on January 13. PancakeSwap brought roughly $250 million of TVL when it launched on Monad in December.

MegaETH's cleanest early win was joining Chainlink SCALE on February 7, 2026 — two days before mainnet — which immediately put dApps like Aave and GMX in reach of an oracle pipeline tied to nearly $14 billion of cross-chain DeFi assets. The bet there is leverage: rather than wait for protocols to deploy organically, plug into the connective tissue that already routes liquidity across chains.

The Developer Decision That Actually Matters

For most Ethereum developers, both chains are EVM-equivalent enough that "porting" means redeploying contracts and updating an RPC URL. The deeper choice is about which performance profile your application needs and which trust assumption your users will accept.

Choose Monad if your application is throughput-bound and value-bearing. A perp DEX matching at thousands of orders per second, an on-chain CLOB, a high-frequency lending market — these benefit from 10,000 TPS at 800ms finality and from Monad's L1 trust model where the chain's security is not delegated to a single sequencer. The cost is bridging: assets and users must move from Ethereum to Monad explicitly, and Monad's economic security is its own validator set rather than Ethereum's.

Choose MegaETH if your application is latency-bound and Ethereum-aligned. Real-time games, AI agent loops with tight feedback, order books that need 10ms ticks, microtransaction-heavy consumer apps — these benefit more from sub-millisecond latency than from raw TPS. Settlement to Ethereum means assets stay denominated in the L1's security model and bridging is cheaper. The cost is the single-sequencer trust assumption during normal operation.

The honest answer for many teams is both. The two chains are not fighting for the same application categories so much as drawing the boundary of what high-performance EVM means. Monad anchors the L1 throughput end. MegaETH anchors the L2 latency end. The middle — and most existing DeFi lives in the middle — will choose by which numbers matter more for the specific workload.

Can the High-Performance EVM Segment Sustain Two Winners?

The instinct after every L1 race of the last cycle is to expect consolidation. The 2021–2024 wave of "Ethereum killers" produced one durable winner outside Ethereum (Solana) and a long tail of chains that never escaped low single-digit billion TVL. The high-performance EVM segment in 2026 looks structurally different.

First, the architectural divergence is real, not cosmetic. Monad and MegaETH are not two attempts at the same idea with different tokenomics. An L1 with parallel execution and an L2 with a centralized streaming sequencer are not substitutes for one another at the workload level. Capital and developers can — and likely will — split.

Second, both chains target the EVM developer pool, which is by an enormous margin the largest in crypto. Roughly 90% of blockchain developers work on at least one EVM chain. Even modest fractional capture supports two viable ecosystems.

Third, the competitive set is wider than just these two. Solana continues to dominate the parallel execution conversation outside the EVM. Sei's Giga upgrade, with 200k TPS on devnet and Autobahn consensus rolling through 2026, is a third high-performance EVM contender. Hyperliquid has demonstrated that a vertically integrated chain optimized for one use case (perpetuals) can dominate without competing on general-purpose throughput. The narrative that "the high-performance EVM" will collapse to one winner mistakes a category for a single market.

The more interesting question is which of these chains becomes the default for net-new Ethereum-aligned development by the end of 2026 — the one builders reach for first when latency or throughput rules out Ethereum mainnet. On current trajectory, Monad has the lead in DeFi capital and developer infrastructure breadth; MegaETH has the lead in the consumer and agent-facing latency narrative. Both can be true simultaneously for at least the next year.

What to Watch Through 2026

Three signals will tell us how this plays out:

  1. TVL composition, not just total. Monad needs to show that capital is sticky rather than airdrop-rotated, and that protocols are deploying production volumes rather than testing. MegaETH needs to show that bridged capital converts to active strategies rather than parking.
  2. First-class native applications. Both ecosystems are still mostly populated by ports of Ethereum incumbents. The chain that produces a category-defining native application — something that could only exist there — will pull ahead in the developer mindshare race that the TVL numbers cannot capture.
  3. Sequencer decentralization on MegaETH; validator economics on Monad. MegaETH's single-sequencer model is honest about its trade-off but will need a credible decentralization roadmap to win institutional and risk-averse capital. Monad's validator set economics, particularly through the April 24 unlock and subsequent vesting tranches through 2029, will determine whether MON's security budget holds up against the chain's growth.

The high-performance EVM was a thesis for years. In Q2 2026, it became a market with two live products and a clarifying question: what kind of speed matters? Whichever side gives the better answer for the workloads of the next cycle — DeFi at scale or consumer-grade real-time apps — will set the template that the rest of the EVM ecosystem chases for the remainder of the decade.

BlockEden.xyz provides enterprise-grade RPC and indexing infrastructure across the EVM ecosystem and major non-EVM chains, supporting builders evaluating where to deploy as high-performance EVM matures. Explore our API marketplace to build on the infrastructure your application's latency and throughput profile actually needs.

Sources

Movement Labs M2: EVM + Move Hybrid Lets Solidity Inherit Resource-Type Safety

· 9 min read
Dora Noda
Software Engineer

Smart contract exploits drained more than $3.1 billion from DeFi in the first half of 2025 alone — already eclipsing 2024's full-year toll of $2.85 billion. Reentrancy attacks accounted for $420 million of those Q3 losses. Integer overflow bugs continue showing up in audits. The Penpie protocol lost $27 million to a single reentrancy in 2024. Every one of these vulnerabilities is a direct consequence of how the Ethereum Virtual Machine handles assets and function dispatch — and every Solidity developer knows it.

Movement Labs is betting that developers don't have to choose between Ethereum's $50 billion liquidity moat and Move's compile-time safety guarantees. Its M2 chain — the first Move VM-based Layer 2 for Ethereum, settled on Celestia and now plugged into Polygon's AggLayer — claims a way to deploy unmodified Solidity bytecode into a Move execution environment. If it works, it's the most ambitious "safety upgrade" pitch in Ethereum's L2 era. If it doesn't, it joins a long list of hybrid VMs that appealed to neither constituency.