Ethereum L1

Vitalik posted a proposal to simplify Ethereum L1, aiming for the protocol's simplicity to approach that of Bitcoin within five years

ChainCatcher message, Ethereum co-founder Vitalik Buterin published a blog post stating that Ethereum's goal is to become a "world ledger": a platform for storing civilizational assets and records, serving as the foundational layer for finance, governance, high-value data certification, and more. This requires two things: scalability and resilience. The aim of this post is to focus on an extremely important yet often underestimated aspect of resilience (which ultimately relates to scalability): the simplicity of the protocol. One of the best things about Bitcoin is its extremely simple and elegant protocol design, and maintaining the simplicity of the protocol helps Bitcoin or Ethereum become a trusted, neutral, and globally trusted infrastructure layer. In the past, Ethereum has often fallen short in this regard, and this article will discuss how Ethereum can become almost as simple as Bitcoin in the next five years.Simplifying the consensus layer: The new consensus layer (originally named "Beam Chain") aims to leverage all the experience we have accumulated over the past decade in consensus theory, ZK-SNARK development, proof-of-stake economics, and other areas to create a long-term optimal consensus layer for Ethereum. The advantage of this consensus layer is that it is much simpler than the existing beacon chain.Simplifying the execution layer: The complexity of the EVM is increasing, and much of this complexity has proven to be unnecessary (in many cases, it is my fault). It is suggested to replace the EVM with RISC-V or another virtual machine that can write Ethereum ZK provers.I suggest we learn from the approach of the project tinygrad and set a "maximum lines of code target" for Ethereum's long-term technical specifications, aiming to bring the key code related to consensus in Ethereum as close to Bitcoin's simplicity as possible. Code related to Ethereum's historical rule processing will still be retained but should avoid entering the consensus critical path. At the same time, we should also implement the following principles in our overall design philosophy: prioritize simpler solutions whenever possible, favor "encapsulated complexity" over "systemic complexity," and prioritize solutions with clear verifiable properties and guarantees in design decisions.

Vitalik published an article discussing Ethereum L1 and L2 scaling strategies

ChainCatcher message, Ethereum co-founder Vitalik Buterin published a blog post stating that Ethereum's goals remain the same as on day one: to build a global, censorship-resistant, permissionless blockchain. After ten years of effort, combining technical and social attributes, Ethereum has embodied another important quality: it provides useful services to people and is capable of achieving this on a large scale.We need to continue building Ethereum's technical and social attributes, as well as its practical utility. I want to focus on a specific impact that is very important for Ethereum users in the short and medium term: Ethereum's scaling strategy.Today, L2 faces two main challenges: scale and heterogeneity challenges. One possible shortcut to scaling is to abandon L2 and complete all operations through L1, significantly increasing the gas limit (which can be achieved through multiple shards or on a single shard). However, this approach would overly compromise many advantages of Ethereum's current social structure, which is particularly effective at simultaneously realizing different forms of research, development, and ecosystem-building culture. Therefore, we should stick to the original path and continue to primarily scale through L2, but ensure that L2 truly fulfills its commitments.Native Rollups are still an early-stage idea. A lot of positive thinking is still needed, especially regarding how to maximize the flexibility of native Rollup precompiles.Now is the time to double down. There are still many areas that require active thinking and brainstorming. The future of Ethereum depends on the active participation of each and every one of us.
ChainCatcher Building the Web3 world with innovators