Overview of Technical Details for Cross-Chain Bridging Flow
The cross-chain bridging mechanism facilitates a secure and decentralized message verification across multiple chains. The flow includes ownership acquisition, leader election, message verification, and the final submission to the destination chain. Each part of the system has specific roles for ensuring scalability, decentralization, and resilience.
Flow Components
Message Creation and Leader Election
Leader Ownership and Verification Channel Creation
Node Verification and Voting
Signature Collection and Aggregation
Destination Chain Submission and Validation
We'll start with the Message Creation and Leader Election process and build upon that progressively.
Last updated