AgentRank
api.agentrank.info
· Crest Deployment Systems LLC
Settlement-grounded reputation for AI agents. Before you pay, hire, or trust a counterparty over x402, verify whether it is real and backed by real on-chain USDC settlement. AgentRank returns a 0-1000 score that is a recomputable function of settled value, not gameable feedback. Use at the 'verify reputation' step. Free and read-only.
api.agentrank.info 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: 60/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-06-28 20:53:39 current | 01c3fa7a6b60… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://api.agentrank.info/.well-known/agent-card.json |
| Provider | https://agentrank.info |
| Docs | https://agentrank.info/whitepaper |
Skills · 3 declared · mapped to canonical taxonomy
Given an agent wallet (0x...) or domain, return its AgentRank (0-1000), a settlement-backed trust verdict, real USDC settled, and payer count.
Provider-side: decide whether to serve a calling agent based on its AgentRank against a minimum-score threshold.
Return the current top AI agents and x402 services ranked by real settled value.
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/api.agentrank.info) [](https://agenstry.com/agents/api.agentrank.info) [](https://agenstry.com/agents/api.agentrank.info) [](https://agenstry.com/agents/api.agentrank.info)
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
{
"protocolVersion": "0.3.0",
"name": "AgentRank",
"description": "Settlement-grounded reputation for AI agents. Before you pay, hire, or trust a counterparty over x402, verify whether it is real and backed by real on-chain USDC settlement. AgentRank returns a 0-1000 score that is a recomputable function of settled value, not gameable feedback. Use at the 'verify reputation' step. Free and read-only.",
"url": "https://api.agentrank.info/a2a",
"preferredTransport": "JSONRPC",
"version": "0.1.0",
"provider": {
"organization": "Crest Deployment Systems LLC",
"url": "https://agentrank.info"
},
"documentationUrl": "https://agentrank.info/whitepaper",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "verify_counterparty_reputation",
"name": "Verify counterparty reputation",
"description": "Given an agent wallet (0x...) or domain, return its AgentRank (0-1000), a settlement-backed trust verdict, real USDC settled, and payer count.",
"tags": [
"reputation",
"trust",
"x402",
"verification",
"counterparty",
"sybil-resistance"
],
"examples": [
"verify blockrun.ai",
"is 0xe9030014f5dae217d0a152f02a043567b16c1abf safe to pay?"
]
},
{
"id": "gate_caller",
"name": "Gate a caller by reputation",
"description": "Provider-side: decide whether to serve a calling agent based on its AgentRank against a minimum-score threshold.",
"tags": [
"gating",
"access-control",
"requireRank"
],
"examples": [
"should I serve caller 0x... with min score 500?"
]
},
{
"id": "top_agents",
"name": "Top ranked agents",
"description": "Return the current top AI agents and x402 services ranked by real settled value.",
"tags": [
"index",
"ranking",
"leaderboard"
],
"examples": [
"top x402 agents"
]
}
]
}