What AggSender Does
AggSender is the component responsible for submitting L2 state transitions to Agglayer. It collects bridge events and L1 verification data, packages them into a signed certificate, and submits that certificate to Agglayer on each epoch. Agglayer then uses the certificate to generate a Pessimistic Proof and validate the state transition. Without AggSender, an L2 chain cannot participate in Agglayer’s security guarantees or cross-chain coordination. Every chain connected to Agglayer must run AggSender.The Trust Problem AggSender Solves
Agglayer connects multiple independent blockchains, and any of them could theoretically be compromised. The Pessimistic Proof system limits the damage a compromised chain can do, but it needs reliable input data to work correctly. AggSender provides that input. Rather than simply reporting what happened on a chain, it creates a signed certificate that contains:- Cryptographic proof that bridge transactions occurred
- Evidence that the chain has sufficient funds to back those transactions
- Mathematical verification data that the chain’s state transitions are valid
- A digital signature committing to all of the above