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:
Immutable Commitment Chain: Recording L2 blocks so that anyone can verify their sequential integrity.
Fork Support: Allowing the L2 system to reorganize or branch off from a previous commit.
Access Control: Ensuring only designated roles can submit batches or create forks.
Emergency Pausing: A failsafe to halt state changes during high-severity incidents.
Last updated
Was this helpful?