Accelerating Blockchain Scalability: New Models for Parallel Transaction Execution in the EVM
Souradeep Das, Konpat Preechakul, Jonas Bäumer, Riddhi Patel, Jefferson Jinchuan Li
TL;DR
The paper tackles Ethereum's scalability bottleneck by enabling parallel transaction execution in the EVM, addressing the root limit of sequential processing rather than relying solely on Layer 2. It proposes three self-sufficient pillars—Gas Incentivization Mechanics, Method Access Boundaries, and Smart Access Lists—to orchestrate parallelism and reward efficient block construction. Using historical data and a greedy scheduling approach related to the Maximum Independent Set problem, the authors report that blocks containing approximately $109$ transactions can be grouped into about $32$ parallelizable groups, yielding throughput from $9.08$ to $14.04$ transactions per second ($1.54\times$ gain). The design includes sandboxed execution to handle incomplete access lists and dynamic adjustments to access boundaries, aiming for robust safety and adaptability. If adopted, this framework could substantially reduce fees and enable higher-throughput DeFi and smart-contract workloads on Ethereum.
Abstract
As the number of decentralized applications and users on Ethereum grows, the ability of the blockchain to efficiently handle a growing number of transactions becomes increasingly strained. Ethereums current execution model relies heavily on sequential processing, meaning that operations are processed one after the other, which creates significant bottlenecks to future scalability demands. While scalability solutions for Ethereum exist, they inherit the limitations of the EVM, restricting the extent to which they can scale. This paper proposes a novel solution to enable maximally parallelizable executions within Ethereum, built out of three self-sufficient approaches. These approaches include strategies in which Ethereum transaction state accesses could be strategically and efficiently predetermined, and further propose how the incorporation of gas based incentivization mechanisms could enforce a maximally parallelizable network.
