Overview
zksync is a Layer 2 scaling infrastructure project for Ethereum that uses zero-knowledge proofs to enable faster and cheaper transactions. It launched on March 4, 2023, and its native token is ZK. The project aims to improve on the optimistic rollup model by providing validity-proof security with near-instant settlement.
How It Works
A zkSync rollup batches transactions and generates a cryptographic validity proof that every state transition is correct, then posts the proof to Ethereum. Because validity proofs mathematically guarantee correctness, there is no fraud-proof challenge window, so withdrawals can be processed faster. zkSync's ecosystem includes an EVM-compatible runtime and tooling for deploying existing Solidity contracts.
Why It Matters
zkSync is a leading example of the ZK-rollup thesis, which argues that validity proofs are the endgame for Ethereum scaling due to their strong security and fast finality. Its token launch and ecosystem grants made it one of the most-watched L2s. The trade-off is the computational cost of generating proofs, which has historically raised fees relative to optimistic alternatives.
Related Concepts
zksync is a ZK-Rollup built on Zero-Knowledge Proofs, in contrast to Optimistic Rollups. It is a Layer 2 competitor to Arbitrum and Optimism and connects to Ethereum via Bridges.