token-risk.fly.dev
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
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x332D…45401. The signed payment is good for 5 minutes.
- Paid to
- 0x332D…45401
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x332DbF15a8Bcca8eEB4390b380202360F4f45401",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]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
}
}Provenance
- Seen in the source catalog
- 2026-07-21 17:44Z
- Last indexed by Roundhouse
- 2026-07-23 06:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 15:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service token-risk.fly.dev and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=token-risk.fly.dev' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://token-risk.fly.dev/v1/wallet, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.