πInter-Chain Communication
Relayer Overview
The relayer command suite provides a robust set of tools for deploying, configuring, and managing IBC-compatible relayers within the Interchain Messaging (ICM) framework.
The ICM Relayer is a lightweight, event-driven service that continuously monitors designated source blockchains for Warp message events. Upon detecting such an event, the relayer initiates a process to transmit the message to the intended destination blockchain. It does this by querying validator nodes on the source chain for their individual BLS signatures on the Warp message. These signatures are then aggregated into a single BLS multi-signature, which is subsequently embedded in a transaction. This transaction is constructed according to the destination chain's virtual machine (VM) rules for Warp message verification. This enables seamless, secure, and decentralized interchain token transfers and message passingβwithout relying on application-layer coordination.

To know more about Relayer, refer this link - Relayer
You can also find it under the Integration tab.

Once the user deploys a network, this tab will become available, allowing them to request this integration for their network. Our team will then assist with the setup and support as needed.
Last updated