AggKit
The essential synchronization toolkit that connects Aggchains to the unified Agglayer ecosystem
Overview¶
AggKit is the modular synchronization toolkit that connects Aggchains to the unified Agglayer ecosystem. It provides the essential infrastructure components that L2 chains need to maintain seamless communication with Agglayer and participate in cross-chain operations.
Key Benefits:
- Universal Compatibility: Works with L2 chain architecture without requiring infrastructure changes
- Modular Design: Deploy only the components your chain actually needs
- Enhanced Security: v0.3.5 introduces multi-party committee systems for production-ready deployments
- Standardized Integration: Provides a “rinse and repeat” process for connecting chains to Agglayer
What You Can Do¶
- Connect Any Chain: Transform existing blockchains into Agglayer participants
- Maintain Sovereignty: Keep your chain’s architecture, economics, and control
- Access Unified Liquidity: Enable users to access assets across the entire Agglayer ecosystem
- Build Infrastructure Services: Provide bridge APIs and services to other applications
How It Works¶
AggKit operates through bidirectional communication between your chain and the Agglayer ecosystem:
graph LR
subgraph "Your L2 Chain"
L2[Your Chain]
Events[Bridge Events]
end
subgraph "AggKit Communication"
Voice[AggSender Outbound]
Ears[AggOracle Inbound]
end
subgraph "Agglayer Ecosystem"
AL[Agglayer]
ETH[Ethereum]
Global[Global State]
end
Events --> Voice
Voice --> AL
AL --> ETH
ETH --> Global
Global --> Ears
Ears --> L2
style Voice fill:#e8f5e8
style Ears fill:#e3f2fd
style AL fill:#f3e5f5
Security Model:
- Your chain maintains full sovereignty and control
- Cryptographic certificates prove transaction legitimacy
- Multi-party committee systems prevent single points of failure (v0.3.5)
What’s New in v0.3.5¶
Enhanced Security Through Committee Systems¶
v0.3.5 eliminates the single-address vulnerability that prevented production deployments. The new multi-party committee system ensures that no single party can compromise bridge operations or manipulate global state updates.
Before v0.3.5: Single address controlled critical operations
After v0.3.5: Multiple independent parties must reach consensus
This makes AggKit suitable for high-value deployments and enterprise environments requiring distributed trust.
Core Concepts¶
Understand the fundamental architecture and components:
Architecture
Explore the complete system architecture and different deployment patterns.
Learn more →Components
Understand the 7 modular components and learn how to choose the right combination for your chain.
Learn more →Security Improvements
Learn about v0.3.5's multi-party committee system and enhanced security features.
Learn more →