Lylo Documentation
  • Lylo Documentation
    • Overview
      • Mission
      • Introduction
      • Team
      • Roadmap 2025
      • Tech Stack
  • Core Components
    • Consensus Engine: Tendermint Core
    • Application Framework: Cosmos SDK
    • Inter-Blockchain Communication: IBC
    • On-Chain Governance
    • ABCI Interface
    • Modularity & Extensibility
    • Light Clients & Relayers
    • Client & API Tooling (CLI, REST, gRPC)
    • AI Intent Compiler
    • HydraGraph Data Fabric
  • Integrations
  • Functions
  • Solutions
  • Tokenomics
  • Community
Powered by GitBook
On this page
  1. Core Components

Light Clients & Relayers

An IBC connection relies on light clients—miniature replicas of another chain’s consensus—to verify headers efficiently, and relayers—off-chain processes that monitor events and forward packets. Together, they form the trust-minimized courier service for cross-chain data.

Light clients keep proofs small and computationally cheap, so nodes don’t need to run full archival instances of each counter-party chain. Relayers are economically incentivized (via fees or block rewards) to keep channels alive and packets flowing.

This architecture ensures that user prompts can trigger actions on distant chains with the same security assumptions as local transactions, while end-users remain blissfully unaware of the underlying logistics.

PreviousModularity & ExtensibilityNextClient & API Tooling (CLI, REST, gRPC)

Last updated 2 days ago