Introducing Quick Merkle Database (QMDB), a high-performance verifiable database optimized for blockchains.
• 2.28M state updates per second, 1M TPS (benchmarked transfers per second).
• Benchmarked with workloads up to 15B (10x Ethereum’s 2024 state) and proven capacity to scale to 280B entries on a single server.
• Single read per state access, O(1) I/O for updates, and in-memory Merkleization on a footprint as small as 2.3 bytes per entry.
• Efficiently scales across both consumer grade and enterprise hardware.
Developed by LayerZero Labs, QMDB is MIT and apache-2 licensed and completely open-source.
QMDB is an SSD-optimized state database with in-memory Merkleization, cutting write amplification and DRAM needs.
It unifies world state and Merkle tree storage, uses an append-only log for state updates, and eliminates disk reads/writes during Merkleization.
QMDB performs state reads with a single SSD read, state updates with O(1) SSD I/O, and performs Merkleization fully in-memory with zero SSD reads or writes.
These operations approach the theoretical optimality regarding disk I/O complexity.
QMDB demonstrates a significant advancement in the performance and scalability of verifiable databases.
• 2.28M state updates per second (AWS i8g.8xlarge), 1M TPS (benchmarked transfers per second)
• 63k updates per second sec on 15B entries running on a $540 Mini PC.
QMDB delivers 6x more updates per second than default RocksDB, demonstrating superior performance across all operation types.
Against NOMT (the leading verifiable database), QMDB achieves an 8x performance increase.
QMDB efficiently scales across both enterprise and commodity hardware, scaling up to 280B entries using a single server with high SSD capacity.
QMDB’s promising results enable the ability to provide substantially higher throughput while increasing decentralization in many systems by lowering capital costs and reducing infrastructure barriers.
QMDB unlocks many new use cases like historical proofs and real time ZK proof generation.
Historical proofs, like TWAP, can be queried at the latest block with any time granularity. If used in a ZK-rollup, QMDB can merklize per transaction for finest proof granularity and parallelization.
We want to thank the following people for their contributions:
• @_patrickogrady from @commonwarexyz
• @yezhang1998 from @Scroll_ZKP
• @yangl1996 from @megaeth_labs
• @yilongl_megaeth from @megaeth_labs
• @rphmeier from @thrumdev
LayerZero V2 overhauls how developers secure their cross-chain messages.
With Decentralized Verifier Networks (DVNs), both V1 and V2 application owners can configure a custom Security Stack based on their specific needs.
Dive into DVNs 🧵
1/ In V2, messages are verified through DVNs selected by application owners.
Any entity – be it a bridge, oracle, attestation service, zkLightClient, enterprise company, DAO, etc. – can permissionlessly create a DVN to verify messages for applications built on LayerZero.
2/ These DVNs create a powerful and configurable Security Stack for applications called “X of Y of N.”
For example, a "1 of 9 of 15" configuration requires consensus from the following DVNs for a message to be verified:
* 9 from a selected pool of 15 DVNs, and
* 1 specific DVN
We formally define the fungible token coloring problem of attributing (coloring) fungible tokens to originating entities (minters), and present, to our knowledge, the first practical onchain algorithm to solve it.