Every program that reaches Solana mainnet flows through one native program — the BPF Upgradeable Loader. On Record watches that single chokepoint, strips out the copy-paste (exact-bytecode dupes, then near-dupe clusters like pump.fun and token forks), and ranks what survives by how novel it actually is. Every surface leads with an address, a slot, a signature — facts, deduped and scored, no LLM prose.
why I’m building it
Nothing tells you what’s actually new on Solana. Explorers rank by volume, feeds rank by hype, and the crypto AI agents just summarize whatever’s already loud — so the thousandth token clone and a genuinely new protocol read exactly the same. The hard part was never fetching the data; it’s pinning down what “novel” means well enough to rank by it, and that definition is the whole product. It doubles as a working Helius integration writeup — the ingestion path runs end to end on Helius webhooks / Laserstream and RPC, hanging off the one loader address every deploy, upgrade, and authority change on the chain has to pass through.