Build production DeFi agents in an afternoon. Memory, reasoning, execution, and swarm coordination — as importable primitives. Powered by 0G.
import { Brain, AgentMemory,
KeeperHubExecutor,
UniswapRouter } from '@voltaire/kit'One line gives you memory, reasoning, execution, routing.
Brain decides. Memory persists to SQLite + 0G Storage. Executor signs and submits with audit URLs.
~50 lines of code for a full agent.
Drop a SwarmCoordinator in and your agents share state via 0G. Three agents, one wallet, zero collisions.
No central server. No message broker. Just verifiable shared memory.
Coordinated via 0G Storage. No central server. No message broker. Just verifiable shared memory.
Voltaire AI is an autonomous ETH/USDC rebalancer on Base Sepolia. It imports every primitive from @voltaire/kit. Every action signed, every memory write proven on 0G.
Storage for signal persistence. Compute for LLM reasoning. Chain for ERC-7857 agent NFTs.
MCP server for verifiable execution. Every swap returns an audit URL with full trace.
Trade API for quotes and swap routing. Production-grade liquidity for the rebalancer.
Clone, install, write your strategy. The painful infra is done.