What is sidechain?
A separate blockchain that runs alongside a main chain with its own consensus, linked to it by a bridge.
Not yet verifiedHow we verify
3 min read
In this entry
A separate blockchain that runs alongside a main chain with its own consensus, linked to it by a bridge.
A sidechain processes transactions independently, so it does not inherit the main chain's security the way a layer 2 does. Assets moved to one depend on the bridge that holds the originals. The distinction gets blurred constantly in marketing, where anything cheap and adjacent to Ethereum is called a layer 2, and it is the single most useful thing to keep straight about this category.
The practical version of the difference: on a rollup, the base chain holds enough data to reconstruct your balance without asking anyone. On a sidechain, your balance is whatever the sidechain's own validators agree it is, and the coins backing it sit in a bridge contract.
How it works
A sidechain runs its own validator set, its own block production, and its own rules. It publishes nothing to the main chain that would let an outsider rebuild its state, which is exactly what makes it cheap.
Assets cross by way of a bridge. The usual pattern locks the original asset in a contract on the main chain and mints a representation on the sidechain, then burns the representation and releases the original on the way back. That means the security of your position is the weaker of two things: the sidechain's own consensus, and the bridge's custody arrangement. See canonical bridge and wrapped token.
Compare that with a rollup, which posts its transaction data to the base chain and either proves its state transitions or exposes them to challenge. A rollup user can exit through the base chain even if the rollup's operators disappear. A sidechain user cannot, because the base chain has no record of who owns what on the sidechain.
| Design | Ordering and execution | Data on the base chain | Exit without operator cooperation |
|---|---|---|---|
| Sidechain | Own validator set | None | No |
| Optimistic rollup | Own sequencer | Yes | Yes, after the challenge window |
| Validity rollup | Own sequencer | Yes | Yes, once a proof is accepted |
Example
Illustrative. You move $500 of an asset onto a sidechain through its bridge. Two things now stand between you and the original: the bridge contract holding the locked asset, and the sidechain validators recording that you own the representation. If either fails, the $500 is at risk, even though the main chain itself is untouched and working normally. The saving on transaction fees is real; so is the second layer of trust you took on to get it.
Why it matters when you buy
If your exchange offers withdrawal on several networks for the same asset, some of those networks are sidechains and some are rollups, and the ticket price is not the only difference. The chain pages show measured throughput and how each network settles, and the guide to sending crypto across chains covers what a bridge actually does with your coins.
Related terms
- bridge — what moves assets between chains
- layer 2 — the design that does inherit base-chain security
- canonical bridge — the official route for an asset
- wrapped token — what you actually hold on the far side
- validator — who secures the sidechain itself
Questions
Is a sidechain less safe than the main chain?
It has its own security, which is usually a smaller validator set, and it adds bridge risk on top. That is a different risk profile rather than a defect, but it is not the main chain's security.
How do I tell a sidechain from a rollup?
Ask whether the network posts its transaction data to a base chain and whether you can exit without the operators. If the answer is no to both, it is a sidechain regardless of the branding.
Do I need the sidechain's own token?
Usually yes, to pay for transactions. Bridging an asset across without bringing any of the network's gas token is a routine way to end up with funds you cannot move. See gas.