
Get updates & announcements
Get updates & announcements
Orchestra is an autonomous AI financial assistant designed to bridge the gap between complex onchain operations and intuitive natural language. It allows users to manage their decentralized portfolios, performing swaps, sending assets, and checking balances, simply by chatting.
1. The Intent Pipeline
Every user request is processed through a tiered reasoning system:
Planner AI: Translates conversational prompts into structured, executable blockchain transactions.
Gatekeeper AI: Acts as a security auditor. It cross-references the plan against the user’s risk profile and onchain spending limits stored on 0G Storage.
Safety Net: A server-side validation layer that re-calculates USD values to prevent AI "hallucinations" or errors in limit enforcement.
2. Hybrid Security Model
Orchestra solves the "convenience vs. security" trade-off in crypto:
Low-Value Autonomy: Small transactions within user-defined limits are executed instantly by the agent.
Hardware Verification: Any transaction exceeding the spending limit or flagged as high-risk by the Gatekeeper triggers a mandatory physical approval via a Ledger device using the Ledger DMK.
Smart Account Custody: All assets are held in a Safe (Gnosis Safe) smart account, utilizing the AllowanceModule for granular, onchain permissioning.
3. Decentralized AI Stack
Unlike traditional bots that rely on centralized APIs, Orchestra utilizes:
0G Compute: For decentralized LLM inference, ensuring the "brains" of the operation aren't controlled by a single entity.
0G Storage: To maintain a "shared memory" for the agents, storing user profiles, historical plans, and portfolio snapshots in a decentralized manner.
4. Seamless Integration
The system is fully integrated with Uniswap for optimized trade and Permit2 for gas-efficient token approvals. The frontend, built with Next.js 16, provides a "Futuristic Notebook" interface where users can watch the AI's step-by-step reasoning as it prepare to execute commands.