proof of OG
$POG
type a word. we hunt down every solana token that ever claimed it — pump.fun, bonk, raydium, wherever it traded — and hang them on a time line, oldest first. the original sits alone. the copies pile up behind it.
we sweep every market on solana in parallel — dexscreener and jupiter, up to 130 claims per word: pump.fun, bonk, raydium, wherever it traded. spaces and dots don't hide a copycat either: "fart tube" and "farttube" are the same claim to us.
every token that ever claimed the word hangs on one time line, oldest first. distance on screen is distance in time — the OG sits alone at the top, the copies pile up in a clump below. the gap between them is the story, and we print it big.
one press reads the token's creation moment straight off the chain and links the transaction. the label upgrades from "first traded" to "verified" — and the axis re-sorts itself if the chain disagrees. that button is the whole name of this place.
first traded — the date the earliest known market opened. fast and broad, but it is the market's birthday, not the token's.
verified — the creation moment read off the chain itself, transaction linked. block time is written by the chain and cannot be edited afterwards — it cannot be faked, and it cannot be argued with.
every solana token's metadata lives in a metaplex account whose address is derived from the mint — a program-derived address. that account is written once at creation and rarely touched again, so its oldest transaction is the token's birth.
the derivation runs entirely in your browser: base58, sha-256 and the ed25519 off-curve check, in plain javascript, zero libraries. then one RPC call walks the account's signatures back to the very first one and hands you the transaction. no server, no database, no trust — the chain answers directly.
the whole site is one html file. no build step, no backend, no cookies, no accounts. the page is a pure function of the URL — /?q=word&sort=old shows the same screen to anybody, on any device, on every reload. nothing is accumulated in your browser, because a site whose numbers depend on who is looking is not showing anything.
don't trust us? good — that's the point. right-click, view page source: the entire site, including the code that decides who the OG is, fits in one readable file. nothing is hidden, because there is nowhere to hide it.