Overview - Rollups (Optimistic vs ZK)
What is it?
Rollups are special tools that help blockchains handle more transactions by bundling many of them together off the main chain. They then send a summary back to the main blockchain to keep everything secure and trustworthy. There are two main types: Optimistic Rollups, which assume transactions are correct unless proven otherwise, and ZK Rollups, which use math proofs to show transactions are correct right away.
Why it matters
Without rollups, blockchains can get slow and expensive because every transaction must be processed by everyone. Rollups let blockchains work faster and cheaper while still being safe. This means more people can use blockchain apps without waiting or paying too much, making blockchain technology practical for everyday use.
Where it fits
Before learning about rollups, you should understand how blockchains work, especially concepts like transactions, blocks, and smart contracts. After rollups, you can explore other scaling solutions like sidechains or Layer 2 protocols, and dive deeper into blockchain security and cryptography.