What Is a Layer 2 Network in Blockchain Terms?

Updated July 13, 2026 6 min read

Blockchains are often praised for security and decentralization, but those same properties tend to make them slow and expensive to use directly. Layer 2 networks were built to address that trade-off without abandoning it.

The short answer

A layer 2 network is a system built on top of a base blockchain that handles transactions separately, faster and more cheaply, before periodically settling a summary of those results back to the underlying chain. The base chain still provides the ultimate security and record-keeping; the layer 2 network just does more of the day-to-day work.

Why a base chain needs help in the first place

A base blockchain, sometimes called layer 1, confirms every transaction through its full network of participants, which is what makes it secure and hard to tamper with. That same process is also why it’s slow: every node typically needs to process and store every transaction. As more people try to use a popular chain at once, competition for limited space tends to push transaction fees up and confirmation times out. A layer 2 network exists to relieve that pressure.

How a layer 2 network actually works

Most layer 2 designs follow a similar shape. Transactions happen on the layer 2 system itself, which processes them quickly using far fewer participants than the base chain would require for the same task. Periodically, the layer 2 network bundles a batch of activity into a compact summary and posts it back to the base chain, anchoring the results to the base layer’s security. The details vary by design — some rely on cryptographic proofs that verify a bundle’s correctness before it’s accepted, while others assume validity by default and give a window of time during which anyone can challenge a result that looks wrong. Either approach lets everyday activity move faster while still tying back to the base chain for final settlement.

What a layer 2 network changes for a user

How this compares to other scaling approaches

A layer 2 network is one of several ways blockchains try to increase transaction throughput. It’s often discussed alongside a sidechain, which is a separate, independently secured chain connected to a base chain rather than one that settles directly back to it, and alongside the Lightning Network, a well-known example built specifically for fast, low-cost transfers. Because the base chain still ultimately verifies what happened, running a full node that checks the underlying chain remains one way to independently confirm that a layer 2 network’s settlement was recorded correctly.

The bottom line

A layer 2 network doesn’t replace a base blockchain — it works alongside it, absorbing the transaction volume the base layer wasn’t built to handle cheaply while still anchoring its results back to that base layer for security. Understanding this relationship makes it easier to evaluate what any specific layer 2 system is actually promising, and what parts of that promise ultimately still depend on the chain underneath it.