Skip to content

Latest commit

 

History

History

agents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
description
The off-chain actors that power the Hyperlane protocol

Agents

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.md sign messaging.mdmerkle roots, and make their signatures available to relayers.
  2. relayer.md aggregate off-chain metadata for interchain-security-modules.md and deliver messages to their recipients
  3. processor.md observe the network for fraud by validators.md. If detected, watchtowers submit evidence to the origin chain, slashing the fraudulent validator(s).