Enhancing the Security of Rollup Sequencers using Decentrally Attested TEEs
Giovanni Maria Cristiano, Salvatore D'Antonio, Jonah Giglio, Giovanni Mazzeo, Luigi Romano
TL;DR
The paper tackles the centralization risk of Rollup Sequencers by proposing a targeted security approach that encloses the Sequencer in a Trusted Execution Environment and replaces centralized attestation with on-chain, decentralized verification. It presents a practical implementation using Intel SGX (via Gramine) and Automata libraries on an Optimism-based Rollup, plus a dual renewal mechanism to maintain attestation freshness. Through a detailed evaluation on a realistic testbed, the authors quantify security gains and overheads, showing substantial increases in latency and reductions in throughput but stronger guarantees against MEV, censorship, and host-level tampering. The work highlights the trade-offs between security and performance and points to future improvements with TDx to restore performance while preserving decentralization guarantees.
Abstract
The growing scalability demand of public Blockchains led to the rise of Layer-2 solutions, such as Rollups. Rollups improve transaction throughput by processing operations off-chain and posting the results on-chain. A critical component in Rollups is the Sequencer, responsible for receiving, ordering and batching transactions before they are submitted to the Layer-1 blockchain. While essential, the centralized nature of the Sequencer makes it vulnerable to attacks, such as censorship, transaction manipulation and tampering. To enhance its security, there are solutions in the literature that shield the Sequencer inside a Trusted Execution Environment (TEE). However, the attestation of TEEs introduces additional centralization, which is in contrast with the core Blockchain principle. In this paper, we propose a TEE-secured Sequencer equipped with a decentralized attestation mechanism. We outline the design and implementation of our solution, covering the system architecture, TEE integration, and the decentralization of the attestation process. Additionally, we present an experimental evaluation conducted on a realistic Rollup testnet. Our results show that this approach strengthens Sequencer integrity without sacrificing compatibility or deployability in existing Layer-2 architectures.
