Ethereum in 2018: Why Layer 2 Becomes the Main Story
After CryptoKitties and rising gas costs, Ethereum’s scaling debate is no longer abstract. In 2018, the practical path forward is Layer 2: channels, sidechains, rollup-like constructions, and better UX for off-chain execution.

Ethereum in 2018: Why Layer 2 Becomes the Main Story
Ethereum's scaling discussion has matured significantly over the past year. In 2017, it was mostly theoretical — researchers debating sharding designs and consensus mechanisms at conferences. In 2018, it is a product constraint. CryptoKitties congested the network in December. Gas prices spiked during the ICO boom. DApp developers discovered that their applications became unusable during periods of high demand. Congestion is no longer an abstract argument about the future. It is a daily user experience problem that is limiting what can be built on Ethereum today.
The question is no longer whether Ethereum needs to scale. It is how — and on what timeline.
The Base Layer Will Stay Conservative
It is tempting to demand that Ethereum "just increase throughput" at the base layer. Raise the gas limit. Optimise the EVM. Ship sharding faster. But base layers are extraordinarily hard to change, precisely because they are shared infrastructure that secures tens of billions of dollars in value. Increasing throughput aggressively at L1 can increase hardware requirements for node operators, reducing the number of people who can run full nodes and thereby reducing decentralisation. It can introduce new classes of failure that have not been tested under adversarial conditions. And it can create upgrade coordination challenges in a network with no central authority to mandate changes.
The Ethereum Foundation and core developers understand this. That is why the most plausible near-term scaling path is not pushing everything into L1. It is moving activity above it — to Layer 2 solutions that inherit the security of the base layer while dramatically increasing capacity.
Layer 2 as Practical Scaling
Layer 2 is a category, not a single solution. The common architectural idea is straightforward: execute or batch activity off-chain, use the main chain for settlement and security guarantees, and minimise the on-chain footprint of each transaction. The result is that the base layer handles far fewer transactions directly, but each of those transactions can represent hundreds or thousands of off-chain operations.
The specific implementations vary significantly. State channels — like Lightning Network for Bitcoin, but generalised for Ethereum — allow two parties to transact off-chain and settle on-chain only when they disagree. Plasma, proposed by Vitalik Buterin and Joseph Poon, creates child chains that periodically commit their state to the main chain, allowing high throughput while inheriting Ethereum's security for dispute resolution. Sidechains with bridges offer another approach, trading some security guarantees for greater flexibility and throughput. And various batching mechanisms — early precursors to what will eventually become rollups — compress multiple transactions into single on-chain proofs.
The engineering details differ substantially across these approaches, and each involves different tradeoffs in terms of security, latency, capital efficiency, and complexity. But the direction is consistent: most users should not need to touch L1 directly for everyday activity. The base layer should be reserved for high-value settlement, dispute resolution, and anchoring the security of the layers above it.
UX Is the Hidden Bottleneck
Scaling is not just about throughput. It is about usability. Even if Layer 2 solutions work perfectly at a technical level, adoption depends on whether normal users can interact with them without understanding the underlying complexity. Wallets need to abstract away the distinction between L1 and L2. Deposits and withdrawals between layers need to be seamless and fast. Safety guarantees need to be clear — users need to understand that their funds are secure even though they are "off-chain." And fees need to be predictable, not subject to the wild swings that characterise L1 gas markets during congestion.
The teams that win the Layer 2 race will not necessarily be the ones with the most elegant cryptographic constructions. They will be the ones that make Layer 2 feel invisible — that build products where users do not know or care whether they are on L1 or L2, because the experience is fast, cheap, and secure regardless.
The base layer is the court. Layer 2 is the city. If Ethereum is going mainstream, most life will happen above the courthouse — and the best Layer 2 solutions will be the ones where users never realise they have left the ground floor.