# TENNA Launch Intelligence: Solana DBC State & Supply Verification

> TENNA Launch Intelligence: Solana DBC State & Supply Verification is a paid API for AI agents from app.tenna.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns finalized mint controls, DBC vault custody state, tokens outside the vault, platform lifecycle status, and signature/slot provenance for a Virtuals Solana token launch.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/tenna/solana_launch_verification
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenna-launch-intelligence-solana-dbc-state-supply-verification-b233c4dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MDaaJR2c3M7If-NHJgJeb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenna-launch-intelligence-solana-dbc-state-supply-verification-b233c4dd -d '<json body>'
```

Example prompt: Can you check the Virtuals Solana DBC vault custody and mint control state for token 5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1 using TENNA's latest launch verification?

## When to prefer this

Use this endpoint when you need a verifiable on-chain state receipt for a Virtuals Solana token launch, specifically to inspect DBC vault custody, finalized mint controls, and platform lifecycle status. Prefer it over general blockchain explorers when you need TENNA's structured instrumentation with explicit observation-age reporting and tape coverage for Virtuals protocol launches on Solana only.

## Known failure modes

- Invalid or non-Solana token address format returns validation error
- Non-Virtuals Solana token addresses may return incomplete or unsupported results
- Stale instrumentation may mean observation lag is reported alongside data
- Network or upstream RPC unavailability may delay or block response
- Incorrect offering identifier returns rejection

## How this service works

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.

## Output

Returns a structured receipt including: finalized mint control status, ACTIVE_DBC vault custody details, count/details of tokens observed outside the DBC vault, platform lifecycle stage, signature and slot provenance, token-specific tape coverage, instrumentation age, and labeled reasons for any COMPLETE status. Does not verify circulating supply, liquidity, safety, or post-migration custody.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asOf": {
   "enum": [
    "latest"
   ],
   "type": "string",
   "description": "Snapshot selector; only 'latest' is supported."
  },
  "chain": {
   "enum": [
    "solana"
   ],
   "type": "string",
   "description": "Only 'solana' is supported."
  },
  "offering": {
   "type": "string",
   "const": "solana_launch_verification",
   "description": "Offering identifier. Must be exactly 'solana_launch_verification'."
  },
  "tokenAddress": {
   "type": "string",
   "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
   "examples": [
    "5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
   ],
   "description": "Case-sensitive Solana token mint or supported DBC pool address."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenna-launch-intelligence-solana-dbc-state-supply-verification-b233c4dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.tenna.ai](https://www.zero.xyz/host/app.tenna.ai/llms.txt)
