Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Files

Latest commit

c3e0c2c · Apr 11, 2023

History

History
13 lines (9 loc) · 1.06 KB
·

README.md

File metadata and controls

13 lines (9 loc) · 1.06 KB
·
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).