What Is a Rollup in Layer 2 Scaling?

Updated July 13, 2026 6 min read

A base blockchain can only process so many transactions per block, which is part of why fees spike when demand rises. Rollups exist to work around that ceiling without abandoning the security of the underlying chain, and understanding how they do it explains a lot about why “layer 2” has become such a common term in crypto discussions.

The short answer

A rollup is a system that executes many transactions off the main blockchain, then submits a compressed summary of the results back to that base layer, where it’s recorded and secured. Instead of every individual transaction competing for space on the base chain, the rollup bundles them together, cutting the amount of data and computation the base layer has to handle directly.

Why bundling helps

Every transaction processed directly on a base blockchain, like Ethereum, consumes block space and competes with every other pending transaction for inclusion. When demand rises, this is part of why gas fees spike during network congestion. A rollup sidesteps much of that competition by handling the actual computation elsewhere, then posting only a condensed record back to the base chain rather than every individual transaction’s full detail. The base layer still ends up with a record of what happened, just far more efficiently packaged than if each transaction had been submitted on its own.

Two main approaches to proving correctness

Rollups differ mainly in how they convince the base chain that the bundled results are accurate:

Both approaches aim for the same outcome, faster and cheaper processing while still relying on the base layer’s security, but they get there through different tradeoffs around speed, cost, and how proof of accuracy is established. Neither approach depends on trusting a single validator node; the base chain’s own consensus still ultimately backs the recorded results.

What “layer 2” actually refers to

The base blockchain is often called layer 1: the foundational network responsible for final settlement and security. A rollup is one type of layer 2 system, meaning it operates on top of that foundation rather than replacing it. This matters because a rollup isn’t a separate, independent blockchain competing with the base layer; it’s a mechanism designed specifically to extend that base layer’s capacity while still depending on it for ultimate security and dispute resolution.

What a user actually experiences

From a user’s perspective, interacting with a rollup often looks similar to interacting with the base chain directly, sending and receiving assets, confirming transactions with the same kind of digital signature used elsewhere on the network, and so on. Withdrawing funds back to the base layer, however, can involve a waiting period, particularly with optimistic rollups where the challenge window has to pass before withdrawals finalize. Different rollups also handle bridging between layers in different ways, and delays or fees involved in moving assets are worth understanding before relying heavily on any particular system.

The takeaway

A rollup is a way of scaling a blockchain by pushing the heavy lifting of transaction processing off the base layer while still anchoring the final results to it, preserving much of the base chain’s security without forcing every transaction to compete for the same limited block space. The tradeoffs between different rollup designs, speed, proof method, and withdrawal timing, are worth weighing on their own terms rather than assuming all rollups behave identically.