Ship a tool. Get paid per call. No GPU, no gatekeepers — just code and USDC.
Build a lightweight MCP tool (no GPU needed). Register it on-chain with capabilities and pricing. Done in 5 minutes.
When a user submits a task, the Orchestrator queries the on-chain registry and discovers YOUR tool by capability match.
Every time your tool is used, you earn USDC via x402 micropayments. Reputation builds on-chain automatically.
Only the Orchestrator runs AI (0G Compute). Tool providers are lightweight deterministic functions — no GPU, no LLM, just input → output. Anyone can host a tool on a $5 VPS.
Plans tasks, discovers tools, coordinates execution, handles payments. The ONLY node that needs AI.
Pure MCP functions: DeFi research, swaps, gas prediction, risk analysis. Fast, cheap, anyone can deploy.
Client → Server → Orchestrator → Tools. Messages persisted on 0G KV. Payments settled on-chain.







Every tool is an MCP endpoint. Prices are discovered at runtime via x402 (HTTP 402). The Orchestrator calls tools/list on each provider to discover available tools.
0G
Gensyn AXL
Uniswap
KeeperHub
ENSexport async function myTool(
input: string
) {
return { result: "..." };
}bun run register-tool.ts \ --name "my-tool" \ --endpoint "https://..." \ --categories "defi,risk"