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.
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/solana_launch_verification
| Category | Market data |
|---|---|
| Provider host | app.tenna.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"chain": "solana",
"offering": "solana_launch_verification",
"tokenAddress": "5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
},
"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 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 \u2014 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.",