508,566 launches on record
Coverage from 2 Sep 2026
Archive read 17:30 UTC today
Token lookup · free
Live API · with a key
Lists behind counts · Pro

Findings

Nearly half of the graduations we watched had no outside buyer

Of 11,079 tokens that completed a bonding curve on pump.fun, which this archive watched from the creation transaction and confirmed against the curve account itself, 5,416 (48.9%) had no outside buyer at all. Not one wallet other than the creator ever bought on the curve.

What 11,079 confirmed graduations look like at birth

No outside buyer on the curve5,41648.9%
Creator took at least half of total supply in the first block5,51649.8%
Both of the above5,27547.6%
Curve filled in under 60 seconds3,49131.5%

Why this is not visible later

These are facts about the first blocks of a token's life, and they stop being observable almost immediately. Once an operator spreads the float across wallets and funds the pool with real SOL, a launch whose creator took the supply and one with many buyers look the same under inspection: pool depth reconciles, holder concentration looks ordinary, mint and freeze authority are clean. Every present-tense check passes.

One launch in this record was created with 79.3% of supply taken by its creator and zero outside buyers, and graduated. Hours later its pool held 2,043 SOL against the 2,027 that constant product predicts for its market cap, and its largest holder was 4% of supply. Nothing measurable that afternoon showed what the first block recorded. That is not a gap in after-the-fact analysis. It is a property of after-the-fact analysis.

Published exhibits

One finding at a time, as a dated, self-contained page: what was measured, the days it happened on, and the records behind every count, identifiers truncated. The figures in each exhibit are from its stated date, not from the live record, and they do not move after publication.

Burned names The tickers at the center of the U.S. memecoin lawsuits were launched again 161 times in this archive's first seventeen days, by 123 distinct wallets. One of the six was not relaunched once, and the exhibit states that zero too.18 Sep 2026
The graduation machine Twelve wallets launched 33 tokens in 48 hours, every curve bought to completion in the second it was created, funding routed to be unlinkable. Their own files connect them.16 Sep 2026

What we found when we checked our own claims

11,724 curves read on chain

A graduation reaches us as an event on a feed, and an event is not a curve. Where a graduation was independently confirmed (by the pool existing, or by the curve account's own complete bit), reading the curve again disproved 55 of the 1,218 we re-read (4.5%). Those hold up.

The graduations we could not confirm are a different population. We have read the curve for 10,505 of the 12,266 of them, and 10,408 (99.1%) had not completed. A threshold crossed on a feed, and no curve behind it.

We publish both rates because a register that corrects itself and will not say how often is asking to be taken on trust. Neither is a rate over all graduations: we check the doubtful ones far more often than the settled ones, deliberately, so an unsplit figure would describe our own sampling rather than the market. A further 99 were read after the account had already gone: we looked and learned nothing, counted as neither.

What this does not say

These figures were computed on 2026-09-18 17:30 UTC, from the record this page was built against, and they are a static snapshot: the archive keeps collecting and the counts keep rising, so a number here is a fact about that moment and not a live total. The queries below return the current answer from the current file.

Coverage begins 2026-09-02 12:29 UTC. A token that launched before then was not watched and this archive answers UNKNOWN for it: the honest answer, and not a useful one. Launches before coverage can be reconstructed from chain history on request, and are marked as reconstruction.

The population above deliberately excludes two kinds of row, and the exclusions matter more than the headline. A token that a detector restored after its launch carries a zero buyer count because nobody was watching it, not because nobody bought. There are 4,061 such rows and counting them would inflate this finding by 75.0%. A launch rebuilt from chain history is not an observation either. Both are excluded here and both are labelled in the file.

None of this says a token was a fraud, and none of it is advice about anything. It says what the chain recorded in the first blocks, which is a narrower claim and the only one we can support.

Check it yourself

These are the queries above, verbatim. Run them against the record database, which downloads with an API key, and disagreeing with us is the point of publishing them.

SELECT COUNT(*) FROM tokens WHERE graduated_confirmed_by IS NOT NULL AND COALESCE(late_discovery,0) = 0 AND rebuilt_at IS NULL AND NOT (COALESCE(venue,'pumpfun') IN ('launchlab','dbc')) AND (curve_buyers IS NOT NULL OR COALESCE(bundled_buyers, 0) > 0) AND curve_buyers = 0;the headline: confirmed graduations, watched from creation, with no outside buyer
SELECT COUNT(*) FROM tokens WHERE graduated_confirmed_by IS NOT NULL AND COALESCE(late_discovery,0) = 0 AND rebuilt_at IS NULL AND NOT (COALESCE(venue,'pumpfun') IN ('launchlab','dbc')) AND (curve_buyers IS NOT NULL OR COALESCE(bundled_buyers, 0) > 0);the denominator

Record database: record.db, with an API key. What every column means, and how a launch is checked.

Every number above links to its records. The lists of launches and wallets behind each count open with a Pro account; the archive behind all of them is available under a data agreement.