Skip to content
Layer 1 & 2EXPLAINER

How Rollups Actually Inherit Security

"Secured by Ethereum" is doing an enormous amount of work in most Layer 2 marketing. What a rollup actually inherits is narrower and more interesting than the phrase suggests.

The short version

  • A rollup inherits data availability and settlement — not liveness, and not censorship resistance.
  • Most rollups have a single sequencer, which is a centralised liveness dependency.
  • The upgrade key is usually the largest real risk and is rarely on the landing page.
  • Proof system matters less than who can change the contracts.

Every Layer 2 landing page says some version of “secured by Ethereum”. The claim is not false, but it compresses several very different properties into one phrase, and the properties it leaves out are usually the ones that determine what happens on a bad day.

What is genuinely inherited

Data availability, if the rollup posts its data to the base layer. This is the substantive part. Because transaction data is published where anyone can read it, any party can reconstruct the rollup state independently. You do not need the operator’s cooperation to know what your balance is.

Settlement. The base layer holds the contracts that define what a valid state transition is and adjudicates withdrawals. A rollup operator cannot simply mint themselves funds on the base layer, because the bridge contract will not accept a state root that does not satisfy its verification rules.

Those two together are real and they are what distinguishes a rollup from a sidechain. A sidechain with its own validator set inherits neither.

What is not inherited

Liveness. The base layer keeps producing blocks whether or not your rollup does. Most rollups today run a single sequencer, which means one entity decides whether transactions are processed at all. If it stops, the chain stops — and this is a routine occurrence, not a theoretical concern.

Censorship resistance, in practice. A single sequencer can decline to include your transaction. Well-designed rollups provide a forced-inclusion path through the base layer, which is the actual mitigation. The questions worth asking are whether that path exists, how long the delay is, and whether anyone has ever successfully used it — an escape hatch nobody has tested is a design document, not a guarantee.

Ordering. The sequencer decides transaction order within a batch, which is where value extraction lives. Base-layer security says nothing about this.

The part that matters most

For most rollups the largest genuine risk is neither the proof system nor the sequencer. It is the upgrade mechanism.

If a multisig can replace the verifier contract or the bridge logic, then the security model is, in the limit, “trust the multisig”. A validity proof is worth exactly as much as the guarantee that the contract checking it will not be swapped out. This is why the composition of that multisig, its threshold, and whether a timelock sits in front of it are the most informative facts about a rollup — and why they are rarely on the landing page.

A timelock is the meaningful mitigation. It does not prevent a malicious upgrade; it gives users time to exit before one takes effect, which converts a fatal risk into a survivable one.

Optimistic and validity proofs

The distinction gets more attention than it deserves relative to the above, but briefly:

Optimistic rollups assume state transitions are valid and rely on a challenge window during which anyone can dispute them. The security assumption is that at least one honest party is watching and able to submit a fraud proof. The relevant questions are who can challenge, whether the challenge system is actually live, and how long withdrawals take as a result.

Validity rollups prove each transition cryptographically, so no watching is required and withdrawals need not wait for a challenge window. The trade-off moves to proving cost, circuit complexity, and the significant fact that a bug in the circuit is a silent, total failure rather than a detectable one.

Neither is universally better. Both are downstream of the upgrade key question.

How to evaluate one

Ask, in this order: is data actually posted to the base layer, or to a committee? Who runs the sequencer, and what happens when it stops? Is there a forced-inclusion path, and what is its delay? Who can upgrade the contracts, at what threshold, behind what timelock? Only then: what proof system, and is it live in production or on a roadmap?

The answers are usually available, and the gap between them and the marketing is usually the story.

Monogram avatar for Idris Karam

Idris Karam

Blockchain Technology Correspondent

Idris Karam covers blockchain infrastructure for TokenPR: consensus design, scaling architecture, smart contract security and the long unglamorous work of protocol upgrades. They write from a build background rather than a finance one, having spent several years as a backend engineer before moving into technical writing and then reporting. It shows in the coverage. Idris reads the specification, the client release…

More from this author

Keep reading

Related from the newsroom

Marketing intelligence, weekly

One email a week: the PR and growth tactics actually moving the needle for crypto teams, plus what the newsroom is watching. No shilling, no price calls.

We never sell your data. Unsubscribe in one click. See our privacy policy.

Leave a comment

Comments are moderated. Your email is never published.