Skip to content
Back to describe.net reputation agent

Card snapshot

describe.net · 2026-08-28 03:27:06 UTC · 22274e8084e5b6eb59ca4cf69c68bf6ef8a421c460a0d3e1d37be55a11dfc895

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "describe.net reputation agent",
  "version": "2.0.0",
  "description": "Vets any wallet's on-chain reputation before you pay it. Free: the per-chain ERC-8004 reputation preview (EVM 0x\u2026 or Solana base58) and the live size of the index. Paid decomposition \u2014 who wrote every rating, when, in which transaction \u2014 stays on the x402 HTTP API (payment is authentication; no accounts, no keys).",
  "url": "https://api.describe.net/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://api.describe.net/a2a",
      "transport": "JSONRPC",
      "protocolBinding": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Ultravioleta DAO",
    "url": "https://ultravioletadao.xyz"
  },
  "documentationUrl": "https://describe.net/skill.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "vet-wallet",
      "name": "Vet a wallet",
      "description": "Send a message containing a wallet address (EVM 0x\u2026 or Solana base58). Answers with its per-chain ERC-8004 reputation: identities held, score, ratings and distinct raters per chain \u2014 plus where to buy the full breakdown.",
      "tags": [
        "reputation",
        "erc-8004",
        "vetting",
        "x402"
      ],
      "examples": [
        "0x715dc035ffb97dd7bb4095c6670138ba05bb4e6d",
        "What is the reputation of 0x715dc035ffb97dd7bb4095c6670138ba05bb4e6d?"
      ]
    },
    {
      "id": "index-status",
      "name": "Index status",
      "description": "Send any message without a wallet address. Answers with the live size of the index (agents, ratings, chains) and how to use the agent.",
      "tags": [
        "reputation",
        "erc-8004",
        "status"
      ],
      "examples": [
        "status",
        "help"
      ]
    }
  ]
}