Home / Crypto Terms / Sidechain

Sidechain

A sidechain is an independent blockchain that runs parallel to a main blockchain (the “parent chain” or Layer 1) and is connected to it through a two-way bridge, enabling assets to be transferred between the two chains. Unlike rollups, which inherit the security of the parent chain by posting transaction data and proofs to L1, sidechains operate their own consensus mechanism with their own validator set, meaning their security is independent from the parent chain. This architectural distinction is critical: a sidechain’s security guarantees depend entirely on the honesty and reliability of its own validators, not on Ethereum’s or Bitcoin’s consensus.

The two-way bridge (also called a “two-way peg”) is the mechanism that connects a sidechain to its parent chain. When a user wants to move assets from the main chain to the sidechain, they lock their tokens in a bridge contract on L1, and equivalent tokens are minted on the sidechain. To move back, the sidechain tokens are burned, and the locked L1 tokens are released. The security of this bridge — who controls the lock/unlock mechanism and how validators attest to cross-chain state — is the most critical component of any sidechain architecture.

Sidechains offer several design advantages: they can implement entirely different consensus mechanisms (Proof of Stake, Proof of Authority, PBFT), use different virtual machines, adjust block times and sizes, and enable features that the parent chain does not support. This flexibility makes sidechains attractive for applications that need specific performance characteristics, privacy features, or governance models. However, the trade-off is a weaker security model compared to rollups, which cryptographically link their state validity to the parent chain.

Prominent examples of sidechains include Polygon PoS (connected to Ethereum), Liquid Network (connected to Bitcoin, operated by Blockstream), Ronin (Axie Infinity’s sidechain), and Gnosis Chain (formerly xDai). While the term “sidechain” is sometimes used loosely in the crypto industry, the precise definition centers on a chain that has its own consensus and security, distinguishing it from rollups (which inherit parent chain security) and state channels (which are off-chain but settle on L1).

As the rollup-centric roadmap has gained dominance, the role of sidechains in the Ethereum ecosystem has evolved. Polygon, the most prominent sidechain, has pivoted toward ZK rollup technology (Polygon zkEVM, Polygon CDK, AggLayer) while continuing to operate its PoS sidechain. Sidechains remain relevant for specific use cases where maximum throughput, minimal cost, or custom consensus requirements take priority over inheriting L1 security.


Origin & History

2014: The concept of sidechains was formally introduced in the whitepaper “Enabling Blockchain Innovations with Pegged Sidechains” by Adam Back, Matt Corallo, Luke Dashjr, Mark Friedenbach, Gregory Maxwell, Andrew Miller, Andrew Poelstra, Jorge Timon, and Pieter Wuille, many of whom were prominent Bitcoin Core developers. The paper proposed a mechanism for Bitcoin to support new features without modifying the main chain. That same year, Blockstream was founded by Adam Back and several co-authors of the sidechain whitepaper, raising $21 million in a seed round to develop sidechain technology for Bitcoin.

2017: Loom Network launched as one of the first Ethereum sidechains, offering DPoS-based chains for games and social apps. RSK (now Rootstock) launched as a Bitcoin sidechain enabling smart contract functionality, bringing Ethereum-like programmability to Bitcoin.

2018: POA Network launched as an Ethereum sidechain using Proof of Authority consensus, which would later evolve into Gnosis Chain (xDai). Blockstream launched the Liquid Network, a federated sidechain for Bitcoin aimed at traders and exchanges, enabling faster transactions and confidential transactions using Confidential Assets technology.

2019: Matic Network (now Polygon) launched its Ethereum sidechain using a Proof-of-Stake consensus mechanism with periodic checkpoints to Ethereum. The chain gained traction by offering sub-cent transactions while maintaining reasonable security through its validator set and checkpoint mechanism.

2020-2021: Polygon PoS exploded in adoption during DeFi Summer and the 2021 bull market, as Ethereum gas fees reached $50-200+ per transaction. Major DeFi protocols (Aave, Uniswap, Curve, SushiSwap) deployed on Polygon. At its peak, Polygon PoS processed more daily transactions than Ethereum mainnet and reached $10B+ in TVL. Ronin, the Axie Infinity sidechain built by Sky Mavis, launched to handle the game’s enormous transaction volume.

2022 (March): The Ronin bridge hack — one of crypto’s largest exploits — saw approximately $625 million stolen when attackers compromised 5 of 9 validator nodes in Ronin’s bridge, draining 173,600 ETH and 25.5 million USDC. The hack went undetected for six days. This event highlighted the fundamental security weakness of sidechain bridges that depend on a small validator set rather than L1 security guarantees.

2022-2023: The narrative shifted decisively toward rollups. Polygon rebranded and pivoted its roadmap toward ZK technology (Polygon zkEVM, Polygon CDK). Gnosis Chain continued operating as a community-governed sidechain but with decreasing relative prominence. The term “sidechain” became somewhat disfavored in marketing as projects preferred to associate with the “L2” label. The BNB Chain bridge was also exploited in October 2022 for approximately $568 million in notional value (though only around $100-110 million was ultimately extracted before validators halted the chain).

2024-2026: Polygon announced its AggLayer vision — an interoperability layer connecting multiple chains (including its PoS sidechain and ZK rollups) through ZK proofs. The Polygon PoS chain began transitioning toward becoming a “validium” (posting proofs to Ethereum but keeping data off-chain). Bitcoin sidechains saw renewed interest with the rise of Bitcoin L2 narratives (Stacks, BOB, Merlin Chain), though the distinction between sidechains and other L2 designs remained debated.

“Sidechains make it possible to create new systems which use the Bitcoin ledger as the underlying foundation. This opens the door to countless experiments in blockchain design without risking the stability of the Bitcoin protocol.” – Adam Back, Blockstream CEO and co-author of the original sidechain whitepaper


In Simple Terms

Think of a sidechain like a branch office of a major bank. The branch (sidechain) operates independently with its own staff and processes (validators and consensus), but it’s connected to headquarters (main chain) through a secure courier system (bridge). The branch can handle transactions faster because it has fewer customers, but if the branch’s staff turns malicious, headquarters can’t directly stop them — unlike a rollup, which is more like a department within headquarters itself.

Imagine a highway system where the main interstate (Ethereum) is congested. A sidechain is like building an entirely separate highway with its own toll booths and traffic police (validators). An on-ramp and off-ramp (bridge) connect the two highways so cars (assets) can move between them. The separate highway can be faster and cheaper, but its safety depends on its own police force, not the interstate’s.

A sidechain is like a franchise restaurant. It uses the same brand and menu (compatible tokens and smart contracts) as the original restaurant (main chain), but it’s independently owned and operated. If the franchise cuts corners on food safety, the original restaurant can’t directly intervene — they’re separate businesses connected by a brand agreement (bridge protocol).

Consider international banking. Your money in a US bank (main chain) can be transferred to a bank in another country (sidechain) that operates under different rules and regulations. The transfer requires going through a correspondent bank (bridge). The foreign bank might offer better interest rates or different services, but your deposits are protected by that country’s banking system, not the US system.

Important: The critical distinction between sidechains and rollups is security inheritance. Rollups post their transaction data and proofs to the parent chain, meaning a rollup is only as vulnerable as its proof system and the parent chain itself. Sidechains rely on their own validator set, which is typically much smaller and less decentralized than the parent chain. Bridge exploits on sidechains (Ronin: ~$625M, BNB Bridge: ~$568M notional) have resulted in billions in losses, underscoring the importance of understanding this trade-off.


Key Technical Features

Two-Way Bridge Mechanism

  • Lock-and-mint: Users lock tokens on L1, and equivalent wrapped tokens are minted on the sidechain
  • Burn-and-release: To withdraw, sidechain tokens are burned, and L1 tokens are unlocked from the bridge contract
  • Bridge security models vary: federated (multisig of trusted validators), decentralized (stake-weighted validator set), or hybrid
  • Checkpoint contracts on L1 periodically commit sidechain state roots, enabling limited verification of sidechain state on the parent chain

Independent Consensus

  • Sidechains run their own consensus algorithm, separate from the parent chain
  • Common consensus mechanisms: Proof of Stake (Polygon PoS, 100+ validators), Proof of Authority (Ronin, originally 9 validators), Federated (Liquid Network, 15 functionaries)
  • Validator sets are typically much smaller than L1 (Polygon’s ~100 vs. Ethereum’s 1M+ validators), creating different security assumptions
  • Block production parameters (time, size, gas limit) can be customized independently of the parent chain

Checkpoint System (Polygon PoS Example)

  • Polygon PoS validators periodically submit Merkle root checkpoints of the sidechain’s state to Ethereum
  • Checkpoints provide a form of “anchoring” — if the sidechain’s full state were lost, it could theoretically be reconstructed from checkpoint data
  • However, checkpoints do not provide L1-equivalent security; they do not include fraud proofs or validity proofs that would allow Ethereum to reject invalid sidechain states
  • The checkpoint mechanism is a compromise between full sidechain independence and rollup-grade L1 security

How a Sidechain Transaction Works

  1. User bridges assets from Ethereum to the sidechain by depositing tokens into the L1 bridge contract
  2. Sidechain validators observe the L1 deposit event and mint equivalent tokens on the sidechain
  3. User interacts with sidechain dApps (DeFi, gaming, NFTs) using the sidechain’s native fees (e.g., MATIC on Polygon PoS)
  4. Transactions are validated by the sidechain’s own validator set using its consensus mechanism (PoS, PoA, etc.)
  5. Block finality is determined by the sidechain’s consensus rules (typically seconds to minutes)
  6. Periodic checkpoints of the sidechain state are committed to Ethereum L1 by designated validators
  7. To withdraw, the user initiates a burn transaction on the sidechain, waits for checkpoint inclusion on L1, and claims tokens from the bridge contract

Federation vs. Decentralized Validator Models

  • Federated sidechains (Liquid Network): A fixed set of known entities (exchanges, companies) operate the bridge and consensus. Fast and reliable but centralized and permissioned.
  • Decentralized sidechains (Polygon PoS): An open validator set secured by staked tokens. Anyone meeting the stake requirement can validate. More decentralized but potentially slower consensus.
  • Hybrid models: Some sidechains use a small validator set for block production with a larger set for checkpoint attestation, balancing speed and security.

Advantages & Disadvantages

AdvantagesDisadvantages
High Throughput: Independent consensus allows sidechains to optimize for speed; Polygon PoS achieves 2-second block times and processes thousands of TPSWeaker Security: Security depends on the sidechain’s own validator set, which is typically far smaller and less decentralized than the parent chain’s consensus
Very Low Fees: Without the overhead of posting data/proofs to L1, sidechains can offer near-zero transaction costs ($0.001-$0.01 per tx on Polygon PoS)Bridge Risk: Two-way bridges are high-value attack targets; Ronin (~$625M) and BNB Bridge (~$568M notional) hacks demonstrate the catastrophic risk of bridge compromise
Design Flexibility: Sidechains can implement custom consensus, block parameters, privacy features, or even non-EVM virtual machines without L1 constraintsNo L1 Security Inheritance: Unlike rollups, sidechains cannot fall back to Ethereum’s security guarantees if their own validator set is compromised or colluding
Mature Ecosystem: Polygon PoS has years of production history, battle-tested infrastructure, and deep DeFi/NFT ecosystem supportCentralization Concerns: Many sidechains operate with small validator sets (Ronin had 9 validators at the time of its hack), creating single points of failure
EVM Compatibility: Most Ethereum sidechains are fully EVM-compatible, enabling frictionless deployment of existing Solidity contracts and toolingConfusing Terminology: The industry often conflates sidechains with L2s and rollups, leading to misunderstandings about actual security properties and trust assumptions
Independence from L1 Congestion: Sidechain fees and throughput are unaffected by L1 gas spikes, providing consistent performance regardless of Ethereum mainnet conditionsDeclining Narrative: The rollup-centric roadmap has positioned sidechains as an inferior scaling approach, causing reduced developer interest and investment relative to rollups
Ideal for Specific Use Cases: Gaming, social apps, and high-frequency low-value transactions benefit from sidechain speed without needing L1-grade security for every operationValidator Economics: Maintaining an independent validator set requires ongoing token incentives (inflation), and economic security depends on the sidechain token’s market value

Risk Management

Bridge Security

  • Use only well-established, audited bridges with long track records (Polygon’s canonical bridge, Blockstream’s Liquid federation)
  • For large transfers, split across multiple transactions rather than moving all assets in a single bridge operation
  • Monitor bridge health: validator count, total value locked in the bridge contract, and any recent security incidents
  • Prefer bridges with time-locked withdrawals and governance oversight that can pause operations if an exploit is detected

Validator Set Risks

  • Research the sidechain’s validator count and distribution — more validators with diverse operators means better security
  • Check for validator stake requirements and slashing conditions; low stake requirements mean low cost of attack
  • Evaluate governance mechanisms: can the validator set be changed? Can malicious validators be removed promptly?
  • For federated sidechains, assess the reputation and incentive alignment of the federation members

Asset Allocation Strategy

  • Only keep assets on sidechains that you actively need for transactions; store long-term holdings on L1 or in rollups with L1 security
  • Diversify across multiple chains to avoid concentration risk on a single sidechain
  • Set maximum exposure limits per sidechain based on your assessment of its security (validator count, bridge design, audit history)
  • Monitor DeFi protocol risk on sidechains separately from the sidechain risk itself — sidechain DeFi protocols may have additional smart contract vulnerabilities

Understanding the Security Trade-Off

  • A sidechain with 100 validators staking $1B total has fundamentally different security than Ethereum with 1M+ validators and $100B+ staked
  • The cost to attack a sidechain’s consensus is the cost to control its validator set — often orders of magnitude cheaper than attacking Ethereum
  • Sidechains are appropriate for applications where speed and cost matter more than maximum security (gaming, social, micro-transactions)
  • For high-value DeFi operations (large loans, significant treasury management), rollups provide stronger security guarantees

Cultural Relevance

Sidechains played a key role in making blockchain technology accessible to mainstream users during the 2020-2021 bull market. When Ethereum gas fees made simple token swaps cost $50-200+, Polygon PoS became the “people’s chain” — the place where users with smaller portfolios could participate in DeFi, mint NFTs, and experiment with decentralized applications. Polygon’s partnerships with major brands (Starbucks, Nike, Reddit, Meta) brought sidechain technology into mainstream corporate consciousness.

The Ronin bridge hack in March 2022 was a watershed moment for the crypto security narrative. The exploit, which went undetected for six days before being discovered when a user reported being unable to withdraw 5,000 ETH, demonstrated that the convenience of sidechains came with real and potentially catastrophic security risks. The incident fundamentally shifted the discourse around “L2” terminology, with the community becoming more precise about distinguishing sidechains (independent security) from rollups (inherited security). This linguistic precision matters because users need to understand the actual security guarantees protecting their assets.

The Bitcoin sidechain ecosystem has its own cultural dimension. Projects like Liquid Network, RSK (Rootstock), and Stacks represent an effort to bring programmability and DeFi to Bitcoin without modifying Bitcoin’s conservative base layer. The debate over whether Bitcoin “needs” sidechains and smart contracts mirrors broader cultural tensions in the Bitcoin community between preserving Bitcoin’s simplicity and extending its functionality.

Polygon’s strategic evolution from a sidechain project to a ZK-focused ecosystem (while maintaining the PoS sidechain) reflects how quickly narratives shift in crypto. The rebranding from “Matic Network” to “Polygon,” the acquisition of ZK teams (Hermez, Mir Protocol), and the development of Polygon zkEVM and AggLayer demonstrate how a project can pivot its technical identity while maintaining a massive existing user base.


Real-World Examples

Polygon PoS — Ethereum’s Most Used Sidechain

Scenario: Ethereum’s high gas fees in 2021 made DeFi and NFT interactions prohibitively expensive for most users, particularly in emerging markets.

Implementation: Polygon PoS operates as a commit sidechain with 100+ validators running a modified PBFT consensus. It posts periodic checkpoints to Ethereum and offers a canonical bridge for asset transfers. Sub-cent transaction fees and 2-second block times enabled mass-market applications.

Outcome: Polygon PoS attracted 200+ DeFi protocols (Aave, Uniswap, QuickSwap), major NFT platforms (OpenSea, Zora), and enterprise partnerships (Starbucks Odyssey, Reddit Community Points, Nike .SWOOSH). At peak activity, it processed 3M+ daily transactions and held $10B+ in TVL, demonstrating that affordable blockchain access drives adoption.

Liquid Network — Bitcoin’s Federated Sidechain

Scenario: Bitcoin’s 10-minute block times and transparent transactions limited its utility for traders and institutions needing fast settlement and confidentiality.

Implementation: Liquid Network by Blockstream operates as a federated sidechain with 15 functionaries (exchanges and financial entities). It offers 2-minute block confirmations, Confidential Transactions (hiding amounts while proving validity), and the ability to issue tokens (securities, stablecoins) on Bitcoin.

Outcome: Liquid Network serves as infrastructure for inter-exchange transfers, security token issuance (e.g., Blockstream Mining Note), and traders needing faster Bitcoin settlement. It holds thousands of BTC in its federation peg and processes L-BTC transfers with privacy features unavailable on Bitcoin mainnet.

Ronin — Gaming-Specific Sidechain

Scenario: Axie Infinity’s explosion in 2021 (2.7M daily active users) required a blockchain that could handle millions of gaming transactions without Ethereum’s gas costs.

Implementation: Ronin was built by Sky Mavis as a Proof-of-Authority sidechain with originally 9 validators, optimized for gaming transaction throughput. It processed all Axie Infinity marketplace, breeding, and battle transactions at zero or near-zero cost.

Outcome: Ronin successfully handled Axie Infinity’s massive transaction volume, but the March 2022 bridge hack (approximately $625M, with attackers gaining control of 5 of 9 validator keys — four belonging to Sky Mavis and one from a third-party Axie DAO validator) became one of crypto’s largest exploits. The hack went undetected for six days. Sky Mavis subsequently expanded the validator set to 22+ validators and implemented additional security measures, illustrating the ongoing tension between sidechain efficiency and security.

Gnosis Chain — Community-Governed Sidechain

Scenario: The community wanted an EVM-compatible, low-cost chain governed by a DAO rather than a corporate entity, originally designed for stable payments (xDai).

Implementation: Gnosis Chain operates as a Proof-of-Stake sidechain with 60,000+ validators (using the Beacon Chain consensus model). It uses xDAI (bridged DAI) as its native gas token, making transaction costs predictable in dollar terms.

Outcome: Gnosis Chain became home to community-focused applications (Circles UBI, Giveth, prediction markets) and demonstrated that sidechains could serve as laboratories for governance experimentation. Its large validator count offers stronger decentralization than most sidechains.


Comparison Table

FeatureSidechain (Polygon PoS)Optimistic Rollup (Arbitrum)ZK Rollup (zkSync Era)Alternative L1 (Avalanche C-Chain)
Security SourceOwn validator set (~100 validators)Ethereum L1 + fraud proofsEthereum L1 + validity proofsOwn validator set (~1,700 validators)
L1 Security InheritanceNone (only checkpoints)Full (all data + fraud proofs on L1)Full (all data + validity proofs on L1)None (independent chain)
Transaction Cost$0.001-$0.01$0.001-$0.05 (post-EIP-4844)$0.005-$0.10$0.01-$0.10
Finality Time~2 seconds (sidechain finality)Soft: seconds; Hard: 7 daysSoft: seconds; Hard: hours~2 seconds
Withdrawal to Ethereum30 min – 3 hours (checkpoint)7 days (challenge period)Minutes (after proof)Requires bridge (variable)
Validator Requirements~100 validators, $1M+ stakeEthereum’s 1M+ validatorsEthereum’s 1M+ validators~1,700 validators, 2,000 AVAX
EVM CompatibilityFullFullHigh (compilation needed)Full
Best ForHigh-volume, low-value transactions; gaming; mainstream onboardingDeFi requiring strong security guaranteesApplications needing fast L1 finalityIndependent ecosystem apps

Related Terms

  • Rollup: A Layer 2 scaling solution that processes transactions off-chain but posts data and proofs to L1, inheriting parent chain security (unlike sidechains)
  • Layer 2 (L2): A broad category of scaling solutions built on top of L1 chains; rollups are L2s, but sidechains are technically separate chains with bridges
  • Two-Way Peg: The bridge mechanism that enables assets to be locked on one chain and minted on the other, connecting sidechains to their parent chains
  • Bridge: A protocol enabling asset and message transfer between independent blockchains or between L1 and L2/sidechains
  • Proof of Authority (PoA): A consensus mechanism used by some sidechains where a set of pre-approved validators produce blocks, prioritizing speed over decentralization
  • Validator: A node operator that participates in a sidechain’s consensus mechanism by staking tokens and producing/attesting to blocks
  • Checkpoint: A periodic snapshot of a sidechain’s state submitted to the parent chain, providing a limited form of state anchoring
  • Plasma: An earlier scaling model that inspired aspects of sidechain design; Plasma chains post state commitments to L1 with exit mechanisms
  • Validium: A hybrid architecture using validity proofs (like ZK rollups) but storing data off-chain (like sidechains), representing a middle ground between the two approaches
  • Cross-Chain Interoperability: Protocols and standards that enable communication and asset transfers between independent blockchains, including sidechains
  • Polygon zkEVM: Polygon’s ZK rollup solution, representing its strategic evolution from sidechain to rollup-based scaling
  • Federated Sidechain: A sidechain where a fixed, known set of entities operate the consensus and bridge, such as Blockstream’s Liquid Network

FAQ

Q: What is the difference between a sidechain and a rollup?

The fundamental difference is security inheritance. A rollup posts transaction data and proofs (fraud proofs or validity proofs) to the Layer 1 chain, inheriting L1’s security guarantees. A sidechain operates its own independent consensus with its own validators and does not inherit L1 security. If a rollup’s sequencer misbehaves, the L1 can detect and correct it; if a sidechain’s validators collude, the parent chain has no mechanism to intervene.

Q: Is Polygon a sidechain or a Layer 2?

Polygon PoS is technically a sidechain (also called a “commit chain”) because it runs its own Proof-of-Stake consensus with its own validator set and posts checkpoints to Ethereum without fraud or validity proofs. However, Polygon is evolving its ecosystem to include true L2 solutions: Polygon zkEVM is a ZK rollup that inherits Ethereum security, and the AggLayer aims to unify its sidechain and rollup infrastructure through ZK proofs.

Q: Are sidechains safe for storing significant crypto assets?

Sidechains are generally less secure than rollups or L1 for storing large amounts of assets. The security depends entirely on the sidechain’s validator set, which is typically much smaller than L1. The Ronin hack (~$625M) demonstrated the risk of small validator sets. For significant holdings, consider using rollups (which inherit L1 security) and only keep on sidechains what you need for active transactions.

Q: Why do sidechains still exist if rollups are more secure?

Sidechains offer advantages in specific scenarios: they provide full independence from L1 congestion, can implement custom consensus mechanisms (useful for gaming and enterprise use cases), have lower latency (no L1 data posting overhead), and in many cases were established before rollup technology matured. For high-volume, lower-value transactions where speed and cost matter more than maximum security, sidechains remain a practical choice.

Q: How does the bridge between a sidechain and mainnet work?

A sidechain bridge typically uses a lock-and-mint mechanism. To move ETH from Ethereum to a sidechain, you send ETH to a bridge contract on Ethereum where it is locked. Sidechain validators observe this deposit and mint wrapped ETH on the sidechain. To withdraw, the process reverses: sidechain tokens are burned, validators attest to the burn, and after a confirmation period (checkpoints), the locked ETH is released on Ethereum. Bridge security depends on how many validators must agree and how they are incentivized.

Q: What happened in the Ronin bridge hack?

In March 2022, attackers compromised 5 of the 9 validator private keys that controlled Ronin’s bridge — four belonged to Sky Mavis itself, and one belonged to a third-party Axie DAO validator that had been granted signing permissions months earlier and never had them revoked. With majority control (5/9), they authorized fraudulent withdrawals of 173,600 ETH and 25.5 million USDC, worth approximately $625 million. The hack went undetected for 6 days until a user reported being unable to withdraw 5,000 ETH. This event highlighted the vulnerability of bridges with small, centralized validator sets and led to industry-wide improvements in bridge security practices.

Q: Will sidechains become obsolete as rollup technology matures?

Sidechains are unlikely to become completely obsolete but will increasingly be used for specific niches rather than general-purpose scaling. As rollups become cheaper (post-EIP-4844) and more performant, the security advantage of rollups makes them preferable for most DeFi and financial applications. However, sidechains will continue to serve gaming, enterprise, and privacy-focused use cases where custom consensus and full independence from L1 are valued features. The trend toward “validium” designs (validity proofs + off-chain data) represents a middle ground.


Sources

Check your own numbers

The Free UEEx Calculator returns liquidation price, margin usage and fees for any position size

UEEx Weekly Digest

Market analysis and security alerts, read by 10,000 traders