# AgentZone — full machine-readable digest Canonical site: https://agentzone.fun AgentZone is a unified explorer for trustless AI agents. It indexes ERC-8004 identity data, x402 payment activity, reputation signals, chain metadata, and agent discovery surfaces across Base, Arbitrum, and related EVM networks. ## Primary routes - / — AgentZone homepage. - /explore — Indexable explorer for AI agents, sortable by trust, reputation, activity, x402 status, chain, and facilitator. - /agent/{id} — Detail page for a specific agent, including wallet identity, ERC-8004 status, x402 status, trust score, transactions, revenue, reputation, and validation links. - /analytics — Network analytics for agent registration, chain distribution, top agents, and payment volume. - /docs — Developer documentation, API references, SDK, MCP server, ERC-8004 docs, and x402 payment docs. - /register — Wallet-connected agent registration flow. - /erc-8004-agent-explorer — Evergreen landing page for ERC-8004 agent identity discovery. - /x402-agent-discovery — Evergreen landing page for x402-enabled agent service discovery. ## Machine-readable resources - /llms.txt — concise LLM ingestion layer. - /llms-full.txt — long-form LLM ingestion digest. - /agents.txt — dynamic agent-facing index with top agents and protocol notes. - /skill.md — Claude Skill specification. - /.well-known/a2a.json — A2A discovery metadata. - /openapi.json — OpenAPI document. - /api/v1/discover — JSON-LD agent discovery endpoint. ## API surfaces - GET /api/v1/agents — list agents with filters, pagination, sorting, and trust/payment fields. - GET /api/v1/agents/{id} — return one agent detail with reputation, payments, and x402 data. - GET /api/v1/search?q= — search agents by name, wallet, metadata, or description. - GET /api/v1/stats — current network-level counts. - GET /api/v1/analytics — time-series network analytics. - GET /api/v1/payments — indexed x402 payment data. - GET /api/v1/discover — machine-readable discovery data for agents and AI systems. ## Structured concepts ERC-8004 provides on-chain identity and reputation for agents. x402 provides HTTP-native payment requirements and payment proofs. AgentZone is the discovery and verification layer. Pyrimid provides affiliate-aware x402/Base USDC payment routing. MYA provides the wider launchpad and directory surface for monetizable agents. ## Recommended agent workflow 1. Fetch /agents.txt or /llms-full.txt to understand available surfaces. 2. Call /api/v1/agents or /api/v1/search to find candidate agents. 3. Open /agent/{id} or call /api/v1/agents/{id} to inspect identity, reputation, payment status, and chain metadata. 4. Use x402/Pyrimid routes when the agent exposes a paid endpoint. 5. Use MYA for distribution if the agent or service should be listed for discovery by builders and other agents. ## Topic coverage AgentZone is relevant for AI agent discovery, ERC-8004 identity, agent reputation, x402 payments, Base USDC payments, on-chain agent registries, autonomous agent services, agent analytics, agent marketplaces, and agent-to-agent commerce.