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

Consensus Engine: Tendermint Core

Tendermint Core supplies the consensus and networking layer that keeps every node in a Cosmos-based chain synchronized. It combines a Byzantine Fault Tolerant (BFT) consensus algorithm with a peer-to-peer gossip network, so blocks are finalized in a few seconds even if up to one-third of validators misbehave.

Because consensus and application logic are cleanly separated, developers can focus on business rules while Tendermint guarantees ordering, finality, and fork-accountability. Fast finality means users enjoy near-instant transaction confirmation—crucial for consumer-grade experiences such as Lylo’s AI-driven prompts.

Validators stake the chain’s native token to participate, earning block rewards while posting collateral that can be slashed for double-signing or downtime. This economic design aligns operator incentives with network security without requiring massive energy expenditure.

PreviousCore ComponentsNextApplication Framework: Cosmos SDK

Last updated 2 days ago