High Level System Flow
User Prompt: The user inputs a plain-language command through the chat interface.
Prompt Interpreter: An AI-powered natural language processing (NLP) engine built on OpenAI + LangChain parses intent and extracts actionable parameters.
Agent Orchestrator: A context-aware router (leveraging the Model Context Protocol, MCP) coordinates the execution flow and selects appropriate modular agents.
SDK Wrappers: Protocol-specific SDKs encapsulate complex logic for swapping, bridging, lending, and other DeFi actions, ensuring compatibility and security.
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