Virtuals Solana DBC State & Supply Receipt
Virtuals Solana DBC State & Supply Receipt. Virtuals Solana launches only. Returns finalized mint controls, ACTIVE_DBC vault custody, tokens outside the observed DBC vault, platform lifecycle, signature/slot provenance, and token-specific tape coverage. Every result below COMPLETE names its reasons and separates our own instrumentation age from real observation loss. It does not verify circulating supply, liquidity, safety, or post-migration custody and is not a forecast or trade signal.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-30
updated
Provider
app.tenna.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"discoverable": true,
"info": {
"input": {
"body": {
"chain": "solana",
"offering": "solana_launch_verification",
"tokenAddress": "5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"buyerTitle": "<buyerTitle>",
"chain": "solana",
"chainFacts": {},
"coverage": {},
"dbcSupplyState": {},
"disclaimer": "<disclaimer>",
"input": {},
"lifecycle": {},
"limitations": [
"<limitations>"
],
"observedTape": {},
"offering": "solana_launch_verification",
"platformClaims": {},
"pool": null,
"provenance": {},
"schemaVersion": "<schemaVersion>",
"state": "COMPLETE",
"stateReasonClasses": [
"<stateReasonClasses>"
],
"stateReasons": [
{}
],
"symbol": null,
"tokenMint": "<tokenMint>"
},
"type": "json"
}
},
"resource": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"description": "One Virtuals Solana token mint or supported DBC pool address.",
"properties": {
"asOf": {
"description": "Snapshot selector; only 'latest' is supported.",
"enum": [
"latest"
],
"type": "string"
},
"chain": {
"description": "Only 'solana' is supported.",
"enum": [
"solana"
],
"type": "string"
},
"offering": {
"const": "solana_launch_verification",
"description": "Offering identifier. Must be exactly 'solana_launch_verification'.",
"type": "string"
},
"tokenAddress": {
"description": "Case-sensitive Solana token mint or supported DBC pool address.",
"examples": [
"5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
],
"pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
"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": {
"buyerTitle": {
"description": "Problem-led public title.",
"type": "string"
},
"chain": {
"const": "solana",
"description": "Chain analysed.",
"type": "string"
},
"chainFacts": {
"description": "Finalized mint supply and authority facts.",
"type": "object"
},
"coverage": {
"description": "Membership, gap, poll and delivery coverage.",
"type": "object"
},
"dbcSupplyState": {
"description": "Observed DBC vault custody; never circulating supply.",
"type": "object"
},
"disclaimer": {
"description": "Information-only and non-signal boundary.",
"type": "string"
},
"input": {
"description": "Accepted buyer input and validation state.",
"type": "object"
},
"lifecycle": {
"description": "Virtuals platform and DBC lifecycle evidence.",
"type": "object"
},
"limitations": {
"description": "Coverage and interpretation limits.",
"items": {
"type": "string"
},
"type": "array"
},
"observedTape": {
"description": "Bounded locally observed event and swap tape. Self-describing: tapeScope says whether the window was systematic, incidental or never observed, and swapsMeaning says what the count means — OBSERVED_NO_TRADES_IN_WINDOW is a measured result, NOT_A_TRADE_COUNT means we never watched. firstTradeIsFirstEverFill is true only when the backfill reached the launch anchor untruncated.",
"type": "object"
},
"offering": {
"const": "solana_launch_verification",
"description": "Offering that produced this result.",
"type": "string"
},
"platformClaims": {
"description": "Attributed Virtuals API values quoted without forced reconciliation.",
"type": "object"
},
"pool": {
"description": "Resolved Virtuals DBC pool, when known.",
"type": [
"string",
"null"
]
},
"provenance": {
"description": "Public sources, finalized commitment, signature, slot and timing.",
"type": "object"
},
"schemaVersion": {
"description": "Solana receipt contract version.",
"type": "string"
},
"state": {
"description": "Overall evidence state, never a safety rating.",
"enum": [
"COMPLETE",
"PARTIAL",
"ANOMALY",
"UNAVAILABLE",
"INVALID_INPUT"
],
"type": "string"
},
"stateReasonClasses": {
"description": "Distinct reason classes present, for quick filtering.",
"items": {
"type": "string"
},
"type": "array"
},
"stateReasons": {
"description": "Every condition that kept the state below COMPLETE, each with a reason class. INSTRUMENTATION_AGE means our measurement started after this token and is not a gap in this token's data; NOT_OBSERVED means it was never in our observation scope; SCOPE_ENDED means we observed it and then stopped because the poll schedule is capped, so the window closed cleanly and what we collected is intact; OBSERVED_LOSS is a real coverage loss; OUT_OF_SCOPE is an unsupported lifecycle or token program; UPSTREAM is a provider or platform failure. Empty when COMPLETE.",
"items": {
"type": "object"
},
"type": "array"
},
"symbol": {
"description": "Platform or collector symbol, when known.",
"type": [
"string",
"null"
]
},
"tokenMint": {
"description": "Resolved case-sensitive Solana token mint.",
"type": "string"
}
},
"required": [
"schemaVersion",
"offering",
"buyerTitle",
"state",
"stateReasons",
"stateReasonClasses",
"chain",
"input",
"tokenMint",
"pool",
"symbol",
"lifecycle",
"chainFacts",
"dbcSupplyState",
"observedTape",
"coverage",
"platformClaims",
"provenance",
"limitations",
"disclaimer"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://app.tenna.ai/api/x402/tenna/solana_launch_verification" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://app.tenna.ai/api/x402/tenna/solana_launch_verification");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://app.tenna.ai/api/x402/tenna/solana_launch_verification")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5516.json, and this resource appears in /discovery/resources and /discovery/search.