{
  "x402Version": 2,
  "id": 5010,
  "slug": "5010",
  "resource": "https://graphadvocate.com/agent/score",
  "description": "Composite 0-100 reputation score for any Base wallet. POST {wallet, days?=90}. Combines ERC-8004 registration (Agent0 subgraph), USDC settlement velocity (Base RPC scan), and ERC-8004 feedback+validation registry events aggregated across all of the owner's agents. Hard-gates on 8004 registration to filter burn addresses + CEX wallets. Cached 24h. Use for: should I integrate/pay/trust this peer agent.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "days": 90,
            "wallet": "0x575267eED09c338FAE5716A486A7B58A5749A292"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "awarded_points": {
              "active_last_7d": 10,
              "any_feedback": 10,
              "erc8004_age_gt_7d": 5,
              "erc8004_registered": 15,
              "ipfs_declares_x402": 5,
              "ipfs_metadata_valid": 5,
              "positive_avg_feedback": 5,
              "received_any_30d": 10
            },
            "cache_hit": false,
            "max_score": 100,
            "score": 65,
            "signals": {
              "avg_feedback_value": 85,
              "distinct_feedback_clients": 1,
              "distinct_senders_30d": 2,
              "erc8004_age_days": 75.2,
              "erc8004_agent_count_for_owner": 1,
              "erc8004_agent_id": "41034",
              "erc8004_registered": true,
              "feedback_count": 1,
              "usdc_received_30d_usdc": 4.66
            },
            "tier": "active",
            "verdict": "[active] ERC-8004 registered (75d old, agent #41034) — metadata valid — received $4.6620 USDC from 2 distinct sender(s) in 30d (9 tx) — last paid call 2.6d ago — 1 feedback event(s) from 1 distinct client(s), avg value 85.0.",
            "wallet": "0x575267eED09c338FAE5716A486A7B58A5749A292",
            "window_days": 90
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "days": {
                    "default": 90,
                    "description": "USDC settlement scan window.",
                    "maximum": 365,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "wallet": {
                    "description": "Wallet address to score (owner or agentWallet).",
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "type": "string"
                  }
                },
                "required": [
                  "wallet"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "cache_hit": {
                    "type": "boolean"
                  },
                  "score": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "tier": {
                    "enum": [
                      "active_verified",
                      "active",
                      "registered_or_settling",
                      "dormant_low_signal",
                      "no_evidence"
                    ],
                    "type": "string"
                  },
                  "verdict": {
                    "type": "string"
                  },
                  "wallet": {
                    "type": "string"
                  }
                },
                "required": [
                  "wallet",
                  "score",
                  "tier",
                  "verdict"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "graphadvocate.com",
  "lastUpdated": "2026-09-12T00:27:16.455Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-12T00:27:16.299Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "graphadvocate.com",
    "manifest_name": "graphadvocate.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}