ToolAssay

Launch Evidence Digest

Launch Evidence Digest. Descriptive digest of token launches observed in a time window: count, median terminal multiple, share that ended below -70%/-90%, and the launchpads involved. Facts already observed on chain — not a forecast and not a trading signal.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
422 msmedian answer time
$0.01listed price per call
$0.01price it asked us

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/lumi/launch_digest

CategoryMarket data
Provider hostapp.tenna.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days15 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 422 ms

Example input (from the provider)

{
  "body": {
    "offering": "launch_digest",
    "window": "24h"
  },
  "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": "Window and cohort to summarise.",
          "properties": {
            "cohort": {
              "description": "Launch cohort, or 'all'.",
              "enum": [
                "memecoin",
                "virtual_quoted",
                "all"
              ],
              "type": "string"
            },
            "offering": {
              "const": "launch_digest",
              "description": "Offering identifier. Must be exactly 'launch_digest'.",
              "type": "string"
            },
            "window": {
              "description": "Look-back window.",
              "enum": [
                "24h",
                "7d",
                "30d"
              ],
              "type": "string"
            }
          },
          "required": [
            "offering",
            "window"
          ],
          "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": {
            "above10xPct": {
              "description": "Share ending at or above 10.0x of t0. Subset of profitablePct.",
              "type": [
                "number",
                "null"
              ]
            },
            "cohort": {
              "description": "Launch cohort this result covers.",
              "type": "string"
            },
            "cohortNote_en": {
              "description": "States what the cohort filter removed and that unlabelledLaunchpads is counted before that filter.",
              "type": "string"
            },
            "down70Pct": {
              "description": "Share ending at or below 0.30x of t0. Overlaps down90Pct rather than partitioning it.",
              "type": [
                "number",
                "null"
              ]
            },
            "down90Pct": {
              "description": "Share ending at or below 0.10x of t0. Subset of down70Pct.",
              "type": [
                "number",
                "null"
              ]
            },
            "excludedByCohort": {
              "description": "Launches inside the window that the cohort filter removed. They are not in `launches` or any percentage. Zero when cohort='all'.",
              "type": "integer"
            },
            "interim": {
              "description": "Same figures computed on unfinished launches, named 'SoFar' so they cannot be read as outcomes. Null when outcomeState is SETTLED.",
              "type": [
                "object",
                "null"
              ]
            },
            "launches": {
              "description": "Launches observed in the window.",
              "type": "integer"
            },
            "launchpadCountUnitsEn": {
              "description": "Inline clarification beside launchpads that launchpads and unlabelledLaunchpads count distinct labels, while launches, excludedByCohort, and windowTotal count launch records.",
              "type": "string"
            },
            "launchpads": {
              "description": "Known launchpad labels in this window.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "limitations": {
              "description": "Coverage limits and missing data, always disclosed.",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "maturity": {
              "description": "Control group of launches older than matureAfterHours, so a short window cannot be read without its mature counterpart. Carries its own population statement (matureCohort, maturePopulation, matureNote_en): it shares the cohort rule but contains different launches drawn from the full ledger, not this window.",
              "type": "object"
            },
            "medianTerminalMultiple": {
              "description": "Median of last observed price divided by t0, where t0 is the median of the pool's first swaps.",
              "type": [
                "number",
                "null"
              ]
            },
            "offering": {
              "const": "launch_digest",
              "description": "Offering that produced this result.",
              "type": "string"
            },
            "outcomeState": {
              "description": "SETTLED when the window's launches have finished, INTERIM_ONLY when they have not. Outcome fields are null in the latter case because a share ending above 1.0x cannot be stated for launches that have not ended; the same figures appear under interim.",
              "type": "string"
            },
            "profitablePct": {
              "description": "Share ending above 1.0x of t0. t0 is the median of the first swaps, an entry generally not obtainable after launch, so this is not the return a later buyer would have earned.",
              "type": [
                "number",
                "null"
              ]
            },
            "provenance": {
              "description": "Reproducibility metadata so another agent can audit this.",
              "properties": {
                "auditedDeliverableHash": {
                  "description": "Explicit alias for resultHash on deliverable-audit results; hashes the buye

This page as JSON