What Is a Layer 2, in Plain Terms
A separate network that settles back to a main one. Why it exists, what it costs, and the one thing to plan around.
What this covers
Main networks like Ethereum are expensive to use because every transaction is processed by thousands of computers. A layer 2 processes transactions separately and periodically reports back.
The analogy that holds
A group of friends running a tab rather than settling every drink individually.
Each purchase is recorded between them. At the end, one settlement covers everything. The bar does less work, and the record of who owes what is still accurate.
A layer 2 does the same thing: many transactions, one periodic settlement to the main chain.
Why it is cheaper
The cost of the settlement is shared across everyone whose transactions were included.
That is the entire saving, and it is large. Transactions that cost dollars on a main network cost a fraction of a cent on a layer 2.
Is it safe
The security depends on the design.
Rollups post enough information to the main chain that anyone can verify what happened, and they use either fraud proofs or cryptographic proofs to ensure the reported state is correct. These inherit security from the main chain in a meaningful sense.
Other designs keep data elsewhere, which weakens the guarantee. The distinction is worth checking, because both are marketed similarly.
The thing to plan around
Getting funds out.
On one common design, withdrawing to the main chain takes about seven days by the standard route. That is a security feature, not a delay for its own sake.
Faster routes exist and charge a premium. A third route is frequently cheapest: withdraw to an exchange that accepts deposits on that network, then withdraw from there.
Which networks a venue supports is published, including by exchanges that support direct bank transfer, and checking before you move funds saves an unnecessary step.
How to use one
Add the network to your wallet. Usually two clicks; major networks are in the built-in list.
Get funds there. Either withdraw directly from an exchange to that network, which is simplest, or bridge from the main chain.
Keep a small amount of the network’s fee asset. Holding a token on a network without any of its native coin means having a balance you cannot move. This catches everyone once.
Should a beginner use one
For buying and holding, not necessarily. Funds withdrawn to a wallet on the main chain are fine.
For anything involving frequent transactions or interacting with applications, yes. The cost difference is two orders of magnitude, and that is the difference between experimenting freely and not experimenting at all.