Updated architecture docs are now live!
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eclipse L1 Gateway

Introduction and Motivation

The Syzygy L1 Gateway is a smart contract system that anchors the state of the Eclipse Layer 2 (L2) blockchain onto an Ethereum-based Layer 1. By storing sequential commitments (hashes of L2 blocks), along with an ability to fork when necessary, the Gateway ensures an auditable, on-chain record of L2 state progression. Fork management, role-based access control, and pausable safety mechanisms all come together to form a robust design for real-world rollup usage.

In particular, the Gateway addresses these key challenges:

  1. Immutable Commitment Chain: Recording L2 blocks so that anyone can verify their sequential integrity.

  2. Fork Support: Allowing the L2 system to reorganize or branch off from a previous commit.

  3. Access Control: Ensuring only designated roles can submit batches or create forks.

  4. Emergency Pausing: A failsafe to halt state changes during high-severity incidents.

Last updated

Was this helpful?