Layer 2s and rollups: why the same transaction costs less
A Layer 2 runs transactions off Ethereum and posts them back in batches. How rollups cut fees, what you give up, and why withdrawals differ.
The same token swap made twice in one afternoon can cost a few cents once and several dollars the next. Nothing about the trade changed. What changed is where it settled. Most of the cheap activity in crypto today happens on a Layer 2: a network that sits on top of a blockchain like Ethereum, borrows its security, and does the expensive part somewhere else. The idea is simpler than the technological keyword itself.
What is a Layer 2?
A Layer 2 is a separate network that processes transactions away from a main blockchain, then posts the results back to it. The main chain, called the Layer 1, remains the final record and the source of security. Ethereum is the Layer 1 that most Layer 2s settle to, though the pattern is not unique to it. The Layer 2 handles the volume and the Layer 1 handles the truth. That division of labour is the whole design.
What is a rollup?
A rollup is the main kind of Layer 2: it executes transactions outside the main chain, then posts the transaction data back to it, where Ethereum's own consensus settles the result. That is the Ethereum Foundation's own framing in its scaling documentation (opens in a new tab), which treats rollups as the network's primary route to lower fees. Within Ethereum-based Layer 2 blockchains there are also two rollup methods, separated by how each one proves a batch is honest: optimistic rollups (opens in a new tab) treat transactions as valid unless someone challenges them, while zero-knowledge (ZK) rollups (opens in a new tab) publish a cryptographic validity proof with every batch.
Why does a rollup make each transaction cheaper?
A rollup makes transactions cheaper by sharing one fixed cost across many of them. It gathers hundreds or thousands of transactions away from the main chain, compresses them, and posts a single batch back to the Layer 1. The expensive part of using Ethereum is publishing data to it, so that publication fee gets divided across everyone in the batch rather than paid in full by each person. A rollup's costs therefore track how much data it has to publish, not how much any one person is doing.
The cost of that publication fell sharply in March 2024, when Ethereum's Dencun upgrade introduced blobs, a cheaper and deliberately temporary form of data storage built for this exact purpose. Rollup fees across the major networks dropped by roughly an order of magnitude within days.
Optimistic and zero-knowledge rollups make different bets
Rollups divide into two families according to how they prove a batch is honest. An optimistic rollup assumes every batch is valid and lets anyone challenge one during a dispute window, commonly about a week. A zero-knowledge rollup, also called a validity rollup, publishes a cryptographic proof alongside each batch, so correctness is verified mathematically rather than assumed. Arbitrum, Optimism and Base are optimistic; zkSync, Starknet and Linea are validity rollups.
The trade-off shows up when you leave. Withdrawing from an optimistic rollup back to Ethereum means waiting out the challenge window, unless you pay a third party to front the funds. A validity rollup can release them once its proof is verified.
What you give up by moving to a Layer 2
A Layer 2 carries trust assumptions the Layer 1 does not. Most run a single sequencer, the component that orders transactions, and it is usually operated by the team that built the network. A sequencer that stops can halt the chain, and one that misbehaves can reorder or delay transactions, though it cannot spend your funds. Every major network treats decentralising the sequencer as unfinished work, which is a familiar shape in this industry: see our note on validator centralisation (opens in a new tab).
Getting funds on and off a Layer 2
Funds reach a Layer 2 through a bridge, and the bridge is usually the riskiest part of the journey. A canonical bridge is the official one operated by the network itself and inherits that rollup's own security. A third-party bridge is separate software holding real deposits, and bridges have been among the largest targets in crypto: see what a bridge hack is (opens in a new tab). Where an exchange supports withdrawing straight to a Layer 2, that route sidesteps the bridge entirely.
Where does Northtape fit?
Northtape does not move funds, operate a bridge or recommend a network. What it does is watch the news around these systems so an outage or an exploit does not slip past you. Its Risk Radar reads incoming stories through four risk lenses (regulation, counterparty, stablecoins and protocol), and the protocol lens screens for the vocabulary surrounding exactly these failures, including exploits, bridges, outages and audits. When a bridge exploit or a network outage lands, that lens surfaces it as a protocol-risk signal with an AI summary quoting the source, so you can check the claim yourself.
FAQs
Is a Layer 2 as safe as Ethereum itself? Not quite. A rollup inherits Ethereum's security for data it has already published, then adds its own trust assumptions on top, most notably a sequencer that today is usually run by a single operator.
Do I need a different wallet for a Layer 2? Usually not. Most Ethereum-compatible Layer 2s work with the same wallet and the same address; you add the network and bridge some funds across.
Why is my transaction still expensive on a Layer 2? A Layer 2 fee has two parts: the cost of publishing data to Ethereum, shared across a batch, and the network's own execution fee. When Ethereum is congested or the Layer 2 is unusually busy, either part can rise.
What happens to my funds if a Layer 2 shuts down? On a well-designed rollup the transaction data sits on Ethereum, so funds can in principle be recovered by forcing a withdrawal through the Layer 1 contracts directly. How practical that is varies by network and is worth checking before you commit a large amount.
None of this is investment or security advice. Which network suits you depends on what you are doing and how much you are moving, not on any view about a token's price. Layer 2 designs change quickly, so check a network's current documentation on withdrawal times and sequencer status before moving real funds.
