A sidechain is a separate blockchain with its own consensus that runs alongside a “main” chain and allows assets to move between them via a two-way bridge. The idea predates rollups by several years β early sidechain proposals for Bitcoin go back to 2014 β and it was, for a while, the main scaling story for smart contract chains before the rollup-centric roadmap took over.
The key distinction between a sidechain and a Layer 2 is that a sidechain has its own independent security. Polygon PoS, for example, is a sidechain (despite being branded as an L2 for years): it has its own validator set of 100+ nodes, its own consensus mechanism (a Heimdall/Bor PoS setup), and if that validator set is compromised, assets bridged from Ethereum to Polygon PoS would be at risk regardless of anything Ethereum does. A real rollup, by contrast, posts its data to L1 in a way that lets L1 enforce correctness even if the rollup’s operators are adversarial. The difference matters a lot for security assumptions.
This is why L2BEAT and other research sites are careful about the classification. Polygon PoS is a sidechain. Ronin, the chain behind Axie Infinity, is a sidechain. xDai/Gnosis Chain started as a sidechain (though it has since evolved). These chains have their own histories of security incidents that were downstream consequences of having independent validator sets β Ronin famously lost $620 million in 2022 when an attacker compromised five of its nine validators, which would not have been possible on a real rollup with L1-enforced security.
The Polygon Case Study
Polygon (originally Matic Network) launched in 2017 and became one of the earliest widely-used Ethereum scaling solutions. Its PoS sidechain offered transaction costs of fractions of a cent at a time when Ethereum mainnet gas fees were prohibitive for retail users, and it attracted enormous usage through 2021-2022 β NFT mints, games, and DeFi protocols all flocked to Polygon for the cheap transactions. The branding of Polygon PoS as an “L2” was generous, but it was widely accepted at the time because the distinction between rollups and sidechains had not yet solidified in the public discourse.
Polygon has since broadened into an entire ecosystem of chains: Polygon PoS (the original sidechain), Polygon zkEVM (a proper ZK rollup), Polygon Miden (a STARK-based rollup), and various others. The newer Polygon offerings are genuinely L2s, and the shift reflects the industry’s realisation that sidechains do not actually provide the security properties that “scaling Ethereum” was supposed to preserve. The sidechain is still running and still has meaningful activity, but the narrative has shifted toward the rollup-based chains in Polygon’s suite.
Why Sidechains Still Exist
Despite the security drawbacks, sidechains have some advantages over rollups that keep them relevant in specific cases.
Sovereignty and flexibility. A sidechain can make its own design decisions about gas pricing, block time, VM choice, and tokenomics without being constrained by the main chain it bridges to. This matters for projects that want to do things Ethereum does not support well β custom precompiles, different block times, alternative consensus mechanisms β and are willing to accept the trust tradeoff in exchange for the flexibility.
Simpler architecture. Running a sidechain is just running a regular blockchain; there is no proving system to build, no state commitment mechanism to maintain, and no dispute resolution window to deal with. For small projects that want a chain-like environment for their own application without the engineering overhead of a full rollup, a sidechain can be a reasonable starting point.
Instant finality. A sidechain with its own consensus can finalise transactions as fast as its consensus allows, without any dependence on the main chain. A rollup, by contrast, has to wait for its state to be committed to L1 (and, for optimistic rollups, for the challenge window to close) before its state is truly final. In some applications the extra latency matters.
For most Ethereum applications today, though, a rollup is the better choice, and the sidechain pattern has lost ground as rollup tooling has matured. The specific security assumption of “trust this separate validator set” is a harder pitch in 2026 than it was in 2020, after several years of sidechain exploits have made the costs visible.
The Bitcoin Sidechain Story
Bitcoin’s sidechain narrative played out differently. Liquid Network, launched by Blockstream in 2018, is a federated sidechain where a set of exchanges and institutions jointly run the validators. It offers faster confirmations and confidential transactions for large Bitcoin users, but its security model is explicitly trusting the federation rather than trustless, and it has never gained meaningful retail usage. Rootstock (RSK), also 2018, is a merge-mined sidechain that runs an EVM-compatible environment and derives security from Bitcoin’s mining hashpower β an interesting idea that has produced a small but real ecosystem without ever breaking out.
More recently, the drivechain proposal has been under discussion as a way to enable Bitcoin sidechains with better security properties through a soft-fork change to Bitcoin itself. It has not been activated, and the Bitcoin community’s conservative approach to protocol changes makes its activation unlikely in the near term. For now, Bitcoin sidechains remain a niche β nothing comparable to Ethereum’s sprawling L2 ecosystem β and most Bitcoin scaling discussion has moved to Lightning, to Ark, or to the various Bitcoin-secured rollup proposals that are still early in development.