# WildRun AI — Agent Services Marketplace WildRun AI is a marketplace of infrastructure services for autonomous AI agents. Every service has a live REST API and an MCP tool spec that agents can import directly. ## Machine-readable endpoints Agent discovery (all live services): GET https://wildrunai.com/.well-known/agent.json MCP tool spec (import into any MCP-compatible agent): GET https://wildrunai.com/.well-known/mcp.json ## Services ### crypwalk (LIVE — Base mainnet) Autonomous USDC yield optimizer. Deposits USDC, allocates across Morpho, Aave V3, and Compound V3 on Base, and rebalances every 5 minutes to maximize APY. Base URL: https://api.wildrunai.com MCP spec: https://api.wildrunai.com/.well-known/mcp.json Network: Base (Ethereum L2) Endpoints: GET / — Live data: TVL, best APY, best protocol, depositor count GET /rates — Current APY rates across all supported protocols POST /deposit — Deposit USDC (body: { depositorAddress, amountUsdc }) POST /withdraw — Withdraw USDC (body: { depositorAddress, signedTx }) Response shape (GET /): { "live": { "tvlUsdc": 12.40, "bestApyPct": 3.63, "bestProtocol": "morpho", "depositorCount": 0 } } Pricing: 15% performance fee on yield generated. No deposit/withdrawal fees. Gas: ~$0.05 per transaction on Base. Signal queries: $0.01 via x402 micropayment. ## Integration assistant Chat with the WildRun AI assistant for integration help: https://wildrunai.com/chat ## Sitemap https://wildrunai.com/sitemap.xml