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 →Gas Fees
Transaction fees paid to validators/miners for executing operations on a blockchain.
Gwei
A denomination of Ether equal to one billionth of an ETH, commonly used to express gas prices.
Layer 2
L2Scaling solutions built on top of a base blockchain (L1) that process transactions off-chain while inheriting L1 security.
Layer 1
L1The base blockchain that provides security and consensus, such as Ethereum, Bitcoin, or Solana.