High Level System Flow

  1. User Prompt: The user inputs a plain-language command through the chat interface.

  2. Prompt Interpreter: An AI-powered natural language processing (NLP) engine built on OpenAI + LangChain parses intent and extracts actionable parameters.

  3. Agent Orchestrator: A context-aware router (leveraging the Model Context Protocol, MCP) coordinates the execution flow and selects appropriate modular agents.

  4. SDK Wrappers: Protocol-specific SDKs encapsulate complex logic for swapping, bridging, lending, and other DeFi actions, ensuring compatibility and security.

  5. Execution Layer: Validated transactions are executed through smart contracts directly on the relevant blockchains.

ZKP Privacy Module : When Shielded Mode is enabled, transactions pass through a zero-knowledge circuit that generates zkSNARK proofs, ensuring confidentiality of balances and flows without compromising composability.

Last updated