x402 List

x402 Protocol Service Directory

token-risk

Data

Deterministic on-chain structural risk report for an ERC-20 token on Base. Keyless x402-native payment — no signup, no API key. Reports STRUCTURAL risk, not reputation: centralized-control powers (mint/pause/blacklist) are flagged regardless of issuer. Score 0-100, higher = structurally safer. Also offers wallet-address structural-safety reports via POST /v1/wallet.

Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-25 · no on-chain settlement recorded yet

BASE URL https://token-risk.com WEBSITE https://token-risk.com/llms.txt ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-25 MONITORED SINCE 2026-07-25

ASSESSMENT

updated 3h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
295ms
avg response
295ms
total checks
1
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p60 in Data)
price (min)
$0.01
category percentile (min)
p60 in Data
endpoints / prices
2 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
3d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-07-22

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides structural risk reports for ERC-20 tokens and wallet addresses on the Base blockchain.

category
token-risk
in
body
auth
none
token-riskblockchainsecurityerc20wallet-analysis

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /v1/scan $0.01 Base USDC
POST /v1/wallet $0.01 Base USDC
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/scan returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://token-risk.com/v1/scan'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x332DbF15a8Bcca8eEB4390b380202360F4f45401",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://token-risk.com/v1/scan",
      "mimeType": "application/json",
      "description": "Deterministic on-chain structural risk report for an ERC-20 token on Base. Keyless x402-native payment — no signup, no API key. Reports STRUCTURAL risk, not reputation: centralized-control powers (mint/pause/blacklist) are flagged regardless of issuer. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "chainId": 8453
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "cache": {
                "hit": false,
                "ageSeconds": 0
              },
              "score": 100,
              "checks": [
                {
                  "id": "contract_exists",
                  "status": "pass",
                  "summary": "contract code present"
                }
              ],
              "engine": {
                "version": "0.3.0"
              },
              "address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
              "chainId": 8453,
              "context": {
                "knownAsset": true
              },
              "scoring": {
                "penalties": [],
                "configVersion": "1.0.0"
              },
              "verdict": "low_risk",
              "requestId": "018f2c6e-example",
              "generatedAt": "2026-01-01T00:00:00.000Z",
              "schemaVersion": 3
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "chainId",
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "pattern": "^0x[0-9a-fA-F]{40}$"
                    },
                    "chainId": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "exclusiveMinimum": 0
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "schemaVersion",
                    "requestId",
                    "chainId",
                    "address",
                    "verdict",
                    "score",
                    "checks",
                    "generatedAt",
                    "engine",
                    "context"
                  ],
                  "properties": {
                    "cache": {
                      "type": "object",
                      "required": [
                        "hit",
                        "ageSeconds"
                      ],
                      "properties": {
                        "hit": {
                          "type": "boolean"
                        },
                        "ageSeconds": {
                          "type": "integer",
                          "maximum": 9007199254740991,
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number",
                          "maximum": 100,
                          "minimum": 0
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "checks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "status"
                        ],
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "pass",
                              "fail",
                              "skip",
                              "error"
                            ],
                            "type": "string"
                          },
                          "summary": {
                            "type": "string"
                          },
                          "evidence": {
                            "type": "object",
                            "propertyNames": {
                              "type": "string"
                            },
                            "additionalProperties": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "boolean"
                                }
                              ]
                            }
                          },
                          "durationMs": {
                            "type": "integer",
                            "maximum": 9007199254740991,
                            "minimum": 0
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "engine": {
                      "type": "object",
                      "required": [
                        "version"
                      ],
                      "properties": {
                        "version": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "address": {
                      "type": "string",
                      "pattern": "^0x[0-9a-f]{40}$"
                    },
                    "chainId": {
                      "type": "integer",
                      "maximum": 9007199254740991,
                      "minimum": -9007199254740991
                    },
                    "context": {
                      "type": "object",
                      "required": [
                        "knownAsset"
                      ],
                      "properties": {
                        "knownAsset": {
                          "type": "boolean"
                        }
                      },
                      "additionalProperties": false
                    },
                    "scoring": {
                      "type": "object",
                      "required": [
                        "configVersion",
                        "penalties"
                      ],
                      "properties": {
                        "penalties": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "checkId",
                              "points",
                              "reason"
                            ],
                            "properties": {
                              "points": {
                                "type": "number"
                              },
                              "reason": {
                                "type": "string"
                              },
                              "checkId": {
                                "type": "string"
                              }
                            },
                            "additionalProperties": false
                          }
                        },
                        "configVersion": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "verdict": {
                      "enum": [
                        "low_risk",
                        "medium_risk",
                        "high_risk",
                        "inconclusive"
                      ],
                      "type": "string"
                    },
                    "findings": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "severity",
                          "title",
                          "detail"
                        ],
                        "properties": {
                          "id": {
                            "type": "string",
                            "maxLength": 64,
                            "minLength": 1
                          },
                          "title": {
                            "type": "string",
                            "maxLength": 120,
                            "minLength": 1
                          },
                          "detail": {
                            "type": "string",
                            "maxLength": 500,
                            "minLength": 1
                          },
                          "severity": {
                            "enum": [
                              "info",
                              "caution"
                            ],
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "requestId": {
                      "type": "string"
                    },
                    "enrichment": {
                      "type": "object",
                      "required": [
                        "model",
                        "latencyMs"
                      ],
                      "properties": {
                        "model": {
                          "type": "string"
                        },
                        "latencyMs": {
                          "type": "integer",
                          "maximum": 9007199254740991,
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "generatedAt": {
                      "type": "string",
                      "format": "date-time",
                      "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
                    },
                    "schemaVersion": {
                      "type": "number",
                      "const": 3
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        },
        "discoverable": true
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x332DbF15a8Bcca8eEB4390b380202360F4f45401",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://token-risk.com/v1/wallet",
      "mimeType": "application/json",
      "description": "Deterministic on-chain structural-safety report for a Base address: contract detection, verification status, proxy/owner/privileged-function analysis. Behavioral signals (age, activity, funding) not yet included. Keyless x402-native payment — no signup, no API key. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "address": "0x89232FFb57C3b865B5BAEd4236765DfC797E28A9"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "cache": {
                "hit": false,
                "ageSeconds": 0
              },
              "score": 100,
              "checks": [
                {
                  "id": "address_kind",
                  "status": "pass",
                  "summary": "address is an EOA (no contract bytecode)"
                }
              ],
              "engine": {
                "version": "0.1.0"
              },
              "address": "0x89232ffb57c3b865b5baed4236765dfc797e28a9",
              "chainId": 8453,
              "scoring": {
                "penalties": [],
                "configVersion": "1.0.0"
              },
              "verdict": "low_risk",
              "requestId": "018f2c6e-wallet-example",
              "generatedAt": "2026-01-01T00:00:00.000Z",
              "schemaVersion": 1
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "pattern": "^0x[0-9a-fA-F]{40}$"
                    }
                  },
                  "additionalProperties": false
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "schemaVersion",
                    "requestId",
                    "chainId",
                    "address",
                    "verdict",
                    "score",
                    "checks",
                    "generatedAt",
                    "engine"
                  ],
                  "properties": {
                    "cache": {
                      "type": "object",
                      "required": [
                        "hit",
                        "ageSeconds"
                      ],
                      "properties": {
                        "hit": {
                          "type": "boolean"
                        },
                        "ageSeconds": {
                          "type": "integer",
                          "maximum": 9007199254740991,
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "score": {
                      "anyOf": [
                        {
                          "type": "number",
                          "maximum": 100,
                          "minimum": 0
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "checks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "status"
                        ],
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "status": {
                            "enum": [
                              "pass",
                              "fail",
                              "skip",
                              "error"
                            ],
                            "type": "string"
                          },
                          "summary": {
                            "type": "string"
                          },
                          "evidence": {
                            "type": "object",
                            "propertyNames": {
                              "type": "string"
                            },
                            "additionalProperties": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "boolean"
                                }
                              ]
                            }
                          },
                          "durationMs": {
                            "type": "integer",
                            "maximum": 9007199254740991,
                            "minimum": 0
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "engine": {
                      "type": "object",
                      "required": [
                        "version"
                      ],
                      "properties": {
                        "version": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "address": {
                      "type": "string",
                      "pattern": "^0x[0-9a-f]{40}$"
                    },
                    "chainId": {
                      "type": "number",
                      "const": 8453
                    },
                    "scoring": {
                      "type": "object",
                      "required": [
                        "configVersion",
                        "penalties"
                      ],
                      "properties": {
                        "penalties": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "required": [
                              "checkId",
                              "points",
                              "reason"
                            ],
                            "properties": {
                              "points": {
                                "type": "number"
                              },
                              "reason": {
                                "type": "string"
                              },
                              "checkId": {
                                "type": "string"
                              }
                            },
                            "additionalProperties": false
                          }
                        },
                        "configVersion": {
                          "type": "string"
                        }
                      },
                      "additionalProperties": false
                    },
                    "verdict": {
                      "enum": [
                        "low_risk",
                        "medium_risk",
                        "high_risk",
                        "inconclusive"
                      ],
                      "type": "string"
                    },
                    "findings": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "id",
                          "severity",
                          "title",
                          "detail"
                        ],
                        "properties": {
                          "id": {
                            "type": "string",
                            "maxLength": 64,
                            "minLength": 1
                          },
                          "title": {
                            "type": "string",
                            "maxLength": 120,
                            "minLength": 1
                          },
                          "detail": {
                            "type": "string",
                            "maxLength": 500,
                            "minLength": 1
                          },
                          "severity": {
                            "enum": [
                              "info",
                              "caution"
                            ],
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "requestId": {
                      "type": "string"
                    },
                    "enrichment": {
                      "type": "object",
                      "required": [
                        "model",
                        "latencyMs"
                      ],
                      "properties": {
                        "model": {
                          "type": "string"
                        },
                        "latencyMs": {
                          "type": "integer",
                          "maximum": 9007199254740991,
                          "minimum": 0
                        }
                      },
                      "additionalProperties": false
                    },
                    "generatedAt": {
                      "type": "string",
                      "format": "date-time",
                      "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
                    },
                    "schemaVersion": {
                      "type": "number",
                      "const": 1
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        },
        "discoverable": true
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/token-risk-ms0hezwz-0/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-25 · uptime 100.0% · 273ms avg07-2507-25
30d UPTIME 100%
RESPONSE TIME
07-25 · 273ms avg07-25 · 273ms avg07-2507-25
AVG RESP 273ms
PRICE (captured 402, USD)
building price history ($0.01)

Median across 2 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (13) · click to expand
TIME STATUS RESP
● SLOW 465ms
● OK 130ms
● OK 220ms
● OK 150ms
● OK 131ms
● OK 181ms
● SLOW 416ms
● OK 137ms
● SLOW 640ms
● OK 235ms
● OK 119ms
● SLOW 429ms
● OK 295ms

EMBED THIS BADGE

Show that token-risk is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

token-risk listed on x402-list
status
token-risk uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/token-risk-ms0hezwz-0?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/token-risk-ms0hezwz-0.svg" alt="token-risk listed on x402-list" height="28">
</a>
// Markdown
[![token-risk on x402-list](https://x402-list.com/badge/token-risk-ms0hezwz-0.svg)](https://x402-list.com/services/token-risk-ms0hezwz-0?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/token-risk-ms0hezwz-0?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/token-risk-ms0hezwz-0.svg?data=uptime" alt="token-risk uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]