# L2 sequencer centralization creates systemic liveness censorship and regulatory risks Most L2 networks operate with a single centralized sequencer, carrying three systemic risk categories: **Liveness failure**: When the sequencer goes offline, the entire L2 becomes unusable. Arbitrum experienced 8 outages since its Nitro upgrade (August 2022). Optimism went offline for hours in February 2024, requiring OP Labs intervention. **Censorship**: A centralized sequencer can arbitrarily exclude transactions. The Linea team demonstrated this in June 2024, halting block production and blacklisting addresses during the Velocore exploit ($2.6M). **Regulatory exposure**: A single sequencer in one jurisdiction can be shut down by authorities, halting the entire network. Across 32 documented L2 incidents from June 2022 to August 2025, 59.4% involve sequencer disruptions. The L2BEAT "stages" framework classifies rollup decentralization maturity; Stage 0 (centralized "training wheels") represents most production L2s. Since [[optimistic rollups can finalize invalid state when all challengers are censored or offline during the challenge period]], a compromised sequencer can simultaneously submit fraudulent state transitions and censor challengers who would dispute them. DeFi protocols on L2s should integrate [[DeFi protocols on L2 must check L2 sequencer uptime before consuming Chainlink price feeds to prevent stale data exploitation]] to detect sequencer downtime before acting on stale oracle data. --- Relevant Notes: - [[optimistic rollups can finalize invalid state when all challengers are censored or offline during the challenge period]]: sequencer censorship directly threatens the fraud proof assumption - [[forced inclusion mechanisms in optimistic rollups are insufficient against sequencer state manipulation attacks]]: even forced transactions can be made to fail - [[DeFi protocols on L2 must check L2 sequencer uptime before consuming Chainlink price feeds to prevent stale data exploitation]]: downstream security pattern for DeFi deployments on L2 - [[L2 upgrade authority creates a security council governance tradeoff between rapid incident response and centralized fund control]]: upgrade authority is the other dimension of L2 centralization risk Topics: - [[vulnerability-patterns]] - [[protocol-mechanics]]