ToolAssay

AI-written token verdict on one token contract on Base

AI-written token verdict on one token contract on Base: grade (BASED/MID/COOKED/RADIOACTIVE), a one-liner and a… Returns: an AI-written token verdict on one token contract: grade (BASED/MID/COOKED/RADIOACTIVE, a stated rule over the contract's own state), a one-liner and a roast, and the facts read: code size, name, symbol, decimals, supply, owner(), proxy slots. It does not read holders, liquidity or price and makes no safety or legitimacy call. Query: token (token contract, 0x + 40 hex).

Answeringour last check, 2026-09-25
1 of 1checks answered this week
843 msmedian answer time
$0.018listed price per call
$0.018price 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

GET https://ari001.tailb4ac3a.ts.net/v1/ventures/token_verdict_api/token_verdict_base

CategoryCode and developer
Provider hostari001.tailb4ac3a.ts.net
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.018 843 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "token": {
              "description": "token contract, 0x + 40 hex",
              "pattern": "^0x[a-fA-F0-9]{40}$",
              "type": "string"
            }
          },
          "required": [
            "token"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cached": {
              "type": "boolean"
            },
            "chain": {
              "type": "string"
            },
            "error": {
              "description": "present when ok is false",
              "type": "string"
            },
            "method": {
              "const": "verdict"
            },
            "ok": {
              "type": "boolean"
            },
            "result": {
              "properties": {
                "disclaimer": {
                  "type": "string"
                },
                "facts": {
                  "description": "the contract state read: is_contract, code_bytes, name, symbol, decimals, total_supply, owner, owner_renounced, proxy_slot, proxy_implementation, proxy_slots_checked, erc20_shaped",
                  "type": "object"
                },
                "grade": {
                  "description": "RADIOACTIVE: not a contract, or not ERC-20 shaped (no decimals/totalSupply). COOKED: a proxy implementation slot is set (EIP-1967, its beacon, or ZeppelinOS) AND owner() names a live owner. MID: either one. BASED: neither found.",
                  "enum": [
                    "BASED",
                    "MID",
                    "COOKED",
                    "RADIOACTIVE"
                  ]
                },
                "grade_rule": {
                  "type": "string"
                },
                "one_liner": {
                  "maxLength": 60,
                  "type": "string"
                },
                "roast": {
                  "maxLength": 220,
                  "type": "string"
                },
                "token": {
                  "pattern": "^0x[0-9a-fA-F]{40}$",
                  "type": "string"
                },
                "written_by": {
                  "enum": [
                    "model",
                    "template"
                  ]
                }
              },
              "required": [
                "token",
                "grade",
                "one_liner",
                "roast",
                "written_by",
                "facts"
              ],
              "type": "object"
            },
            "service": {
              "type": "string"
            }
          },
          "required": [
            "ok",
            "service"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON