Differentiate between Optimistic Rollups and ZK-Rollups.
Both are Layer 2 scaling solutions. Optimistic Rollups assume transactions are valid by default ("optimistic") and use a fraud proof system, where a time window is allowed for anyone to challenge a fraudulent transaction.
ZK-Rollups (Zero-Knowledge) use cryptographic validity proofs to instantly confirm the correctness of off-chain state transitions, offering faster finality but requiring more complex computation.