Skip to content
Onchain Economics

Zero-Knowledge Proof(ZKP)

A cryptographic method that proves a statement is true without revealing any information beyond the validity of the statement itself.

In-Depth Explanation

ZKPs enable privacy (prove you're over 18 without revealing your age) and scalability (prove 1000 transactions are valid with a tiny proof). ZK-rollups use ZKPs for Ethereum scaling. ZK-SNARKs and ZK-STARKs are different ZKP constructions with various tradeoffs around proof size, generation time, and trust assumptions.

Related Terms

More in Infrastructure

View all →