Skip to content
Back to Glossary
◈ crypto

Rollup

Scaling solution that executes transactions off-chain and posts proofs on-chain

What is Rollup?

A Layer 2 scaling technique that bundles (rolls up) hundreds of transactions off-chain, then posts a single cryptographic proof back to the main chain. Rollups inherit the security of the base layer while dramatically increasing throughput and reducing fees. The two main flavors — optimistic and zero-knowledge — differ in how they prove correctness. Rollups are the consensus answer to 'blockchains are too slow and expensive.'

Take the next useful step

💡

In plain words

"An express lane next to the highway — transactions process off the main road, then a summary receipt gets posted back. Faster, cheaper, just as secure."

How it works

Key takeaways

  • Batches transactions off-chain for speed

  • Posts proof back to Layer 1 for security

  • Reduces fees while inheriting L1 trust

Real-world example

Arbitrum processes thousands of transactions off-chain, then posts a single proof to Ethereum. Users get Ethereum security at 10x lower fees.

Copied