launch_ledger
Robinhood Chain (chain id 4663) token launches that cleared a first-hour activity floor, with the early-buyer cohort: the first ~25 distinct wallets that bought (transaction sender, never the router), each with block delta from launch and quote spent. Every launch is graded at 24h and 7d (price multiple vs first buy, liquidity, holders). Launchpad is identified from the Uniswap v4 hook. Recorded forward from 2026-09-03 straight from chain logs: happened_at is the launch block time, observed_at is when the cohort was banked. Not backfilled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | No | Quote asset: ETH, WETH, USDG, or a stock token symbol | |
| since | No | Only launches on/after this YYYY-MM-DD | |
| ticker | No | Token symbol as the deployer named it (untrusted text) | |
| wallet | No | Launches this address was early in, or deployed | |
| min_usd | No | Minimum first-hour buy volume, USD estimate | |
| launchpad | No | Substring match, e.g. doppler, launchhook, none | |
| min_buyers | No | Minimum distinct early buyers captured |