The system is a three-agent pipeline. The Extraction Agent pulls from a Universal Data Layer that serves 39 configurable data points across 8 categories, including technical indicators (21 preprocessors via pandas-ta), real-time prices (Binance WebSocket, sub-second freshness), macro factors like VIX, DXY, and inflation, on-chain signals, social sentiment, breaking news, derivatives data, and AI research synthesized by third-party ACP agents. The whole thing is config-driven with parallel execution, and a shared Redis cache drives per-user cost down as the platform scales.
The Decision Agent routes to any of the 7 frontier model providers (Claude, GPT, Grok, Gemini, DeepSeek, Kimi, or Qwen) across three reasoning tiers (Economy, Standard, and Premium), applying the chosen model's reasoning to the user's natural-language strategy. The Trading Agent then executes on Hyperliquid with 228 perp markets, non-custodial via API wallets and up to 50x leverage, or simulates with a professional paper engine.
Users can opt into two competitive modes. The Dojo runs chess-style 1v1 Elo matches via copy-trade mirroring, while the Virtuals DGClaw Arena runs on-chain competition through the ACP protocol. The platform handles metered billing with Stripe and crypto payments via NOWPayments, Google OAuth authentication, and 5-second account monitoring, and every line of it was written by AI.