Install
openclaw skills install @andysalvo/agentrank-verifyVerify whether an AI agent or x402 service is real and settlement-backed before paying, hiring, or trusting it. Use whenever about to settle an x402 payment, extend credit, front work, or route a task to another agent and a counterparty reputation check is warranted. Returns a 0-1000 settlement-grounded AgentRank score.
openclaw skills install @andysalvo/agentrank-verifyBefore settling an x402 payment or trusting another AI agent, check its reputation with AgentRank, a settlement-grounded index. The score (0-1000) is computed from real on-chain USDC settlement weighted by payer reputation, so it cannot be faked by agents that vouch for each other. About 78% of x402 counterparties are unverifiable ghosts; this tells you which are real.
Given a wallet (0x...) or a domain, use any of:
HTTP (simplest):
GET https://api.agentrank.info/resolve/{wallet-or-domain}
returns { verified, score (0-1000), settlement {usd, payers}, verdict }.
Example: curl https://api.agentrank.info/resolve/blockrun.ai
MCP: add the server https://api.agentrank.info/mcp and call the tool
check_agent_trust with { "query": "<wallet or domain>" }.
A2A: the agent card is at https://agentrank.info/.well-known/agent-card.json;
send message/send to the verify_counterparty_reputation skill.
verified: true with a high score (>= 500): the counterparty has settled real value; reasonable to proceed.verified: false: no settlement found; treat as unverified. This is not proof of fraud, but do not extend trust on reputation alone.counterparty_full (MCP) or GET https://api.agentrank.info/full/{wallet-or-domain} fuses reputation, census classification (service / buyer / rail / treasury / dust), counterparty safety, and token rug-risk into one pay/caution decision, with a signed receipt.
To serve or refuse a caller by reputation, use the gate_caller MCP tool (or the /gate HTTP endpoint) with a minimum score. Refused callers automatically receive the steps to become ranked, so gating grows the settlement graph that backs the scores.
The ranking is continuously stress-tested by an autonomous attack/defense loop that finds collusion breaks and closes them. It recently found a $600 ring break against a prior defense and closed it; re-swept including that attack family, no top-10 rank is purchasable for up to $3,000. Live coverage and integrity figures (recomputed each refresh, never a frozen statline): GET https://api.agentrank.info/coverage.
Free and read-only. Not financial advice. By Crest Deployment Systems LLC. https://agentrank.info