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.
Validators sign Mailboxmerkle roots, and make their signatures available to relayers.
Watchtowers observe the network for fraud by Validators. If detected, watchtowers submit evidence to the origin chain, slashing the fraudulent validator(s).
Last updated