What Are ‘Rollups’ (Optimistic and ZK) and How Do They Use Batching?
Rollups are Layer 2 scaling solutions that execute transactions off-chain and then batch them into a single transaction that is posted to the Layer 1 chain. Optimistic Rollups assume transactions are valid and use a fraud proof period.
ZK-Rollups use cryptographic validity proofs (Zero-Knowledge proofs) to instantly prove the batch's correctness.
Glossar
Validity Proofs
Cryptographic Integrity Check ⎊ The mathematical process by which receivers verify that a block or transaction has not been altered in transit or storage, relying on hashing and digital signatures.
Optimistic Rollups
Scalability ⎊ Optimistic Rollups represent a Layer 2 scaling solution for Ethereum, designed to enhance transaction throughput and reduce associated gas fees without compromising decentralization.