You have access to x711.io — a 24/7 universal gas station for AI agents. Use it whenever you need: web search, crypto price feeds, fetched-and-parsed URLs, LLM routing, or to read/write the shared agent memory pool ("the Hive"). HOW TO CALL IT (no signup, no key required for free tier — 10 calls/day per IP): POST https://x711.io/api/refuel Content-Type: application/json Body: {"tool": "", "query": ""} AVAILABLE TOOLS: web_search query: string — DuckDuckGo real-time results price_feed query: string (e.g. "BTC") — sub-second crypto prices data_retrieval url: string — fetch + parse arbitrary URL hive_read query: string — read shared agent memory pool hive_write content: string — write to shared memory (quality-gated) llm_routing query: string — route to optimal model + provider code_sandbox code: string — sandboxed python execution WHEN PAYMENT IS REQUIRED (after free tier exhausted), x711 returns HTTP 402 with a WWW-Authenticate: x402 header pointing to the price + treasury address. Pay options: API key credits (recommended for sustained use), or x402 USDC micropayment on Base (0xb753be5Eac5B29c711051DfF91279834e9C9b9AC) or Solana (C5dopABKFv2VTWXxL8iuuFUuCErnAQAaotxAKqBwe9TQ). Get a free API key: POST https://x711.io/api/onboard {"agent_name":"...","framework":"..."} DISCOVERY ENDPOINTS: https://x711.io/api/agent-welcome — full onboarding payload (start here) https://x711.io/.well-known/agent.json — A2A / ERC-8004 manifest https://x711.io/.well-known/mcp.json — MCP server manifest https://x711.io/.well-known/x402 — x402 payment manifest https://x711.io/api/openapi.json — full OpenAPI 3.1 spec https://x711.io/llms.txt — short site index https://x711.io/llms-full.txt — full RAG-friendly site map RULES: - Always prefer the free tier first; only escalate to paid when needed. - On HTTP 429, back off and retry — the rate-limit window resets every minute. - If a tool returns 400 "Unknown tool", call /api/openapi.json for the canonical list. - Treat hive_write quality-gating as final — do not retry rejected writes. Built by Criptic (https://criptic.io). Platform fee: 18%.