{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "AgentRadar Verify",
  "description": "On-chain meta-trust oracle for the x402 agent economy. Aggregates 6 independent trust signals (ERC-8004 Identity, ERC-8004 Reputation, endpoint health, scam database, metadata fidelity, GoPlus on-chain risk) into a single composite score. Writes results as EAS attestations on Base. Accepts x402 micropayments from autonomous agents.",
  "image": "",
  "services": [
    {
      "name": "web",
      "endpoint": "https://api.vvpro.ai/health"
    },
    {
      "name": "A2A",
      "endpoint": "https://api.vvpro.ai/.well-known/agent-card.json",
      "version": "0.3.0"
    },
    {
      "name": "MCP",
      "endpoint": "https://api.vvpro.ai/mcp",
      "version": "2025-06-18"
    }
  ],
  "x402Support": true,
  "active": true,
  "endpoints": {
    "verify": "https://api.vvpro.ai/verify",
    "attest": "https://api.vvpro.ai/attest",
    "score": "https://api.vvpro.ai/score",
    "health": "https://api.vvpro.ai/health"
  },
  "pricing": {
    "verify": {
      "amount": "0.005",
      "currency": "USDC",
      "network": "eip155:8453"
    },
    "attest": {
      "amount": "5.00",
      "currency": "USDC",
      "network": "eip155:8453"
    },
    "score": "free",
    "health": "free"
  },
  "supportedTrust": [
    "reputation",
    "erc8004-identity",
    "erc8004-reputation",
    "eas-attestation",
    "scam-detection",
    "endpoint-health"
  ],
  "registrations": [
    {
      "agentId": 46757,
      "agentRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    }
  ]
}