🤖 AI Summary
Prior research has overlooked the implicit energy overhead introduced by blockchain scalability middleware—specifically, bundlers in the ERC-4337 standard—as Ethereum access intermediaries. Method: We conduct fine-grained, real-workload power measurements using SmartWatts and RAPL hardware interfaces to empirically quantify the active power consumption attributable to bundlers. Contribution/Results: Our experiments reveal that bundlers impose significant, measurable additional power consumption during routine operation; their energy draw scales linearly with transaction aggregation frequency and signature validation complexity. This work fills a critical gap in the energy-efficiency evaluation of decentralized application scaling solutions, providing the first empirical evidence and quantitative benchmarks for sustainable design of Ethereum Layer 2 systems and account abstraction architectures.
📝 Abstract
Ethereum is currently the main blockchain ecosystem providing decentralised trust guarantees for applications ranging from finance to e-government. A common criticism of blockchain networks has been their energy consumption and operational costs. The switch from Proof-of-Work (PoW) protocol to Proof-of-Stake (PoS) protocol has significantly reduced this issue, though concerns remain, especially with network expansions via additional layers. The ERC-4337 standard is a recent proposal that facilitates end-user access to Ethereum-backed applications. It introduces a middleware called a bundler, operated as a third-party service, where part of its operational cost is represented by its power consumption. While bundlers have served over 500 million requests in the past two years, fewer than 15 official bundler providers exist, compared to over 100 regular Ethereum access providers. In this paper, we provide a first look at the active power consumption overhead that a bundler would add to an Ethereum access service. Using SmartWatts, a monitoring system leveraging Running Average Power Limit (RAPL) hardware interfaces, we empirically determine correlations between the bundler workload and its active power consumption.