TENNA Launch Intelligence
Latest Sealed BTC Forecast. Latest sealed five-minute LUMI, TENNA, and consensus forecast from TENNA Observatory, including English commentary, recent accuracy, and eligible live edge-node consensus. Reuses existing app.tenna.ai output with no extra AI call. Eligible external wallets may receive one zero-budget preview per UTC day; 0.01 USDC is the fallback rate because ACP cannot list a zero price. Experimental forecast with no demonstrated edge.
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/observatory_round_preview",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://app.tenna.ai/api/x402/tenna/observatory_round_preview",
"tags": [
"btc",
"forecast",
"sealed"
],
"mimeType": "application/json",
"description": "Latest Sealed BTC Forecast. Latest sealed five-minute LUMI, TENNA, and consensus forecast from TENNA Observatory, including English commentary, recent accuracy, and eligible live edge-node consensus. Reuses existing app.tenna.ai output with no extra AI call. Eligible external wallets may receive one zero-budget preview per UTC day; 0.01 USDC is the fallback rate because ACP cannot list a zero price. Experimental forecast with no demonstrated edge.",
"serviceName": "TENNA Launch Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"offering": "observatory_round_preview"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"edge": {},
"round": null,
"agents": [
{}
],
"appUrl": "<appUrl>",
"offering": "observatory_round_preview",
"dataState": "<dataState>",
"reuseOnly": true,
"provenance": {
"source": "<source>",
"resultHash": null,
"generatedAt": 1,
"rubricVersion": null,
"ledgerSpanHours": null,
"ledgerLaunchCount": null,
"auditedDeliverableHash": null
},
"limitations": [
"<limitations>"
],
"accessPolicy": {},
"schemaVersion": "<schemaVersion>",
"signalComparison": {},
"additionalAiCalls": 1,
"contentBoundaryEn": "<contentBoundaryEn>",
"recentAccuracyPct": {},
"roundRelationship": {},
"availabilitySummary": {},
"agentTimeframeContext": {},
"recentAccuracyContext": {},
"pipelineDecisionContext": {},
"recentAccuracyPctRoleEn": "<recentAccuracyPctRoleEn>"
}
}
},
"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"
],
"properties": {
"offering": {
"type": "string",
"const": "observatory_round_preview",
"description": "Offering identifier. Must be exactly 'observatory_round_preview'."
}
},
"description": "No inputs; returns the latest already-sealed Observatory round.",
"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",
"provenance",
"limitations",
"dataState",
"availabilitySummary",
"round",
"agents",
"agentTimeframeContext",
"pipelineDecisionContext",
"recentAccuracyPct",
"recentAccuracyPctRoleEn",
"recentAccuracyContext",
"roundRelationship",
"edge",
"signalComparison",
"contentBoundaryEn",
"reuseOnly",
"additionalAiCalls",
"appUrl",
"accessPolicy"
],
"properties": {
"edge": {
"type": "object",
"description": "Live local edge consensus or explicit unavailable reason, including the upstream source generation time, round, sequence, and each delivery-time node's relationship to the matching sealed EDGE_NN component at prediction cutoff."
},
"round": {
"type": [
"object",
"null"
],
"description": "Sealed five-minute round metadata."
},
"access": {
"type": "object",
"description": "Actual contract budget and campaign mode added by the listener."
},
"agents": {
"type": "array",
"items": {
"type": "object"
},
"description": "Sanitized sealed-round forecast rows. Each row declares its sealed source scope; raw-to-calibrated comments carry machine-readable calibration boundaries without inventing an upstream rule. pipelineStage and decisionScope distinguish raw/components from consensus/final rows."
},
"appUrl": {
"type": "string",
"description": "English Observatory product page."
},
"offering": {
"type": "string",
"const": "observatory_round_preview",
"description": "Offering that produced this result."
},
"dataState": {
"type": "string",
"description": "COMPLETE when the sealed forecast and live edge are both available and not directionally divergent; COMPLETE_WITH_DIVERGENT_SIGNALS when both are available but point in different directions; COMPLETE_WITHOUT_LIVE_EDGE when the sealed forecast is complete but the delivery-time live edge is unavailable; otherwise UNAVAILABLE."
},
"reuseOnly": {
"type": "boolean",
"description": "True when existing output was reused."
},
"sourceUrl": {
"type": "string",
"description": "Public source endpoint."
},
"provenance": {
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "Data origin."
},
"resultHash": {
"type": [
"string",
"null"
],
"description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings."
},
"generatedAt": {
"type": "integer",
"description": "Unix seconds."
},
"rubricVersion": {
"type": [
"string",
"null"
],
"description": "Rubric the verdict was produced under. Present on audit offerings."
},
"ledgerSpanHours": {
"type": [
"number",
"null"
],
"description": "Hours of history covered. Null when the offering is not derived from the launch ledger."
},
"ledgerLaunchCount": {
"type": [
"integer",
"null"
],
"description": "Launches in the ledger. Null when the offering is not derived from the launch ledger — this means not applicable, not collection failure."
},
"auditedDeliverableHash": {
"type": [
"string",
"null"
],
"description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope."
}
},
"description": "Reproducibility metadata so another agent can audit this."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Coverage limits and missing data, always disclosed."
},
"accessPolicy": {
"type": "object",
"description": "Free-preview quota and fallback-price policy."
},
"schemaVersion": {
"type": "string",
"description": "Deliverable contract version."
},
"signalComparison": {
"type": "object",
"description": "Relationship between the sealed CONSENSUS oracle row at prediction cutoff and the independently refreshed delivery-time live edge aggregate, including source/time scope and a plain-English summary."
},
"additionalAiCalls": {
"type": "integer",
"description": "Additional AI calls caused by this job."
},
"contentBoundaryEn": {
"type": "string",
"description": "States that directional agent prose is experimental forecast description rather than advice or instruction."
},
"recentAccuracyPct": {
"type": "object",
"description": "Recent resolved-round accuracy by agent."
},
"roundRelationship": {
"type": "object",
"description": "Distinguishes the current sealed round's start price from the previous settled round's start price."
},
"lastCompletedRound": {
"type": [
"object",
"null"
],
"description": "Most recent settlement summary."
},
"availabilitySummary": {
"type": "object",
"description": "Headline availability for the sealed forecast and live edge, including the live-edge reason and directional relationship so partial or divergent delivery is visible before the detailed edge block."
},
"agentTimeframeContext": {
"type": "object",
"description": "Separates the round settlement horizon from heterogeneous upstream per-agent timeframe labels and groups the affected rows."
},
"recentAccuracyContext": {
"type": "object",
"description": "Exact returned/resolved round window, scoring rule, resolution rule, and per-agent denominator/coverage for recentAccuracyPct."
},
"pipelineDecisionContext": {
"type": "object",
"description": "Separates EDGE_RAW, calibrated EDGE, PRE_STACK, coordination, and FINAL_CALIBRATED directions without inventing an upstream weighting rule. `doNotReconcile` lists field pairs that describe different populations or times and must not be cross-tallied. `calibratedEdgeAgreement` says how many individual calibrated edges match the headline direction, so a disagreeing majority cannot hide behind it."
},
"recentAccuracyPctRoleEn": {
"type": "string",
"description": "States that recentAccuracyPct is a compact compatibility map and directs audit readers to the denominator, coverage, abstention, and directional-accuracy fields in recentAccuracyContext.perAgent."
},
"confidencePctConventionEn": {
"type": "string",
"description": "Defines the 0–100 agent confidence scale and the reserved confidencePct=0 convention for abstaining FLAT rows. Also states that numeric probabilities or scores embedded in upstream commentEn have no exposed reconciliation rule with confidencePct."
}
},
"additionalProperties": true
}
}
}
}
},
"resource": "https://app.tenna.ai/api/x402/tenna/observatory_round_preview",
"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/observatory_round_preview",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"offering": "observatory_round_preview"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"edge": {},
"round": null,
"agents": [
{}
],
"appUrl": "<appUrl>",
"offering": "observatory_round_preview",
"dataState": "<dataState>",
"reuseOnly": true,
"provenance": {
"source": "<source>",
"resultHash": null,
"generatedAt": 1,
"rubricVersion": null,
"ledgerSpanHours": null,
"ledgerLaunchCount": null,
"auditedDeliverableHash": null
},
"limitations": [
"<limitations>"
],
"accessPolicy": {},
"schemaVersion": "<schemaVersion>",
"signalComparison": {},
"additionalAiCalls": 1,
"contentBoundaryEn": "<contentBoundaryEn>",
"recentAccuracyPct": {},
"roundRelationship": {},
"availabilitySummary": {},
"agentTimeframeContext": {},
"recentAccuracyContext": {},
"pipelineDecisionContext": {},
"recentAccuracyPctRoleEn": "<recentAccuracyPctRoleEn>"
}
}
},
"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"
],
"properties": {
"offering": {
"type": "string",
"const": "observatory_round_preview",
"description": "Offering identifier. Must be exactly 'observatory_round_preview'."
}
},
"description": "No inputs; returns the latest already-sealed Observatory round.",
"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",
"provenance",
"limitations",
"dataState",
"availabilitySummary",
"round",
"agents",
"agentTimeframeContext",
"pipelineDecisionContext",
"recentAccuracyPct",
"recentAccuracyPctRoleEn",
"recentAccuracyContext",
"roundRelationship",
"edge",
"signalComparison",
"contentBoundaryEn",
"reuseOnly",
"additionalAiCalls",
"appUrl",
"accessPolicy"
],
"properties": {
"edge": {
"type": "object",
"description": "Live local edge consensus or explicit unavailable reason, including the upstream source generation time, round, sequence, and each delivery-time node's relationship to the matching sealed EDGE_NN component at prediction cutoff."
},
"round": {
"type": [
"object",
"null"
],
"description": "Sealed five-minute round metadata."
},
"access": {
"type": "object",
"description": "Actual contract budget and campaign mode added by the listener."
},
"agents": {
"type": "array",
"items": {
"type": "object"
},
"description": "Sanitized sealed-round forecast rows. Each row declares its sealed source scope; raw-to-calibrated comments carry machine-readable calibration boundaries without inventing an upstream rule. pipelineStage and decisionScope distinguish raw/components from consensus/final rows."
},
"appUrl": {
"type": "string",
"description": "English Observatory product page."
},
"offering": {
"type": "string",
"const": "observatory_round_preview",
"description": "Offering that produced this result."
},
"dataState": {
"type": "string",
"description": "COMPLETE when the sealed forecast and live edge are both available and not directionally divergent; COMPLETE_WITH_DIVERGENT_SIGNALS when both are available but point in different directions; COMPLETE_WITHOUT_LIVE_EDGE when the sealed forecast is complete but the delivery-time live edge is unavailable; otherwise UNAVAILABLE."
},
"reuseOnly": {
"type": "boolean",
"description": "True when existing output was reused."
},
"sourceUrl": {
"type": "string",
"description": "Public source endpoint."
},
"provenance": {
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "Data origin."
},
"resultHash": {
"type": [
"string",
"null"
],
"description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings."
},
"generatedAt": {
"type": "integer",
"description": "Unix seconds."
},
"rubricVersion": {
"type": [
"string",
"null"
],
"description": "Rubric the verdict was produced under. Present on audit offerings."
},
"ledgerSpanHours": {
"type": [
"number",
"null"
],
"description": "Hours of history covered. Null when the offering is not derived from the launch ledger."
},
"ledgerLaunchCount": {
"type": [
"integer",
"null"
],
"description": "Launches in the ledger. Null when the offering is not derived from the launch ledger — this means not applicable, not collection failure."
},
"auditedDeliverableHash": {
"type": [
"string",
"null"
],
"description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope."
}
},
"description": "Reproducibility metadata so another agent can audit this."
},
"limitations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Coverage limits and missing data, always disclosed."
},
"accessPolicy": {
"type": "object",
"description": "Free-preview quota and fallback-price policy."
},
"schemaVersion": {
"type": "string",
"description": "Deliverable contract version."
},
"signalComparison": {
"type": "object",
"description": "Relationship between the sealed CONSENSUS oracle row at prediction cutoff and the independently refreshed delivery-time live edge aggregate, including source/time scope and a plain-English summary."
},
"additionalAiCalls": {
"type": "integer",
"description": "Additional AI calls caused by this job."
},
"contentBoundaryEn": {
"type": "string",
"description": "States that directional agent prose is experimental forecast description rather than advice or instruction."
},
"recentAccuracyPct": {
"type": "object",
"description": "Recent resolved-round accuracy by agent."
},
"roundRelationship": {
"type": "object",
"description": "Distinguishes the current sealed round's start price from the previous settled round's start price."
},
"lastCompletedRound": {
"type": [
"object",
"null"
],
"description": "Most recent settlement summary."
},
"availabilitySummary": {
"type": "object",
"description": "Headline availability for the sealed forecast and live edge, including the live-edge reason and directional relationship so partial or divergent delivery is visible before the detailed edge block."
},
"agentTimeframeContext": {
"type": "object",
"description": "Separates the round settlement horizon from heterogeneous upstream per-agent timeframe labels and groups the affected rows."
},
"recentAccuracyContext": {
"type": "object",
"description": "Exact returned/resolved round window, scoring rule, resolution rule, and per-agent denominator/coverage for recentAccuracyPct."
},
"pipelineDecisionContext": {
"type": "object",
"description": "Separates EDGE_RAW, calibrated EDGE components, PRE_STACK, coordination, and FINAL_CALIBRATED directions without inventing an upstream weighting rule. Carries `doNotReconcile`, a machine-readable list of field pairs that describe different populations or times and must not be cross-tallied; a difference between such a pair is expected and is not an arithmetic error."
},
"recentAccuracyPctRoleEn": {
"type": "string",
"description": "States that recentAccuracyPct is a compact compatibility map and directs audit readers to the denominator, coverage, abstention, and directional-accuracy fields in recentAccuracyContext.perAgent."
}
},
"additionalProperties": true
}
}
}
}
},
"resource": "https://app.tenna.ai/api/x402/tenna/observatory_round_preview",
"discoverable": true
}
}Provenance
- Seen in the source catalog
- 2026-09-06 01:00Z
- Last indexed by Roundhouse
- 2026-09-25 10:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-24 13: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. 30 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/tenna_observatory_round_preview, 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.