
OmniClaw Console is a full-stack agentic economy demo that makes machine-to-machine micropayments feel like a conversation. A user types a natural language request — "get the latest tweets from @elonmusk" or "compare ETH and BTC this week" — and the system does the rest autonomously: an LLM planner routes the request to the right paid API skill, OmniClaw's policy engine enforces spending guards (budget, rate limit, recipient allowlist), the selected endpoint is inspected for its x402 payment requirements, Circle Gateway signs an EIP-3009 off-chain authorization and settles the nanopayment on Arc, and the raw API response is streamed back through an LLM that formats it into a clean, readable answer. Every step is visualized in a real-time execution trace in the UI. The project demonstrates why nanopayments are the only viable pricing model for per-action AI commerce. Traditional on-chain gas fees (~$0.005/tx) would consume 40%+ of a sub-cent API call — making it economically impossible. Circle Gateway batches EIP-3009 authorizations into amortized on-chain settlements, cutting effective per-payment overhead to under $0.0001 and unlocking genuine per-query pricing at scale. Skills supported at launch: Twitter Autopilot, Multi-Source Search, YouTube SERP, Crypto Market Data, Prediction Markets, and MarketPulse — all monetized at the API level via x402 on Arc Testnet. The stack is Next.js 15 + React, TypeScript, TailwindCSS, shadcn/ui, and Featherless-hosted Qwen3 for LLM planning and answer synthesis. OmniClaw handles the payment policy engine, Circle Gateway handles nanopayment infrastructure, and Arc is the settlement layer for every transaction.
26 Apr 2026