In a significant development for blockchain scalability, researchers within the Ethereum ecosystem have unveiled an early-stage proof-of-concept for a novel scaling design called "native rollups." This prototype, first reported by The Block and demonstrated by developers working on the Ethrex execution client, represents a potential paradigm shift in Layer 2 architecture by aiming to simplify verification and allow Layer 2 networks to inherit Ethereum's security model more directly than ever before.
The core innovation of the native rollup design is its method of confirming transaction validity. Unlike existing Optimistic or Zero-Knowledge (ZK) rollups, which rely on separate cryptographic proof systems (fraud proofs or validity proofs), the native rollup approach proposes re-executing Layer 2 transaction blocks directly on the Ethereum base chain (Layer 1). This is implemented through a new mechanism known as the EXECUTE precompile, introduced via EIP-8079 in the Ethrex client demonstration.
The prototype showcases a full working environment, including contracts that track rollup state, bridge messages between layers, and verify withdrawal claims using Merkle Patricia proofs. In practice, this design would eliminate the need for the complex, external verification systems that current rollups maintain, theoretically allowing Layer 2 transactions to be secured by the full consensus power of Ethereum itself. This could significantly reduce bridge risks and the security assumptions developers must manage.
However, the research team—which includes contributors from the Ethereum Foundation and researchers at L2BEAT—emphasizes that this is explicitly a proof-of-concept and not production-ready infrastructure. The concept remains in an early exploratory stage, facing substantial technical hurdles. A primary challenge is the increased computational load on Ethereum validators required to re-execute Layer 2 blocks, which could impact network decentralization if not optimized. Researchers are exploring mitigations like state differentials, parallel execution, and lightweight proof-of-correctness attestations.
The unveiling occurs within the context of Ethereum's long-term "Surge" scaling roadmap and follows discussions, including from co-creator Vitalik Buterin, about the pace of decentralization in the Layer 2 ecosystem. The native rollup concept is seen as an evolution of Ethereum's research-driven development, aiming to capture the security benefits of a monolithic chain while preserving the scalability of a modular, rollup-centric design. If successfully developed, it could simplify the developer experience and strengthen Ethereum's role as the foundational security layer for Web3.