Skip to main content

Verkle Tree

data-structures
scalability

A commitment tree using vector commitments to create smaller state proofs than many Merkle tree designs.

1
definition

A Verkle tree is a cryptographic commitment structure that can prove values in a large key-value map with compact witnesses. It replaces hash-only branches with vector commitments to reduce proof size.

2
applications

Verkle trees are researched for stateless blockchain clients and more efficient state access. They can reduce bandwidth for proofs, but they require new cryptographic assumptions and careful migration from existing state structures.

Conceptual links

Related terms

3 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.