x402 List

x402 Protocol Service Directory

token-risk

Data PAYMENT-READY

payment-ready until 2026-08-20

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.

first settlement 2026-07-26 · $0.04 all-time · settled via coinbase

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 11m 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
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
1565ms
avg response
535ms
total checks
1,712

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.01 (p53 in Data)
price (min)
$0.01
category percentile (min)
p53 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
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.04 30d · 2 buyers
volume 30d
$0.04
buyers 30d
2
settlements 30d
4
first settlement
2026-07-26
last settlement
2026-07-26
top buyer share
50% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$0.04
settlements all-time
4
median settlement 30d
$0.01
max settlement 30d
$0.01
settled via
coinbase ($0.04, 4 tx)

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-riskblockchain-analysissecuritybase-network

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 402 CHANNEL
POST /v1/scan $0.01 Base USDC header
POST /v1/wallet $0.01 Base USDC header
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 use the 30d selector; each series spans only the dates it has data for. 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% · 384ms avg07-26 · uptime 100.0% · 488ms avg07-27 · uptime 100.0% · 504ms avg07-28 · uptime 100.0% · 533ms avg07-29 · uptime 100.0% · 543ms avg07-30 · uptime 100.0% · 473ms avg07-31 · uptime 100.0% · 570ms avg08-01 · uptime 100.0% · 576ms avg08-02 · uptime 100.0% · 554ms avg08-03 · uptime 100.0% · 541ms avg08-04 · uptime 100.0% · 538ms avg08-05 · uptime 100.0% · 596ms avg08-06 · uptime 100.0% · 545ms avg08-07 · uptime 100.0% · 736ms avg08-08 · uptime 100.0% · 468ms avg08-09 · uptime 100.0% · 433ms avg08-10 · uptime 100.0% · 427ms avg08-11 · uptime 100.0% · 684ms avg08-12 · uptime 100.0% · 582ms avg08-13 · uptime 100.0% · 359ms avg07-2508-13
30d UPTIME 100%
RESPONSE TIME
07-25 · 384ms avg07-25 · 384ms avg07-26 · 488ms avg07-26 · 488ms avg07-27 · 504ms avg07-27 · 504ms avg07-28 · 533ms avg07-28 · 533ms avg07-29 · 543ms avg07-29 · 543ms avg07-30 · 473ms avg07-30 · 473ms avg07-31 · 570ms avg07-31 · 570ms avg08-01 · 576ms avg08-01 · 576ms avg08-02 · 554ms avg08-02 · 554ms avg08-03 · 541ms avg08-03 · 541ms avg08-04 · 538ms avg08-04 · 538ms avg08-05 · 596ms avg08-05 · 596ms avg08-06 · 545ms avg08-06 · 545ms avg08-07 · 736ms avg08-07 · 736ms avg08-08 · 468ms avg08-08 · 468ms avg08-09 · 433ms avg08-09 · 433ms avg08-10 · 427ms avg08-10 · 427ms avg08-11 · 684ms avg08-11 · 684ms avg08-12 · 582ms avg08-12 · 582ms avg08-13 · 359ms avg08-13 · 359ms avg07-2508-13
AVG RESP 534ms
PRICE (captured 402, USD)
07-25 · $0.0108-13 · $0.01$0.0107-2508-13

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

SUB-SCORES (uptime + x402 compliance)
07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2508-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-25 · last up 2026-08-13

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 253ms
● OK 323ms
● OK 178ms
● OK 383ms
● OK 266ms
● OK 534ms
● OK 313ms
● OK 244ms
● OK 235ms
● OK 184ms
● OK 436ms
● OK 385ms
● OK 270ms
● OK 183ms
● OK 389ms
● OK 212ms
● OK 100ms
● OK 305ms

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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/token-risk-ms0hezwz-0/update.