The Ethereum developer community just released something that deserves serious technical discussion: a proof-of-concept for Native Rollups that fundamentally changes how we think about Layer 2 validation. Released on March 11, 2026, this POC introduces the EXECUTE precompile via EIP-8079, enabling Ethereum L1 to replay and validate Layer 2 blocks directly.
Technical Architecture
Here’s what makes this interesting: instead of relying on fraud proofs (Optimistic Rollups) or zero-knowledge proofs (ZK-Rollups), Native Rollups make L1 the universal rollup VM. The base layer executes L2 transactions and validates state transitions natively.
The teams involved—Ethrex, Ethereum Foundation, and L2BEAT—are essentially proposing that we eliminate the trust assumptions and complex verification systems we’ve built over the past few years.
The Automatic Upgrade Advantage
One of the most compelling aspects of Native Rollups is automatic compatibility with Ethereum upgrades. When L1 adds a new opcode or changes EVM behavior through a hard fork:
- ZK-Rollups need manual circuit updates (can take months)
- Optimistic Rollups need fraud proof system updates
- Native Rollups inherit changes automatically since L1 handles execution
From a maintenance and security perspective, this is significant. No more lagging behind mainnet upgrades. No more circuit audit cycles for every EVM change.
Critical Questions About Execution Economics
But here’s where my skepticism kicks in: execution costs. Replaying entire L2 blocks on L1 isn’t free. Current Optimistic Rollups post calldata and only verify fraud proofs when challenged (rarely). ZK-Rollups post succinct proofs that are cheaper to verify than re-executing transactions.
If Native Rollups require L1 to execute every L2 transaction for validation, how does that scale? Ethereum already has limited block space. Even with blobs reducing data availability costs, execution is the expensive part.
Key technical concerns:
- L1 capacity bottleneck: Can Ethereum handle validation for multiple high-throughput L2s?
- Gas cost comparison: Does native validation cost more than fraud proof verification or ZK proof verification?
- Sequencer economics: How does this affect L2 sequencer profitability if posting costs increase?
- State bloat: Does L1 need to track L2 state? How does that affect node requirements?
Impact on Existing L2 Ecosystem
Let’s talk about the elephant in the room: Arbitrum has ** billion in TVL**. Optimism’s Superchain is expanding rapidly. Base is seeing massive adoption. These aren’t experiments—they’re production infrastructure with billions in capital and thousands of projects.
If Native Rollups prove superior, what’s the migration path? You can’t just “upgrade” an Optimistic Rollup to Native architecture—it’s a fundamental redesign. Do existing L2s maintain their current architecture while new entrants launch with Native? Does this create fragmentation?
Timeline Reality Check
EIP-8079 is proof-of-concept stage. Not even testnet. Production readiness is likely 2-3 years minimum, probably longer given Ethereum’s deliberate upgrade process (remember how long the Merge took?).
During that time, current L2s will continue building momentum, ecosystem, and network effects. History suggests that technical superiority doesn’t always win—ecosystem and developer adoption matter more.
My Assessment
Short term (1-2 years): Optimistic and ZK-Rollups continue dominating. Native Rollups remain research/testnet phase.
Medium term (3-5 years): If Native Rollups prove economically viable, we might see new L2s launch with this architecture. Existing L2s face “innovator’s dilemma”—migrate and risk disruption, or maintain current tech and risk obsolescence.
Long term (5+ years): Possible convergence toward Native architecture if execution economics work out. But that’s a big if.
Questions for the Community
- Has anyone done the math on execution costs for Native validation vs. fraud proof verification?
- What’s the practical L1 capacity for validating multiple L2s this way?
- For builders on Arbitrum/Optimism: does this change your long-term planning?
- Could we see a hybrid approach—Native Rollups for settlement, current L2s for execution?
This is genuinely exciting research, but let’s not forget that Optimistic Rollups were also “the future” three years ago. Technology evolves, but ecosystem momentum and economic viability determine what actually gets adopted.
What’s your take—evolution or disruption?