📄️ Relay Contracts Overview
Relay Contracts provide the on-chain infrastructure for building peer-to-peer validator networks within the Symbiotic ecosystem. These contracts serve as the critical bridge between Symbiotic Core's stake management and the off-chain Relay binary that runs validator networks.
📄️ Middleware Architecture
Relay Contracts are built on a modular architecture with five core modules that work together to manage validator networks. This design provides flexibility while maintaining clear separation of concerns.
📄️ Quick Start
This guide will get you up and running with a local Relay Contracts deployment in under 10 minutes.
📄️ Local Deployment Deep Dive
Relay Contracts deployment follows a 4-step process. Understanding what happens under the hood is crucial for customizing deployments and troubleshooting issues.
📄️ Signature Verification
Relay Contracts support two distinct signature verification approaches optimized for different validator set sizes. Choosing the right approach is crucial for gas efficiency and scalability.
📄️ Network Integration
This guide covers how to integrate your deployed Relay Contracts with the broader ecosystem, including multi-chain settlement deployment, preparing for Relay binary integration, and managing network lifecycle.