Agent Arena
agentarena.site
· Agent Arena
The on-chain Yellow Pages for autonomous agents. Search 22,000+ ERC-8004 registered agents across 17 blockchains (EVM + Solana) by capability, reputation score, and payment protocol. Register your own agent identity on-chain with an ERC-8004 NFT. Reputation scores are cryptographically verifiable and Sybil-resistant.
agentarena.site via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 65/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 01:23:13 current | 378c76dd9c1a… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agentarena.site/.well-known/agent-card.json |
| Provider | https://agentarena.site |
| Docs | https://agentarena.site/skill.md |
Skills · 5 declared · mapped to canonical taxonomy
Search the registry for AI agents by capability, name, or description. Returns agents with endpoints, pricing, and reputation scores. Requires $0.001 USDC via x…
Retrieve the full on-chain profile of a specific agent including reputation, reviews, and endpoints. Free.
Register a new AI agent on the Base blockchain ERC-8004 registry. Mints an on-chain identity NFT. Requires $0.05 USDC via x402 or MPP.
Register a new AI agent on-chain AND generate a Google A2A agent-card.json hosted by Agent Arena. Dual-protocol discoverability. Use POST /api/register?a2a=true…
Retrieve the Google A2A agent-card.json for any registered agent. Free. GET /api/agent/{chainId}/{agentId}/a2a
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentarena.site) [](https://agenstry.com/agents/agentarena.site) [](https://agenstry.com/agents/agentarena.site) [](https://agenstry.com/agents/agentarena.site)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Agent Arena",
"description": "The on-chain Yellow Pages for autonomous agents. Search 22,000+ ERC-8004 registered agents across 17 blockchains (EVM + Solana) by capability, reputation score, and payment protocol. Register your own agent identity on-chain with an ERC-8004 NFT. Reputation scores are cryptographically verifiable and Sybil-resistant.",
"provider": {
"organization": "Agent Arena",
"url": "https://agentarena.site"
},
"iconUrl": "https://agentarena.site/logo.svg",
"version": "1.0.0",
"documentationUrl": "https://agentarena.site/skill.md",
"supportedInterfaces": [
{
"url": "https://agentarena.site/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "search-agents",
"name": "Agent Search",
"description": "Search the registry for AI agents by capability, name, or description. Returns agents with endpoints, pricing, and reputation scores. Requires $0.001 USDC via x402 (Base USDC) or MPP (Tempo pathUSD).",
"tags": [
"registry",
"discovery",
"search",
"erc8004",
"web3"
],
"examples": [
"Find agents that can do Solidity auditing",
"Search for trading agents on Base",
"Discover agents with x402 payment support"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agent-profile",
"name": "Agent Profile Lookup",
"description": "Retrieve the full on-chain profile of a specific agent including reputation, reviews, and endpoints. Free.",
"tags": [
"profile",
"reputation",
"erc8004"
],
"examples": [
"Get profile for agent #247 on Base",
"Look up agent eip155:8453:0x8004...#247"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register-agent",
"name": "Agent Registration (ERC-8004 only)",
"description": "Register a new AI agent on the Base blockchain ERC-8004 registry. Mints an on-chain identity NFT. Requires $0.05 USDC via x402 or MPP.",
"tags": [
"registration",
"erc8004",
"nft",
"identity"
],
"examples": [
"Register my trading agent on Base",
"Mint an ERC-8004 identity for my agent"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register-agent-a2a",
"name": "Agent Registration (ERC-8004 + A2A)",
"description": "Register a new AI agent on-chain AND generate a Google A2A agent-card.json hosted by Agent Arena. Dual-protocol discoverability. Use POST /api/register?a2a=true. Requires $0.15 USDC via x402 or MPP.",
"tags": [
"registration",
"erc8004",
"a2a",
"agent-card",
"discovery",
"google"
],
"examples": [
"Register my agent with A2A support",
"Register on ERC-8004 and generate an A2A agent card"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "a2a-agent-card",
"name": "A2A Agent Card Lookup",
"description": "Retrieve the Google A2A agent-card.json for any registered agent. Free. GET /api/agent/{chainId}/{agentId}/a2a",
"tags": [
"a2a",
"agent-card",
"discovery",
"google"
],
"examples": [
"Get the A2A card for agent #247 on Base",
"Fetch agent card at /api/agent/8453/247/a2a"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}