What exactly is Layer 2? It's another network built on top of a main chain (Layer 1, e.g., Ethereum), dedicated to offloading the main chain's transaction burden. Think of the main chain as a secure but crowded highway, and Layer 2 as an express lane built above it: large volumes of transactions first run fast and cheap on this express lane, and only the condensed result is posted back to the main chain for final confirmation. The main chain keeps doing the most important job — security and settlement — while Layer 2 handles the everyday bulk of transactions, a division that makes the whole fast, cheap, and still secure.
Why does Ethereum need Layer 2 so much? Because the main chain itself has a processing ceiling. To maintain decentralization and security, Ethereum has many nodes worldwide verify every transaction, a process inherently unable to handle massive volumes fast and cheap. When the market is hot and everyone rushes on-chain, the main chain congests and gas spikes until even small actions aren't worth it. Simply scaling up the main chain's throughput would sacrifice decentralization (a few high-performance nodes would dominate). Layer 2 is the way around this dilemma: leave the main chain's security core untouched and scale on the upper layer, moving most of the transaction burden away so the main chain focuses on final settlement.
How do rollups make gas cheap, and what's the practical impact on me? The key is "sharing." A rollup bundles and compresses a large batch of L2 transactions into a summary, submitting it using the space of just one main-chain transaction. Where hundreds of people would each pay one main-chain gas fee, those hundreds now share one main-chain cost, so the average each pays drops to a fraction. The practical impact on you is direct: the same transfer or swap that might cost over ten dollars when the main chain is congested may cost a few cents on L2. For small, frequent actions, L2 is almost a necessity.
When using Layer 2, what should beginners watch? First, moving assets from the main chain to L2 or back goes through a "bridge," which may involve wait times (especially some rollups' withdrawals back to the main chain that wait out a challenge period) and bridge risk itself, so understand the process before bridging. Second, different L2s are separate environments — be clear which L2 your assets are on and don't pick the wrong network when transferring. Third, although L2 inherits the main chain's security, the apps (contracts) on L2 can still carry risk, so the same safety habits (read approvals, use audited protocols) apply. Keep these in mind and you can comfortably enjoy L2's low costs.