Ethereum, the settlement layer under most of crypto, clears only about 15 transactions per second. A busy Saturday can push a simple swap past $3 in fees. That single bottleneck is the reason Layer 1 vs Layer 2 is the most useful distinction a new trader can learn — because it explains where your fees go and why one network costs dollars while another costs a fraction of a cent.
This guide breaks down what each layer actually does, how rollups shrink the fee, and the trade-off you accept when you move to a Layer 2. If you want the structured version of this and the rest of the market, our professional crypto trading course teaches the plumbing before the positions.
- Layer 1 is the base blockchain (Ethereum, Bitcoin, Solana); it provides security and final settlement.
- Layer 2 is a network built on top of an L1 that processes transactions off-chain, then posts a compressed proof back down.
- Rollups lift throughput from ~15 TPS to roughly 2,000–4,000 TPS and cut fees by more than 90%.
- The Dencun upgrade (March 2024) is why an L2 transaction now costs cents, not dollars.
- The catch: optimistic rollups make you wait ~7 days to withdraw funds back to Layer 1.
What is the difference between Layer 1 and Layer 2?
Layer 1 is the base blockchain that settles and secures every transaction — Ethereum, Bitcoin and Solana are Layer 1s. Layer 2 is a separate network built on top of a Layer 1 that batches transactions off-chain and posts a compressed record back to the base chain. Layer 1 gives you security; Layer 2 gives you speed and low fees.
Think of Layer 1 as a supreme court and Layer 2 as a busy local court that handles volume, then files a certified summary upstairs. The base chain never sees the individual cases — only the settled result. That division of labor is the entire idea, and everything else in this article is a consequence of it.
Layer 1: the settlement layer that holds the security
A Layer 1 blockchain does three jobs at once: it executes transactions, reaches agreement on their order, and stores the record permanently. Layer 1 blockchain examples include Ethereum and Bitcoin, plus faster alternatives like Solana that take a different design path.
The reason L1s feel slow is deliberate. Ethereum runs on 900,000+ validators; Solana runs on 800–1,500. More validators is harder to attack and harder to censor, but every one of them must process every transaction, which caps throughput. That is why Ethereum sits near 15 transactions per second while consumer apps expect thousands.
Some Layer 1s attack the problem head-on instead of adding a second layer. Solana pushes far higher throughput and averages roughly $0.00025 per transaction, but it does so with a few thousand validators rather than hundreds of thousands — a different point on the trilemma. Ethereum made the opposite bet: keep the base chain maximally decentralized and secure, and let Layer 2s handle the volume. Neither choice is free, and knowing which trade-off a chain made tells you what its fees and risks will look like.
The scalability trilemma in one line
Blockchains chase three goals — security, decentralization and scalability — and classic designs can max out only two. Ethereum optimized for security and decentralization, which is exactly why it needed a second layer to buy scalability without giving up the first two. The base chain also runs the consensus that secures the base layer, and an L2 inherits that security rather than rebuilding it.
What is a Layer 2, and how do rollups work?
A Layer 2 is a network that executes your transactions away from the crowded base chain, bundles thousands of them together, and settles the batch on Layer 1 as a single entry. The dominant kind of Layer 2 today is the rollup, and understanding how rollups work is the whole game.
Here is the sequence a rollup runs every time you trade:
- You transact on the L2. Your swap or transfer executes on Arbitrum, Base or Optimism in under a second.
- The rollup batches. Thousands of transactions are compressed into one bundle off-chain.
- It posts to Layer 1. The bundle — plus a proof of what happened — is written to Ethereum, which stores it permanently.
- Ethereum settles it. The base chain confirms the batch, so your L2 transaction inherits L1-grade security without paying L1-grade fees.
Because the expensive part — writing to Ethereum — is shared across the whole batch, each individual transaction pays a sliver of the cost. That is how a rollup pushes 2,000–4,000 transactions per second while the base chain underneath it still does 15.
One piece to understand is the sequencer — the operator that orders your transactions on the L2 before they are batched. Most rollups today still run a single sequencer, which is fast but means one party temporarily controls transaction ordering. That is a live decentralization concern, not a settled one, and it is why "secured by Ethereum" describes the settlement of your funds, not every step of the trade. The base chain guarantees you can always exit; it does not guarantee the L2 stays perfectly neutral in the meantime.
Why Layer 2 fees are cents, not dollars
The single event that made Layer 2 usable was Ethereum's Dencun upgrade (EIP-4844) in March 2024, which introduced cheap temporary data storage for rollups and cut L2 transaction fees by more than 90%. The effect on the base chain was just as sharp: Ethereum's median base fee fell from 7.141 gwei in January 2025 to roughly 0.50 gwei by January 2026, a 93% decline.
Put it in money you can feel. A transaction on Ethereum mainnet runs about $0.87 to $3 depending on congestion. The same transaction on a major Layer 2 costs $0.02 to $0.06. If you run twenty swaps a week, that is the difference between roughly $40 and under a dollar in fees. This is the same fee math that drives how Ethereum gas fees work, now compressed by an order of magnitude.
Median transaction fee across the major Layer 2s (2026)
Source: SpotedCrypto, Ethereum L2 fee comparison, 2026. Arbitrum One (highlighted) carries the largest share of L2 activity.
What this means for you: at these numbers, fees stop being a reason to pick one Layer 2 over another. A two-cent gap will not change your P&L. Choose your network on liquidity and security instead — the fee war is over.
The scale of what these fees unlock is easy to miss. Ethereum and its Layer 2s together host 4,000+ decentralized applications and more than $50 billion in total value locked. Before the fee cut, a $5 swap could carry a $20 fee, which priced out every small trade and casual user. At two cents, on-chain activity that never made economic sense — micro-payments, frequent rebalancing, small-size DeFi positions — becomes viable. The fee drop did not just make trading cheaper; it changed what is worth doing on-chain at all.
Optimistic vs ZK rollups: the trade-off you are actually choosing
Not all Layer 2s validate the same way, and the difference decides how fast you can get your money back to Layer 1. There are two families: optimistic rollups and zero-knowledge (ZK) rollups.
An optimistic rollup assumes every batch is valid and only checks if someone files a fraud proof during a challenge window — typically about seven days. That window is why a direct withdrawal from Arbitrum or Optimism back to Ethereum can take a week. A ZK rollup instead attaches a cryptographic validity proof to every batch, so the base chain accepts it immediately and withdrawals settle in minutes to hours.
| Factor | Optimistic rollup | ZK rollup |
|---|---|---|
| How it validates | Assumes valid; fraud proof if challenged | Proves every batch upfront |
| Withdrawal to L1 | ~7-day challenge window | Minutes to hours |
| Proof type | Fraud proof (after the fact) | Validity proof (cryptographic) |
| Examples | Arbitrum, Optimism, Base | zkSync Era, Scroll, Starknet |
| Best for | Cheap, EVM-familiar apps and deep liquidity | Fast exits and payment-style flows |
Source: Eco, "What Is an Optimistic Rollup? A 2026 Layer 2 Guide," 2026.
So why do the slow optimistic rollups hold most of the money? Because they are cheap to run and behave almost exactly like Ethereum, so existing apps and tools port over with little change. That familiarity pulled liquidity in early, and liquidity attracts more liquidity. ZK technology is catching up fast on compatibility, but for now the deepest markets sit on optimistic rollups despite the week-long exit — a reminder that in trading, where the liquidity is usually beats where the design is cleanest.
What this means for you: if you hold funds on an optimistic rollup and want them on mainnet fast, you either wait the challenge window or pay a third-party "fast bridge" to front the exit. Plan the exit before you need it, not during a sell-off.
The Layer 2 landscape in 2026: where the money sits
Layer 2 stopped being an experiment and became infrastructure. As of May 2026, 73 active rollups collectively secure more than $48 billion in total value locked — and that money is heavily concentrated in a handful of networks.
Source: SpotedCrypto (L2BEAT-derived) and BlockEden.xyz, 2026. Base TVL ~$12.8B; OP Mainnet ~$1.91B.
What this means for you: liquidity clusters where the users already are. Base and Arbitrum together hold roughly 77% of L2 DeFi liquidity, so that is where trades fill with the least slippage. Most serious DeFi applications now deploy to these networks first, and thinner rollups often carry wider spreads despite identical headline fees.
Mistakes to avoid when you first use a Layer 2
- Sending funds to the wrong network. Assets on Arbitrum are not automatically on Base. You must bridge between them, and a wrong-network transfer to a centralized exchange can be unrecoverable.
- Forgetting the withdrawal window. On an optimistic rollup, a native withdrawal to Ethereum takes about seven days. Do not plan to exit into a fast-moving market with a native bridge.
- Chasing the cheapest fee. A two-cent saving on a network with shallow liquidity gets erased by slippage on your first real trade.
- Ignoring the bridge risk. Bridges have historically been the most attacked part of crypto. Use the network's official bridge and move in test amounts first.
- Assuming all L2s are equally decentralized. Many still run a single sequencer that could, in theory, reorder or delay transactions. Maturity varies widely.
Frequently asked questions
Crypto assets are highly volatile and regulatory treatment varies by country. This article is educational content, not investment advice, and nothing here guarantees any outcome.