mirrored listing x402 eip155:8453

Composite 0-100 reputation score for any Base wallet

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.

Do you run graphadvocate.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-12
updated

Provider

graphadvocate.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://graphadvocate.com/agent/score"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://graphadvocate.com/agent/score");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://graphadvocate.com/agent/score")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5010.json, and this resource appears in /discovery/resources and /discovery/search.