mirrored listing x402 eip155:8453

Deployer Launch History

Deployer Launch History. Full observed launch history for one deployer wallet: how many launches, how they ended by loss band, profitable rate, and median terminal multiple. Historical record, not a prediction. No trading signals or safety guarantees.

Do you run app.tenna.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-21
updated

Provider

app.tenna.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x7eaf3c393a8996e124c0fa7ccbc55019854c4c5b",
    "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "deployerAddress": "0x0000000000000000000000000000000000000000",
          "offering": "deployer_record"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "deployerAddress": "<deployerAddress>",
          "factoryLink": {},
          "known": true,
          "limitations": [
            "<limitations>"
          ],
          "offering": "deployer_record",
          "provenance": {
            "auditedDeliverableHash": null,
            "generatedAt": 1,
            "ledgerLaunchCount": null,
            "ledgerSpanHours": null,
            "resultHash": null,
            "rubricVersion": null,
            "source": "<source>"
          },
          "schemaVersion": "<schemaVersion>"
        },
        "type": "json"
      }
    },
    "resource": "https://app.tenna.ai/api/x402/tenna/deployer_record",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "description": "One deployer (pool-creator) wallet address.",
              "properties": {
                "deployerAddress": {
                  "description": "20-byte EVM address that created the pool.",
                  "example": "0x0000000000000000000000000000000000000000",
                  "pattern": "^0x[a-fA-F0-9]{40}$",
                  "type": "string"
                },
                "offering": {
                  "description": "Offering identifier. Must be exactly 'deployer_record'.",
                  "type": "string"
                }
              },
              "required": [
                "offering",
                "deployerAddress"
              ],
              "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": {
                "deployerAddress": {
                  "description": "Wallet queried.",
                  "type": "string"
                },
                "down50Pct": {
                  "description": "Percent ending 50%+ below entry.",
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "down75Pct": {
                  "description": "Percent ending 75%+ below entry.",
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "down90Pct": {
                  "description": "Percent ending 90%+ below entry.",
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "factoryLink": {
                  "description": "Whether this wallet maps to a confirmed launch-and-dump factory, and on what basis.",
                  "type": "object"
                },
                "known": {
                  "description": "True when prior launches were observed.",
                  "type": "boolean"
                },
                "limitations": {
                  "description": "Coverage limits and missing data, always disclosed.",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "lossBandDenominator": {
                  "description": "Denominator and nesting semantics for cumulative loss-band percentages.",
                  "type": "string"
                },
                "medianTerminalMultiple": {
                  "description": "Median terminal multiple after costs.",
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "observedLaunches": {
                  "description": "Prior launches observed.",
                  "type": [
                    "integer",
                    "null"
                  ]
                },
                "offering": {
                  "const": "deployer_record",
                  "description": "Offering that produced this result.",
                  "type": "string"
                },
                "profitablePct": {
                  "description": "Percent ending above entry.",
                  "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 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"
                }
              },
              "required": [
                "schemaVersion",
                "offering",
                "provenance",
                "limitations",
                "deployerAddress",
                "known",
                "factoryLink"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://app.tenna.ai/api/x402/tenna/deployer_record"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://app.tenna.ai/api/x402/tenna/deployer_record");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://app.tenna.ai/api/x402/tenna/deployer_record")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5530.json, and this resource appears in /discovery/resources and /discovery/search.