TENNA Launch Intelligence
Explore BTC, ETH and SOL market conditions, LUMI and TENNA predictions, market briefings and relevant crypto news in one place.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"resource": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"tags": [
"solana",
"virtuals",
"meteora",
"dbc",
"supply",
"evidence"
],
"mimeType": "application/json",
"description": "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.",
"serviceName": "TENNA Launch Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"chain": "solana",
"offering": "solana_launch_verification",
"tokenAddress": "5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"pool": null,
"chain": "solana",
"input": {},
"state": "COMPLETE",
"symbol": null,
"coverage": {},
"offering": "solana_launch_verification",
"lifecycle": {},
"tokenMint": "<tokenMint>",
"buyerTitle": "<buyerTitle>",
"chainFacts": {},
"disclaimer": "<disclaimer>",
"provenance": {},
"limitations": [
"<limitations>"
],
"observedTape": {},
"stateReasons": [
{}
],
"schemaVersion": "<schemaVersion>",
"dbcSupplyState": {},
"platformClaims": {},
"stateReasonClasses": [
"<stateReasonClasses>"
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"offering",
"chain",
"tokenAddress"
],
"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."
}
},
"description": "One Virtuals Solana token mint or supported DBC pool address.",
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"schemaVersion",
"offering",
"buyerTitle",
"state",
"stateReasons",
"stateReasonClasses",
"chain",
"input",
"tokenMint",
"pool",
"symbol",
"lifecycle",
"chainFacts",
"dbcSupplyState",
"observedTape",
"coverage",
"platformClaims",
"provenance",
"limitations",
"disclaimer"
],
"properties": {
"pool": {
"type": [
"string",
"null"
],
"description": "Resolved Virtuals DBC pool, when known."
},
"chain": {
"type": "string",
"const": "solana",
"description": "Chain analysed."
},
"input": {
"type": "object",
"description": "Accepted buyer input and validation state."
},
"state": {
"enum": [
"COMPLETE",
"PARTIAL",
"ANOMALY",
"UNAVAILABLE",
"INVALID_INPUT"
],
"type": "string",
"description": "Overall evidence state, never a safety rating."
},
"symbol": {
"type": [
"string",
"null"
],
"description": "Platform or collector symbol, when known."
},
"coverage": {
"type": "object",
"description": "Membership, gap, poll and delivery coverage."
},
"offering": {
"type": "string",
"const": "solana_launch_verification",
"description": "Offering that produced this result."
},
"lifecycle": {
"type": "object",
"description": "Virtuals platform and DBC lifecycle evidence."
},
"tokenMint": {
"type": "string",
"description": "Resolved case-sensitive Solana token mint."
},
"buyerTitle": {
"type": "string",
"description": "Problem-led public title."
},
"chainFacts": {
"type": "object",
"description": "Finalized mint supply and authority facts."
},
"disclaimer": {
"type": "string",
"description": "Information-only and non-signal boundary."
},
"provenance": {
"type": "object",
"description": "Public sources, finalized commitment, signature, slot and timing."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Coverage and interpretation limits."
},
"observedTape": {
"type": "object",
"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."
},
"stateReasons": {
"type": "array",
"items": {
"type": "object"
},
"description": "Conditions that kept the state below COMPLETE, each with a reason class. INSTRUMENTATION_AGE: measurement began after this token, not a data gap. NOT_OBSERVED: never in observation scope. SCOPE_ENDED: observed, then the capped poll schedule closed the window cleanly; what we collected is intact. OBSERVED_LOSS: real coverage loss. OUT_OF_SCOPE: unsupported lifecycle or token program. UPSTREAM: provider or platform failure. Empty when COMPLETE."
},
"schemaVersion": {
"type": "string",
"description": "Solana receipt contract version."
},
"dbcSupplyState": {
"type": "object",
"description": "Observed DBC vault custody; never circulating supply."
},
"platformClaims": {
"type": "object",
"description": "Attributed Virtuals API values quoted without forced reconciliation."
},
"stateReasonClasses": {
"type": "array",
"items": {
"type": "string"
},
"description": "Distinct reason classes present, for quick filtering."
}
},
"additionalProperties": true
}
}
}
}
},
"resource": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"discoverable": true
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x7eaf…c4c5b. The signed payment is good for 1 minute.
- Paid to
- 0x7eaf…c4c5b
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"resource": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"chain": "solana",
"offering": "solana_launch_verification",
"tokenAddress": "5dsHP1RGKbRNpzpMmZFyHp9gffViyw4Z1rhCFevrueM1"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"pool": null,
"chain": "solana",
"input": {},
"state": "COMPLETE",
"symbol": null,
"coverage": {},
"offering": "solana_launch_verification",
"lifecycle": {},
"tokenMint": "<tokenMint>",
"buyerTitle": "<buyerTitle>",
"chainFacts": {},
"disclaimer": "<disclaimer>",
"provenance": {},
"limitations": [
"<limitations>"
],
"observedTape": {},
"stateReasons": [
{}
],
"schemaVersion": "<schemaVersion>",
"dbcSupplyState": {},
"platformClaims": {},
"stateReasonClasses": [
"<stateReasonClasses>"
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"offering",
"chain",
"tokenAddress"
],
"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."
}
},
"description": "One Virtuals Solana token mint or supported DBC pool address.",
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"schemaVersion",
"offering",
"buyerTitle",
"state",
"stateReasons",
"stateReasonClasses",
"chain",
"input",
"tokenMint",
"pool",
"symbol",
"lifecycle",
"chainFacts",
"dbcSupplyState",
"observedTape",
"coverage",
"platformClaims",
"provenance",
"limitations",
"disclaimer"
],
"properties": {
"pool": {
"type": [
"string",
"null"
],
"description": "Resolved Virtuals DBC pool, when known."
},
"chain": {
"type": "string",
"const": "solana",
"description": "Chain analysed."
},
"input": {
"type": "object",
"description": "Accepted buyer input and validation state."
},
"state": {
"enum": [
"COMPLETE",
"PARTIAL",
"ANOMALY",
"UNAVAILABLE",
"INVALID_INPUT"
],
"type": "string",
"description": "Overall evidence state, never a safety rating."
},
"symbol": {
"type": [
"string",
"null"
],
"description": "Platform or collector symbol, when known."
},
"coverage": {
"type": "object",
"description": "Membership, gap, poll and delivery coverage."
},
"offering": {
"type": "string",
"const": "solana_launch_verification",
"description": "Offering that produced this result."
},
"lifecycle": {
"type": "object",
"description": "Virtuals platform and DBC lifecycle evidence."
},
"tokenMint": {
"type": "string",
"description": "Resolved case-sensitive Solana token mint."
},
"buyerTitle": {
"type": "string",
"description": "Problem-led public title."
},
"chainFacts": {
"type": "object",
"description": "Finalized mint supply and authority facts."
},
"disclaimer": {
"type": "string",
"description": "Information-only and non-signal boundary."
},
"provenance": {
"type": "object",
"description": "Public sources, finalized commitment, signature, slot and timing."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Coverage and interpretation limits."
},
"observedTape": {
"type": "object",
"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."
},
"stateReasons": {
"type": "array",
"items": {
"type": "object"
},
"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."
},
"schemaVersion": {
"type": "string",
"description": "Solana receipt contract version."
},
"dbcSupplyState": {
"type": "object",
"description": "Observed DBC vault custody; never circulating supply."
},
"platformClaims": {
"type": "object",
"description": "Attributed Virtuals API values quoted without forced reconciliation."
},
"stateReasonClasses": {
"type": "array",
"items": {
"type": "string"
},
"description": "Distinct reason classes present, for quick filtering."
}
},
"additionalProperties": true
}
}
}
}
},
"resource": "https://app.tenna.ai/api/x402/tenna/solana_launch_verification",
"discoverable": true
}
}Provenance
- Seen in the source catalog
- 2026-08-30 20:10Z
- Last indexed by Roundhouse
- 2026-09-26 18:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-22 06:15Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 27 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service TENNA Launch Intelligence and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=TENNA%20Launch%20Intelligence' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://app.tenna.ai/api/x402/tenna/solana_launch_verification, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.