orgeClaw × Kraken is an autonomous crypto trading agent built on a production-grade stack that goes far beyond a simple trading bot. The agent pipeline executes 7 sequential Temporal activities: connecting to the Kraken CLI MCP server for market data, fetching AI signals from PrismaAPI, computing RSI(14) and VWAP deviation analysis with volume confirmation, gating each trade behind an ERC-8004 USDC micropayment for trustless execution, executing paper trades with 10% position limits and 2% stop loss enforcement, tracking realized PnL with a FINRA-style SQLite audit log, and delivering formatted trade summaries to Slack. ForgeClaw acts as the design-time layer — a BPMN agent composer (forgeclaw-app.vercel.app) that generates Temporal workflows from visual pipelines. VerifyClaw scans every agent skill against 25 SAFE-MCP threat patterns before deployment, with a max risk score of 3/100 on this agent. Redpanda streams all trade events across 5 Kafka-compatible topics in real time. The dashboard is a pixel-accurate Kraken Pro replica with live signal feed, agent workflow panel, executor, trade history, PnL analytics, open orders, Slack log, and ERC-8004 payment ledger — all backed by a FastAPI service proxied through nginx and pulling from SQLite on every cycle. Clicking Run Agent fires a real Temporal workflow end-to-end, not a simulation. Infrastructure: Temporal + PostgreSQL for durable orchestration, Redpanda for event streaming, nginx reverse proxy, Docker Compose for one-command deployment.
Category tags: