Skip to content
Back to wallet-aml-screen.relayhop.workers.dev

Card snapshot

wallet-aml-screen.relayhop.workers.dev · 2026-07-08 13:34:30 UTC · 9df510889e11cd4349f41032158e2b25933e190d08450885dff6333b710df133

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.

{
  "name": "wallet-aml-screen",
  "description": "x402 pay-per-call wallet compliance \u2014 OFAC sanctions screening, ENS/SNS name resolution, on-chain wallet intel on Base. No account, no API key.",
  "url": "https://wallet-aml-screen.relayhop.workers.dev",
  "version": "0.1.0",
  "card_version": "1.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "x402Payments": true,
    "mcpServer": false
  },
  "authentication": {
    "schemes": [
      {
        "type": "x402",
        "description": "Pay-per-call via USDC on Base (eip155:8453); send x402 payment headers per request \u2014 no account or API key."
      }
    ]
  },
  "skills": [
    {
      "id": "/screen",
      "description": "OFAC SDN sanctions screening for an EVM wallet address. Query: ?address=0x... Source: US Treasury OFAC SDN list (free).",
      "url": "https://wallet-aml-screen.relayhop.workers.dev/screen",
      "price_usdc": 0.001
    },
    {
      "id": "/resolve/name",
      "description": "Cross-chain name resolution: ENS (.eth) and Solana SNS (.sol) \u2192 address. Query: ?name=vitalik.eth. Source: ENS + Bonfida (free).",
      "url": "https://wallet-aml-screen.relayhop.workers.dev/resolve/name",
      "price_usdc": 0.001
    },
    {
      "id": "/intel/wallet",
      "description": "On-chain wallet intel bundle (native balance + tx count + activity) on Base. Query: ?address=0x... Source: Base public RPC (free).",
      "url": "https://wallet-aml-screen.relayhop.workers.dev/intel/wallet",
      "price_usdc": 0.005
    }
  ]
}