Layer-2 basics
“Layer 2” means building on top of Bitcoin without changing Bitcoin’s core rules. The goal is simple: keep the base layer conservative and verifiable, while enabling faster payments and new capabilities in higher layers.
✅ A calm mental model
- What Layer 2 means (and what it doesn’t)
- Why Bitcoin needs layers to scale
- Common Layer-2 types and the tradeoffs
- How to evaluate “trust” and “custody” on L2
The simple definition
A Layer 2 is a system that lets people transact faster or cheaper than the base layer, while still using Bitcoin as the final settlement layer.
- Base layer (L1): most secure, most conservative, most verifiable
- Layer 2 (L2): faster + cheaper, with tradeoffs you must understand
Why Layer 2 exists
Bitcoin intentionally limits block space so that anyone can verify the network. That makes Bitcoin decentralized and resilient — but it also means you can’t fit the entire planet’s daily payments directly on-chain.
- On-chain is global settlement — not high-speed retail
- Scaling directly on L1 would increase requirements and reduce decentralization
- Layers let Bitcoin stay stable while usage grows
Settlement vs payments (the key split)
The cleanest way to understand Bitcoin layers:
- L1 = the final court of truth (settlement)
- L2 = speed layer (payments / activity)
This is similar to how large banks don’t settle every internal transaction in real time. They net activity and settle in batches.
Common Layer-2 types
Layer 2 isn’t one thing. It’s a category. Here are common patterns you’ll hear about:
Lightning Network (payments)
Great for instant payments. Uses channels and liquidity. Anchored to Bitcoin.
Sidechains (separate chain, pegged BTC)
You move BTC into a different chain environment. Often faster or supports extra features. Trust assumptions vary.
Federated systems (trusted set of operators)
Faster and often user-friendly, but trust is concentrated in a group.
Rollup-style approaches (emerging around Bitcoin)
Attempts to compress many transactions into proofs or batches that settle on Bitcoin. Still evolving.
Trust models (what can go wrong)
Any time you leave the base layer, you accept new assumptions. The question becomes: What do you have to trust, and what do you still verify?
- Operator risk (someone can freeze, censor, or rug)
- Bridge risk (moving BTC across systems can be the weak point)
- Custody risk (who controls the keys while you’re on the L2?)
- Complexity risk (harder systems are harder to audit and use safely)
Custody on Layer 2
Custody is still the core question: who can move the bitcoin?
- Self-custody L2: you hold keys, but complexity may be higher
- Custodial L2: easiest UX, but you’re trusting a provider
How to evaluate an L2 (simple checklist)
- Custody: Do you hold keys? If not, it’s custodial.
- Exit: Can you return to L1 reliably and independently?
- Operators: Who runs it? How many? What happens if they fail?
- Security model: What is enforced by Bitcoin vs enforced by people?
- History: Has it survived real stress events?
- Use-case: Is it payments, smart contracts, privacy, or something else?
- Your balance: Are you using it for spending or saving?
Quick FAQ
Is Lightning a Layer 2?
Yes. It’s the most widely used Bitcoin L2 for instant payments.
Does Layer 2 change Bitcoin?
No. A real L2 builds on top of Bitcoin without rewriting Bitcoin’s base rules.
Is Layer 2 always safe?
It depends on the trust model. L2 adds tradeoffs. That’s why the checklist matters.
What’s the “best” approach for most people?
Keep savings on L1 cold storage. Use L2 for everyday spending and small balances.