{
  "x402Version": 2,
  "id": 5515,
  "slug": "5515",
  "resource": "https://app.tenna.ai/api/x402/tenna/meme_launch_dd",
  "description": "Token Launch Evidence Report. Evidence-based due diligence for one Robinhood Chain meme launch. Returns the deployer's prior launch outcomes, launch-family base rates, observed sell execution, launch path, provenance, and one of five evidence states. Complements contract scanners; third-party fields are quoted with attribution. Historical analysis only; not a forecast or safety certificate.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "chain": "robinhood",
            "offering": "meme_launch_dd",
            "tokenAddress": "0x0000000000000000000000000000000000000000"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "chain": "<chain>",
            "cohortContext": {},
            "contractRiskReference": {},
            "deployerRecord": {},
            "evidenceState": "<evidenceState>",
            "evidenceStateBasis": "<evidenceStateBasis>",
            "experimental": {},
            "factoryLink": {},
            "insiderAllocation": {},
            "launcher": {},
            "limitations": [
              "<limitations>"
            ],
            "observedPath": {},
            "offering": "meme_launch_dd",
            "provenance": {
              "auditedDeliverableHash": null,
              "generatedAt": 1,
              "ledgerLaunchCount": null,
              "ledgerSpanHours": null,
              "resultHash": null,
              "rubricVersion": null,
              "source": "<source>"
            },
            "schemaVersion": "<schemaVersion>",
            "tokenAddress": "<tokenAddress>"
          },
          "type": "json"
        }
      },
      "resource": "https://app.tenna.ai/api/x402/tenna/meme_launch_dd",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "description": "One Robinhood Chain meme-launch token to inspect.",
                "properties": {
                  "asOf": {
                    "description": "Snapshot selector; only 'latest' is supported.",
                    "enum": [
                      "latest"
                    ],
                    "type": "string"
                  },
                  "chain": {
                    "description": "Only 'robinhood' is supported.",
                    "enum": [
                      "robinhood"
                    ],
                    "type": "string"
                  },
                  "offering": {
                    "const": "meme_launch_dd",
                    "description": "Offering identifier. Must be exactly 'meme_launch_dd'.",
                    "type": "string"
                  },
                  "tokenAddress": {
                    "description": "20-byte EVM token address.",
                    "examples": [
                      "0x0000000000000000000000000000000000000000"
                    ],
                    "pattern": "^0x[a-fA-F0-9]{40}$",
                    "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": {
                  "chain": {
                    "description": "Chain analysed.",
                    "type": "string"
                  },
                  "cohortContext": {
                    "description": "Shared historical launch-family context.",
                    "type": "object"
                  },
                  "contractRiskReference": {
                    "description": "Attributed third-party contract-risk reference.",
                    "type": "object"
                  },
                  "deployerRecord": {
                    "description": "Observed prior outcomes for the deployer.",
                    "type": "object"
                  },
                  "evidenceState": {
                    "description": "Evidence conclusion, never a safety rating.",
                    "type": "string"
                  },
                  "evidenceStateBasis": {
                    "description": "Validated evidence family that determined the state.",
                    "type": "string"
                  },
                  "experimental": {
                    "description": "Unvalidated experimental evidence fields.",
                    "type": "object"
                  },
                  "factoryLink": {
                    "description": "Whether the deployer maps to a confirmed launch-and-dump factory, and on what basis. A false result is not a safety signal.",
                    "type": "object"
                  },
                  "insiderAllocation": {
                    "description": "Observed creator-to-single-wallet allocation share. Best effort; a missing value is not evidence of absence.",
                    "type": "object"
                  },
                  "launcher": {
                    "description": "Observed launcher classification and basis.",
                    "type": "object"
                  },
                  "limitations": {
                    "description": "Coverage limits and missing data, always disclosed.",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "observedPath": {
                    "description": "Observed price path and sell execution.",
                    "type": "object"
                  },
                  "offering": {
                    "const": "meme_launch_dd",
                    "description": "Offering that produced this result.",
                    "type": "string"
                  },
                  "provenance": {
                    "description": "Reproducibility metadata so another agent can audit this.",
                    "properties": {
                      "auditedDeliverableHash": {
                        "description": "Explicit alias for resultHash on deliverable-audit results; hashes the buyer-supplied input, not the audit envelope.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "generatedAt": {
                        "description": "Unix seconds.",
                        "type": "integer"
                      },
                      "ledgerLaunchCount": {
                        "description": "Launches in the ledger. Null when the offering is not derived from the launch ledger — this means not applicable, not collection failure.",
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "ledgerSpanHours": {
                        "description": "Hours of history covered. Null when the offering is not derived from the launch ledger.",
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "resultHash": {
                        "description": "Hash of the audited input, so the same verdict can be reproduced. Present on audit offerings.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "rubricVersion": {
                        "description": "Rubric the verdict was produced under. Present on audit offerings.",
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "source": {
                        "description": "Data origin.",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "schemaVersion": {
                    "description": "Deliverable contract version.",
                    "type": "string"
                  },
                  "tokenAddress": {
                    "description": "Token address analysed.",
                    "type": "string"
                  }
                },
                "required": [
                  "schemaVersion",
                  "offering",
                  "provenance",
                  "limitations",
                  "chain",
                  "tokenAddress",
                  "evidenceState",
                  "evidenceStateBasis",
                  "launcher",
                  "deployerRecord",
                  "contractRiskReference",
                  "cohortContext",
                  "observedPath",
                  "experimental",
                  "factoryLink",
                  "insiderAllocation"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "app.tenna.ai",
  "lastUpdated": "2026-09-01T14:41:52.826Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-01T14:41:52.064Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "app.tenna.ai",
    "manifest_name": "app.tenna.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}