Rollup Security Assumptions

Architecture

Rollup architectures fundamentally shift security assumptions from the Layer 1 consensus mechanism to the validity of state transitions within the rollup itself. This necessitates a robust fraud-proof or validity-proof system, typically utilizing zero-knowledge proofs or optimistic rollups, to ensure data integrity and prevent malicious state updates. Consequently, the security of the rollup is directly proportional to the cryptographic assumptions underpinning these proof systems and the responsiveness of the dispute resolution mechanism. A critical consideration involves the decentralization of the sequencer, as a centralized sequencer introduces a single point of failure and potential censorship.