AI Intent Compiler

The AI Intent Compiler is Lylo’s translation layer between natural language and executable blockchain logic.

When a user types or speaks a request — e.g., “Rebalance my portfolio into 60% ETH, 40% HYPE” — the compiler:

  • Parses the input

  • Identifies key entities (assets, amounts, destinations)

  • Builds a deterministic execution graph that can run across one or more chains

How It Works

  • Guardrails & Constraints Applies built-in rules for slippage, risk thresholds, and compliance before execution begins.

  • Standardized Output Converts the parsed intent into structured, chain-agnostic messages ready for execution on Lylo Chain or any connected network.

  • Signed Intent Objects Outputs a cryptographically signed plan that downstream modules can verify and act on — without reprocessing the original input.

Intent compilation gives Lylo a predictable, verifiable pipeline for turning human prompts into cross-chain execution — without relying on custom logic at the application layer.

Last updated