The world of public blockchain infrastructure is evolving rapidly, with Ethereum (ETH) and other leading chains introducing significant technical upgrades. These changes are primarily happening across three core layers: the Execution Layer, the Data Availability (DA) Layer, and the Settlement Layer. Understanding these developments is crucial for anyone interested in the future of decentralized networks.
This article breaks down the latest advancements in each category, highlighting new projects and technological shifts that are enhancing scalability, security, and efficiency. Whether you're a developer, investor, or enthusiast, these updates offer valuable insights into where blockchain technology is headed.
Execution Layer: The Rise of Parallel EVM
The Execution Layer has seen considerable innovation, with Parallel EVM (Ethereum Virtual Machine) emerging as a major trend. This approach allows multiple transactions to be processed simultaneously, dramatically improving throughput and reducing latency.
Projects like Monad, Sei, and MegaETH are at the forefront of this movement. Even established chains like Fantom and Canto are planning upgrades to incorporate parallel processing capabilities.
Technical Approaches to Parallelization
There are two primary methods for implementing parallel transaction processing:
- A Priori (Pre-Execution) Conflict Detection: Used by Solana and Sui, this method requires transactions to explicitly declare which parts of the chain state they will modify. Conflicts, such as accessing the same AMM pool, are detected before blocks are finalized, and conflicting transactions are discarded.
- Optimistic Parallel (Post-Execution) Validation: Adopted by Aptos BlockSTM, this method assumes no conflicts initially. Transactions are executed optimistically, and if conflicts are detected, affected transactions are re-executed. This process repeats until all transactions in the block are successfully processed. Sei, Monad, MegaETH, and Canto utilize similar solutions.
Some emerging projects are exploring even more advanced conflict-resolution techniques, though their commercial viability remains under evaluation.
Project Spotlights: Different Philosophies
Parallel EVM projects can be categorized based on how central parallelization is to their overall design:
- Parallel-First Narratives: Monad and Sei treat parallelization as their core scaling solution. Monad, for example, combines optimistic parallel processing with MonadDB, a custom database with async I/O designed for high concurrency.
- Hybrid Scaling Approaches: Fantom, Solana, and MegaETH view parallelization as one of several tools for scaling. Fantom's Sonic upgrade focuses on a new Fantom Virtual Machine (FVM) and an optimized Lachesis consensus mechanism. Solana's next phase centers on the Firedancer client, which improves modularity, network communication, and signature verification. MegaETH aims to create a "real-time blockchain" by optimizing software, hardware, data structures, and network protocols, pushing EVM performance to its theoretical limits.
👉 Explore real-time blockchain tools
Data Availability (DA) Layer: Competition Heats Up
The DA layer, responsible for ensuring transaction data is published and available, is becoming increasingly competitive. While fewer new players are entering this space compared to the execution layer, significant developments are underway.
Ethereum's Dencun upgrade introduced blob transactions, which drastically reduced DA costs for Layer 2s (L2s), making Ethereum a more affordable option.
Major DA Players
- Celestia: As the first project to propose a modular DA layer, Celestia's main impact has been expanding the market's imagination for what's possible, raising the ceiling for what a DA layer can be worth. It remains a popular choice for new L2s and appchains.
- Avail: Originally a part of Polygon, Avail now operates independently. It positions itself as a more robust Celestia, utilizing Polkadot's GRANDPA+BABE consensus mechanism, which supports a higher degree of decentralization than Tendermint. It also supports validity proofs, a feature absent in Celestia.
- EigenDA: Recently launched with the EigenLayer mainnet, EigenDA benefits from the strong EigenLayer ecosystem narrative. For many projects, the perception of security and low cost often outweighs technical differences in proof mechanisms.
Noteworthy Newcomers and Ideas
- Near DA: The NEAR protocol is evolving into a multi-faceted platform. Beyond its sharding-based L1, it now offers a cheap DA solution with fast settlement for L2s, is pioneering chain abstraction, and has significant initiatives in AI, making it a versatile contender.
- BTC & CKB: Most BTC L2s use Bitcoin primarily for data availability, as its base layer doesn't support smart contracts for settlement. The RGB++ protocol from Nervos Network (CKB) offers a unique twist: CKB acts as the DA layer, while Bitcoin's UTXO model is leveraged through isomorphic binding to approximate a settlement layer.
- Innovative DA Concepts: New ideas are emerging, such as DA layers designed to store AI models, training data, and computation traces. Others are focusing on improving the erasure coding mechanisms used by incumbents to provide more robust data availability in unstable, dynamic networks.
Settlement Layer: Ethereum's Monopoly Challenged
The settlement layer, which finalizes transactions and ensures ultimate validity, has long been dominated by Ethereum. However, new projects are emerging to challenge this, aiming to provide more efficient and cost-effective alternatives for proof verification.
The Need for Specialized Settlement
Verifying zero-knowledge (ZK) proofs on Ethereum's mainnet is not optimal. The process requires complex cryptographic algorithms that are expensive to run on the EVM. This high cost and technical complexity can be a barrier for ZK ecosystems using non-EVM-friendly languages like Cairo, Noir, or Lurk.
New projects like Nebra, and established ones like Mina and Zen (with its new proposal), are pivoting to address this need. Their goals are to:
- Support a wider variety of ZK programming languages.
- Offer efficient proof aggregation to reduce costs.
- Provide faster finality times.
The rise of ZK settlement layers is closely tied to the growth of decentralized proof markets. We may see collaborations between settlement layers and proof marketplaces, or even projects that attempt to provide both services in a unified offering.
Frequently Asked Questions
What is a Parallel EVM?
A Parallel EVM is a modified Ethereum Virtual Machine that processes transactions concurrently instead of sequentially. This approach significantly increases the network's transactions per second (TPS) and reduces latency by handling non-conflicting transactions at the same time.
Why is the Data Availability (DA) layer so important?
The DA layer ensures that all necessary transaction data is published and accessible for anyone to verify. This is a fundamental requirement for the security and trustlessness of Layer 2 rollups. Without reliable and cheap DA, L2s cannot be secure or cost-effective.
What is a ZK settlement layer?
A ZK settlement layer is a blockchain specifically optimized for verifying zero-knowledge proofs. It offers a cheaper and more efficient environment for finalizing batches of transactions from rollups or other chains than general-purpose chains like Ethereum.
How does Ethereum's Dencun upgrade affect DA costs?
The Dencun upgrade introduced "blobs," a new way to store data on Ethereum. This change drastically reduced the cost for Layer 2 networks to post their transaction data to Ethereum, making it a much more competitive Data Availability solution.
What is the difference between validity proofs and fraud proofs?
Validity proofs (like ZK-proofs) mathematically guarantee the correctness of a batch of transactions the moment they are submitted. Fraud proofs allow a window of time for participants to challenge and reject invalid transactions. Validity proofs offer instant finality, while fraud proofs rely on a challenge period.
Are these new infrastructure changes live now?
Many of these technologies, such as blob transactions on Ethereum, are already active. Others, like several Parallel EVM chains and new settlement layers, are in development or testnet phases, with mainnet launches expected throughout the coming months.
The blockchain infrastructure landscape is fragmenting and specializing at a remarkable pace. The monolithic chain is giving way to a modular future where execution, data availability, and settlement are handled by specialized layers. This shift promises a new era of scalability and efficiency, ultimately paving the way for broader adoption and more powerful decentralized applications. Keeping an eye on these core infrastructural developments is key to understanding the next wave of innovation in the space.