Envisioning Ethereum 2030: The Path of a Dual-Track Parallel World Ledger with Rollups

CN
2 days ago

Written by: Lemniscap

Translated by: Saoirse, Foresight News

More Streamlined L1 and Its Performance and Alignment Rollup Solutions

Ethereum has always been committed to maintaining trusted neutrality while allowing higher-level innovations to flourish. Early discussions outlined a "Rollup-centric roadmap," where the underlying network would gradually simplify and solidify to enable most activities to migrate to L2. However, recent developments indicate that merely serving as a minimal consensus and data availability layer is insufficient: L1 must possess the capability to handle traffic and activities, as this is the foundation upon which L2 ultimately relies. This means a need for faster block generation speeds, lower data costs, more robust proof mechanisms, and better interoperability.

The increase in L1 activity will drive growth in L2 activity, akin to rising tides lifting all boats.

Source: https://www.youtube.com/live/EvYRiFRYQ9Q?si=bsLWGA6FP9pi2vqI&t=477

The upcoming Beam Chain consensus mechanism restructuring aims to achieve faster final confirmation speeds and lower validator thresholds, enhancing original throughput while further strengthening Ethereum's neutrality. Meanwhile, proposals are already considering migrating activities from the increasingly outdated (and "increasingly complex") Ethereum Virtual Machine (EVM) to a RISC-V native virtual machine, which is expected to significantly improve prover efficiency while maintaining interoperability with traditional contracts.

These upgrades will reshape the landscape of L2. By 2030, I anticipate that Ethereum's Rollup-centric roadmap will integrate in two directions within a certain range:

  • Aligned Rollups: Prioritize deep integration with Ethereum (e.g., shared ordering, native validation), fully leveraging L1's liquidity while minimizing trust assumptions. This relationship is mutually beneficial, as aligned Rollups can directly obtain composability and security from L1.
  • Performance Rollups: Prioritize throughput and real-time user experience, sometimes achieving this through alternative data availability layers (DA layers) or authorized participants (such as centralized orderers, small security committees/multi-signatures), but still using Ethereum as the final settlement layer for credibility (or for market promotion).

When designing these Rollup solutions, each team must weigh the following three aspects:

  1. Liquidity Acquisition: How to acquire and utilize liquidity on Ethereum and potentially other Rollup solutions? How important is synchronous or atomic-level composability?
  2. Security Source: To what extent should liquidity migrating from Ethereum to Rollup directly inherit Ethereum's security, or rely on Rollup providers?
  3. Execution Expressiveness: How important is EVM compatibility? Given the rise of alternatives like SVM and popular Rust smart contracts, will EVM compatibility still be important in the next five years?

Polarization on the Rollup Spectrum

_Rollup projects are gradually clustering towards two extremes. On one end are high-performance Rollups, which can provide maximum throughput and user experience (high bandwidth, low latency) but have a lower coupling with Ethereum L1; on the other end are Ethereum-aligned Rollups (e.g., L1-based Rollups, native Rollups, ultra Rollups, reference _link), which fully leverage Ethereum's security, data, and consensus mechanisms, prioritizing decentralization, security, and trusted neutrality, but sacrifice some performance due to L1 design constraints. Rollups in the middle ground, attempting to balance both, may struggle to compete and ultimately risk being eliminated.

The Rollups in the upper left corner focus on performance: they may employ centralized orderers, alternative data availability networks (DA networks), or specific application optimizations to achieve throughput far exceeding conventional L2s (like MegaETH). Some performance Rollups may lean more towards alignment (for example, by adopting technologies like Puffer UniFi and Rise based on fast pre-confirmation, targeting the upper right "ideal goal"), but their final determinism still depends on L1's specifications. In contrast, the Rollups in the lower right corner maximize alignment with Ethereum: deeply integrating ETH into fees, transactions, and DeFi; solidifying transaction ordering and/or proof verification on L1; and prioritizing composability over raw speed (for instance, Taiko is developing in this direction but is also exploring permissioned pre-confirmation to optimize user experience). By 2030, I expect many "moderate" L2s will either shift towards one of the aforementioned models or face the risk of elimination. Users and developers will tend to choose high-security, Ethereum-aligned environments (for high-risk and composable DeFi scenarios) or highly scalable, application-customized networks (for mass user applications). Ethereum's 2030 roadmap lays the foundation for both paths.

The definition of "alignment" is contentious and lacks consensus. For the purposes of this report, the above is a brief analytical framework for "performance" and "alignment." The previous chart is based on this definition and may not apply to other interpretations of "alignment."

Why Will the Middle Ground Disappear?

Network effects will drive the market towards fewer, larger hubs. In markets where network effects play a dominant role, such as cryptocurrency, a few winners may ultimately dominate the landscape (as we see in the CEX space). As network effects coalesce around the core advantages of a chain, ecosystems often consolidate towards a few "performance-maximizing" and "security-maximizing" platforms. A Rollup that only achieves a half-hearted alignment with Ethereum's security or performance may ultimately gain neither the former's security nor the latter's usability.

As Rollup technology matures, economic activities will stratify based on the trade-off between "required security" and "cost of obtaining security." Scenarios that cannot bear settlement or governance risks, such as institutional-grade DeFi, large on-chain treasuries, and high-value collateral markets, may concentrate on chains that inherit Ethereum's complete security guarantees and neutrality (or on Ethereum L1 itself). On the other end, those applications aimed at the general public (such as memes, trading, social, gaming, retail payments, etc.) will cluster on chains that offer the best user experience and lowest costs, which may require customized throughput enhancement solutions or centralized ordering mechanisms. Therefore, general-purpose chains that are "fast enough but not the fastest, secure enough but not optimal" will gradually lose their appeal. Especially by 2030, if cross-chain interoperability allows assets to flow freely between these two types of scenarios, the survival space for this middle ground will be even more limited.

Evolution of the Ethereum Tech Stack

Ethereum's entire foundational layer (from execution, settlement, consensus to data availability) is planned for significant upgrades aimed at enhancing L1's scalability and better adapting to a Rollup-centric development model. Key improvements (as indicated by arrows) will enhance performance, reduce complexity, and promote Ethereum's more direct role in Rollup operations.

Execution Layer

By 2030, Ethereum's current execution environment (using a 256-bit architecture and traditional design of the Ethereum Virtual Machine EVM) may be replaced or enhanced by a more modern and efficient virtual machine. Vitalik has proposed upgrading the Ethereum Virtual Machine to a RISC-V based architecture. RISC-V is a streamlined modular instruction set that is expected to achieve significant breakthroughs in transaction execution and proof generation efficiency (improving by 50-100 times). Its 32/64-bit instructions can be directly adapted to modern CPUs and are more efficient in zero-knowledge proofs. To mitigate the impact of technological iterations and avoid stagnation (for example, the previous community's dilemma when considering replacing EVM with eWasm), a dual virtual machine model is planned: retaining EVM to ensure backward compatibility while introducing a new RISC-V virtual machine to handle new contracts (similar to Arbitrum Stylus's compatibility scheme for WASM + EVM contracts). This aims to significantly simplify and speed up the execution layer while enhancing L1's scalability and Rollup support capabilities.

Why do this?

The design of EVM did not consider zero-knowledge proofs, so zk-EVM provers incur significant overhead when simulating state transitions, calculating root hashes/hashed trees, and handling EVM-specific mechanisms. In contrast, the RISC-V virtual machine employs simpler register logic, allowing for direct modeling and proof generation, significantly reducing the required constraints. Its friendliness towards zero-knowledge proofs can eliminate inefficiencies in gas calculations and state management, benefiting all Rollups that utilize zero-knowledge proofs: generating state transition proofs will be simpler, faster, and lower cost. Ultimately, upgrading EVM to a RISC-V virtual machine can enhance overall proof throughput, making it possible for L1 to directly verify L2 execution (detailed below), while also raising the throughput ceiling of performance Rollups' own virtual machines.

Additionally, this will break through the niche of Solidity/Vyper, significantly expanding Ethereum's developer ecosystem and attracting more participation from mainstream development communities like Rust, C/C++, and Go.

Settlement Layer

Ethereum plans to transition from fragmented L2 settlement models to a unified, natively integrated settlement framework, which will fundamentally change the way Rollups settle. Currently, each Rollup must deploy independent L1 verification contracts (fraud proofs or validity proofs), which are highly customized and operate independently. By 2030, Ethereum may integrate a native function (the proposed EXECUTE precompile function) as a universal L2 execution validator. EXECUTE allows Ethereum validators to directly re-execute Rollup's state transitions and verify their correctness, essentially "cementing" the ability to validate any Rollup block at the protocol level.

This upgrade will give rise to "native Rollups," which are essentially programmable execution shards (similar to NEAR's design). Unlike ordinary L2s, standard Rollups, or L1-based Rollups, the blocks of native Rollups are validated by Ethereum's own execution engine.

Source: https://x.com/SpireLabs/status/1915430799618564394_

EXECUTE eliminates the complex custom infrastructure required for EVM simulation and maintenance (such as fraud proof mechanisms, zero-knowledge proof circuits, multi-signature "security committees"), significantly simplifying the development of equivalent EVM Rollups, ultimately achieving a fully trustless L2 with almost no custom code required. Combined with next-generation real-time provers (such as Fermah, Succinct), real-time settlement can be achieved on L1: once Rollup transactions are included in L1, finality is reached without waiting for the fraud proof window or multi-period proof calculations. By building the settlement layer as a globally shared infrastructure, Ethereum enhances trusted neutrality (users can freely choose verification clients) and composability (without worrying about real-time proof issues in the same slot, synchronous composability is greatly simplified). All native (or native + L1-based) Rollups will use the same L1 settlement function, enabling standardized proofs and convenient interactions between Rollups (shards).

Consensus Layer

Ethereum's Beacon Chain consensus layer is being restructured into Beam Chain (planned for testing in 2027-2029), aiming to upgrade the consensus mechanism through advanced cryptographic techniques (including quantum resistance) to enhance scalability and decentralization. Among the six major research directions for upgrades, the core features relevant to this article include:

The latest developments of Beam Chain can be followed through the YouTube series "Beam Call."

  • Shorter slots, faster finality: One of Beam Chain's core goals is to enhance finality speed. The current finality of about 15 minutes (2 epochs under the Gasper mechanism, i.e., 32+32 12-second slots) will be shortened to 3-slot finality (3SF, 4-second slots, about 12 seconds), ultimately achieving single-slot finality (SSF, about 4 seconds). The 3SF + 4-second slots mean that transactions can achieve final confirmation within 10 seconds after being on-chain, significantly improving the user experience for L1-based Rollups and native Rollups: the increased L1 block speed will directly accelerate Rollup block generation. The time for transactions to be included in blocks is about 4 seconds (longer under high load), resulting in a 3-fold increase in the block speed of related Rollups (although still slower than performance Rollups, alternative L1s, or credit card payments, making pre-confirmation mechanisms still important). Faster L1 finality can also ensure and accelerate settlements: Rollups can achieve final confirmation of state submissions on L1 within seconds, enabling quick withdrawals and reducing the risk of reorganization or forks. In short, the irreversibility of Rollup transaction batching will be reduced from 15 minutes to seconds.
  • Reducing consensus overhead through SNARKification: Beam plans to "SNARKify" the state transition function, attaching a concise zk SNARK proof to each L1 block. This is a prerequisite for achieving synchronous, programmable execution shards. Validators can verify blocks and aggregate BLS signatures (and future quantum-resistant signatures) without processing each transaction, significantly reducing the computational cost of consensus (while lowering hardware requirements for validators).
  • Lowering staking thresholds to enhance decentralization: Beam plans to reduce the minimum staking amount for validators from 32 ETH to 1 ETH. Combined with proposer-separator (APS, transferring MEV to on-chain auctions) and SNARKification, this will enable distributed anti-collusion block construction, no longer favoring large staking pools (like Lido, which holds 25% market share), and instead supporting more independent stakers using devices like Raspberry Pi. This will enhance decentralization and trusted neutrality, directly benefiting aligned Rollups. Under the APS mechanism, the number of proposers will decrease, but the inclusion list (FOCIL) will strengthen anti-censorship capabilities: once a prover includes a transaction in the list, even a small, globally distributed group of proposers cannot exclude these transactions.

All of this points to the future of Ethereum's foundational layer: it will possess stronger scalability and decentralization. In particular, L1-based Rollups will benefit the most from these consensus upgrades, as L1 will be better suited to their transaction ordering needs. By ordering transactions on L1, the maximum extractable value (MEV) from L1-based Rollups (and native L1-based Rollups) will naturally flow to Ethereum block proposers, and this value can be destroyed, thereby concentrating more value back into ETH rather than flowing to centralized orderers.

Data Availability Layer (DA Layer)

Data availability (DA) throughput is key to Rollup scalability, especially for performance Rollups that need to support 100,000+ TPS in the future. Ethereum's Proto-danksharding (Dencun + Pectra upgrade) has already increased the target and maximum number of blobs per block to 6 and 9, respectively, allowing blob data capacity to reach 8.15 GB/day (about 94 KB/s, 1.15 MB/block), but this is still insufficient. By 2030, Ethereum may achieve full danksharding, targeting 64 blobs per block (each 128 KB), which corresponds to about 8 MB/4-second slots (2 MB/s).

(Note: Proto-danksharding is a key technological upgrade in Ethereum's scaling roadmap, significantly enhancing network performance by introducing new data storage mechanisms. It serves as a transitional solution to Danksharding, with the core goal of reducing transaction costs for L2 solutions and enhancing data availability while laying the groundwork for future full sharding technology.)

Although this is a tenfold increase, it still cannot meet the demand of performance Rollups like MegaETH for around 20 MB/s. However, Ethereum's roadmap includes more upgrades: implementing data availability sampling (DAS) through solutions like PeerDAS (expected in the second half of 2025 to the first half of 2026), allowing nodes to verify availability without downloading complete data, combined with data sharding to increase the target for each block blob to 48+. Under ideal conditions with Danksharding and DAS support, Ethereum could achieve a data processing capacity of 16 MB in 12-second slots, corresponding to about 7,400 simple transactions per second, which could reach 58,000 TPS after compression (such as aggregated signatures, address compression), and even higher when combined with Plasma or Validium (only on-chain state roots rather than complete data). Although off-chain scaling involves trade-offs in security and scalability (such as operator negligence risks), by 2030, Ethereum is expected to provide diversified DA options at the protocol level: offering complete on-chain data guarantees for security-focused Rollups and external DA access flexibility for scale-focused Rollups.

In summary, Ethereum's data availability (DA) upgrades are increasingly making it suitable for Rollups. However, it is important to note that Ethereum's current throughput is still far from sufficient to support high-frequency scenarios such as payments, social interactions, and gaming. Even a simple ERC-20 transfer requires about 200 bytes of blob data, roughly calculating to about 20 MB/s of raw DA bandwidth; more complex transactions (like Uniswap swaps) will generate larger state differences, requiring bandwidth to increase to about 60 MB/s! Relying solely on complete Danksharding technology will not meet this bandwidth requirement, so throughput improvements must rely on a clever combination of data compression and off-chain scaling.

In the meantime, performance Rollups will need to rely on alternative DA solutions like Eigen DA. These solutions can currently provide about 15 MB/s of throughput and plan to increase to 1 GB/s; emerging solutions like Hyve even promise to achieve 1 GB/s of modular DA with sub-second availability. It is these types of DA solutions that will enable Web3 applications to achieve speeds and user experiences comparable to Web2.

Vision of Ethereum as the World Ledger

"Ethereum aims to become the world ledger: a platform for storing the assets and records of human civilization, serving as the foundational layer for finance, governance, high-value data certification, and more. This requires two core capabilities: scalability and risk resistance." — Vitalik

By 2030, with core protocol upgrades and the evolution of Rollup-centric technology, Ethereum will be better suited for this role. As mentioned earlier, the upgrades across the entire tech stack will support two types of Rollup models: one leaning towards "deep Ethereum integration," focusing on security and trusted neutrality; the other leaning towards "light Ethereum integration," aiming for extreme throughput and economic independence. Ethereum's roadmap does not enforce a single path but provides sufficiently flexible soil for both models to thrive:

  • Aligned Rollups: Ensure that high-value, highly interconnected applications continuously receive strong security guarantees from Ethereum. Among these, L1-based Rollups can achieve Ethereum-level liveness, with L1 validators responsible for transaction ordering while generating Rollup blocks; native Rollups possess Ethereum-level execution security, with each Rollup state transition re-executed and verified on L1; while native L1-based Rollups (also known as ultra Rollups, i.e., execution shards) combine 100% execution security with 100% liveness, essentially becoming part of Ethereum L1. These Rollups will drive value accumulation for Ethereum L1: the MEV (maximum extractable value) generated by L1-based Rollups flows directly to Ethereum validators, and the MEV destruction mechanism can enhance the scarcity of ETH; invoking the EXECUTE precompile function to verify native Rollup proofs requires gas, creating new value inflow channels for ETH. If in the future, most DeFi and institutional finance operate on a few aligned Rollups, ETH will capture the fees of the entire economy. Moreover, Ethereum's anti-censorship capabilities and MEV value capture mechanisms are two key pillars for it to become the "world ledger."

  • Performance Rollups: Enable the Ethereum ecosystem to cover all categories of blockchain applications, including scenarios requiring large-scale processing capabilities. These chains are likely to become the mainstream adoption bridge, although they may introduce (semi) trust elements, they still use Ethereum as the final settlement layer and interoperability hub. The coexistence of performance and aligned Rollups allows the Ethereum ecosystem to support both top-tier security and top-tier throughput applications simultaneously. The heterogeneity and interoperability of L2s benefit Ethereum more than they harm it: although these Rollups have a weaker economic tie to ETH, they can still generate new demand for ETH by using it as a gas token, transaction medium, DeFi pricing unit, and core asset for new applications in high-capacity environments. It is worth noting that the previously mentioned Ethereum DA layer may support 100,000+ TPS, which means that even performance chains may eventually revert to the Ethereum DA layer rather than relying on modular alternatives (for reasons such as ecological synergy, trusted neutrality, and simplification of the tech stack). Of course, if they need to save costs or improve performance, they can still choose other DA solutions, but the core point is that advancements in Ethereum's DA layer, data compression, and off-chain data management will continue to enhance L1's competitiveness.

The exception mainly involves Rollups that are deeply tied to trusted enterprises (such as Coinbase's Base and Robinhood's L2 network, Robinhood Chain), where users trust these enterprises more than they trust trustless systems (this effect is particularly evident among new and non-technical users). In this case, the reputation and accountability mechanisms of the associated enterprises become the main guarantees, allowing these Rollups to maintain competitiveness while weakening Ethereum's alignment, as users are willing to "trust brands" as they do in Web2. However, their adoption largely depends on B2B trust; for example, JPMorgan's chain may trust Robinhood Chain more than the stronger guarantees provided by Ethereum and aligned Rollups.

In addition, the middle-ground Rollups are gradually integrating towards two extremes, likely a natural result of the maturation of these two paths. The reason is simple: middle-ground solutions can neither achieve high alignment nor reach top performance. Users focused on security and composability will choose Rollups that are closer to Ethereum; while users valuing low costs and high speeds will lean towards optimal performance platforms. Furthermore, as pre-confirmation technology upgrades, slot speeds increase, and L1 finality accelerates, the performance of aligned Rollups will continue to improve, leading to a further decline in demand for "medium performance." Overall, the former is more suitable for institutional DeFi, while the latter is more suitable for retail-level applications.

Successful Rollups require significant resource investment (from attracting liquidity to maintaining infrastructure), and by 2030, integration will become more frequent, with strong networks absorbing the communities of weaker networks. This trend is already evident. In the long run, an ecosystem composed of a few core hubs with clear value propositions will outperform hundreds of homogeneous systems.

Special thanks to mteam, Patrick, Amir, Jason, Douwe, Jünger, and Bread for their valuable discussions and feedback!

免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。

Bybit:合约交易强势平台!注册送50U+5000U储值返利!
Ad
Share To
APP

X

Telegram

Facebook

Reddit

CopyLink