Send a Base token contract address, get an AI-written verdict
Send a Base token contract address, get an AI-written verdict: onchain metrics, a plain-language take, and a shareable verdict card. Entertainment, not trading advice.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
699 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://ax1-new.vercel.app/api/dashboard/q-verdict/resource
| Category | Market data |
|---|---|
| Provider host | ax1-new.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 98 from 18 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 699 ms |
Example input (from the provider)
{
"body": {
"requestKey": "q-verdict-3f7b2c1e-8a4d-4e9f-9c21-0b6d7a5e1f22",
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"input": {
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"requestKey": {
"description": "Caller-chosen idempotency key. Repeating it with the same token address never creates a second payment.",
"maxLength": 128,
"minLength": 8,
"type": "string"
},
"tokenAddress": {
"description": "Base token contract address to roast.",
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"required": [
"requestKey",
"tokenAddress"
],
"type": "object"
},
"bodyType": {
"const": "json"
},
"discoverable": {
"const": true
},
"method": {
"const": "POST"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"grade": {
"enum": [
"BASED",
"MID",
"COOKED",
"RADIOACTIVE"
]
},
"one_liner": {
"maxLength": 60,
"type": "string"
},
"price": {
"type": "string"
},
"roast": {
"maxLength": 220,
"type": "string"
}
},
"required": [
"grade",
"roast",
"one_liner"
],
"type": "object"
},
"type": {
"const": "json"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}