ToolAssay

Hyperboost Graduation Proof

Hyperboost Graduation Proof. Robinhood Chain Hyperboost graduation evidence for one token. A VERIFIED result requires a Virtuals official candidate matched to an on-chain graduation receipt on chainId 4663. Market fields are a later snapshot; reward and claim amounts remain unavailable without official wallet authentication and are never estimated. Historical evidence only, not a safety certificate and not a trading signal.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
150 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://app.tenna.ai/api/x402/tenna/hyperboost_graduation_receipt

CategoryMarket data
Provider hostapp.tenna.ai
Networkseip155: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-24 valid payment request 402$0.02 150 ms

Example input (from the provider)

{
  "body": {
    "chain": "robinhood",
    "offering": "hyperboost_graduation_receipt",
    "tokenAddress": "0x0000000000000000000000000000000000000000"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "description": "One Robinhood Chain token to check for observed graduation.",
          "properties": {
            "chain": {
              "description": "Only Robinhood Chain is supported.",
              "enum": [
                "robinhood"
              ],
              "type": "string"
            },
            "offering": {
              "description": "Offering identifier. Must be exactly 'hyperboost_graduation_receipt'.",
              "type": "string"
            },
            "tokenAddress": {
              "description": "20-byte EVM token address.",
              "examples": [
                "0x0000000000000000000000000000000000000000"
              ],
              "pattern": "^0x[a-fA-F0-9]{40}$",
              "type": "string"
            }
          },
          "required": [
            "offering",
            "chain",
            "tokenAddress"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "asset": {
              "description": "Symbol and name of the token.",
              "type": "object"
            },
            "chain": {
              "description": "Chain observed.",
              "type": "string"
            },
            "chainId": {
              "description": "Robinhood Chain id 4663.",
              "type": "integer"
            },
            "dataState": {
              "description": "VERIFIED | PARTIAL | NOT_FOUND.",
              "type": "string"
            },
            "limitations": {
              "description": "Coverage limits and missing data, always disclosed.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "marketSnapshot": {
              "description": "Later market snapshot.",
              "type": [
                "object",
                "null"
              ]
            },
            "observed": {
              "description": "Whether this observer has a receipt.",
              "type": "boolean"
            },
            "offering": {
              "const": "hyperboost_graduation_receipt",
              "description": "Offering that produced this result.",
              "type": "string"
            },
            "provenance": {
              "description": "Reproducibility metadata so another agent can audit this.",
              "properties": {
                "auditedDeliverableHash": {
                  "description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "generatedAt": {
                  "description": "Unix seconds.",
                  "type": "integer"
                },
                "ledgerLaunchCount": {
                  "description": "Launches in the ledger. Null when the offering is not derived from the launch ledger \u2014 this means not applicable, not collection failure.",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "ledgerSpanHours": {
                  "description": "Hours of history covered. Null when the offering is not derived from the launch ledger.",
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "resultHash": {
                  "description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "rubricVersion": {
                  "description": "Rubric the verdict was produced under. Present on audit offerings.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "source": {
                  "description": "Data origin.",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "receipt": {
              "description": "Graduation transaction evidence.",
              "type": [
                "object",
                "null"
              ]
            },
            "reward": {
              "description": "Unavailable/auth-required reward disclosure.",
              "type": "object"
            },
            "schemaVersion": {
              "description": "Deliverable contract version.",
              "type": "string"
            },
            "tokenAddress": {
              "description": "Token queried.",
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "schemaVersion",
            "offering",
            "provenance",
            "limitations",
            "dataState",
            "chainId",
            "observed",
            "reward"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required"

This page as JSON