Agents

The off-chain actors that power the Hyperlane protocol

Like most intricate protocols, the Hyperlane protocol is operated by a set of off-chain agents. These agents are critical for the overall function of the network. In its quest for maximal decentralization, Hyperlane seeks to keep these roles permissionless, so that anyone willing and able can take an active role in operating the protocol.

For convenience, Hyperlane implements these agents as a set of Rust binaries.

  1. Validators sign Mailboxmerkle roots, and make their signatures available to relayers.

  2. Relayers aggregate off-chain metadata for Interface and deliver messages to their recipients

  3. Watchtowers observe the network for fraud by Validators. If detected, watchtowers submit evidence to the origin chain, slashing the fraudulent validator(s).

Last updated