Score: 0

A Fast Ethereum-Compatible Forkless Database

Published: December 4, 2025 | arXiv ID: 2512.04735v1

By: Herbert Jordan , Kamil Jezek , Pavle Subotic and more

Potential Business Impact:

Makes blockchain faster and use less space.

Business Areas:
Ethereum Blockchain and Cryptocurrency

The State Database of a blockchain stores account data and enables authentication. Modern blockchains use fast consensus protocols to avoid forking, improving throughput and finality. However, Ethereum's StateDB was designed for a forking chain that maintains multiple state versions. While newer blockchains adopt Ethereum's standard for DApp compatibility, they do not require multiple state versions, making legacy Ethereum databases inefficient for fast, non-forking blockchains. Moreover, existing StateDB implementations have been built on key-value stores (e.g., LevelDB), which make them less efficient. This paper introduces a novel state database that is a native database implementation and maintains Ethereum compatibility while being specialized for non-forking blockchains. Our database delivers ten times speedups and 99% space reductions for validators, and a threefold decrease in storage requirements for archive nodes.

Page Count
36 pages

Category
Computer Science:
Databases