Gator Roll: Launch Intelligence for Fresh Solana Tokens, Built as an Internal Tool First
Gator Roll is a launch-intelligence system for fresh Solana tokens — it watches new launches as they happen, groups them by the wallet that deployed them, scores repeat operators, and narrows the noise down to a shortlist worth actually looking at.
Token launch trackers are everywhere, and mostly useless past the first hour. They show what launched, not who launched it before and how that went. Deployer identity looked like the actual signal worth building around instead: a wallet with a track record of rug-adjacent launches is meaningfully different information than a brand-new deployer, and almost nothing in the space surfaces that as the primary lens rather than burying it in a flat feed.
A monorepo split into three real surfaces does the work: a collector bot watching PumpPortal for fresh launches and streaming them in, a Cloudflare Worker backend owning the D1 schema, cron reconciliation, deployer scoring, and the token/deployer/watchlist/intel APIs, and an Astro frontend surfacing all of it through dedicated views. The backend runs on its own subdomain with a real custom-domain route, not a throwaway endpoint. Built to be operated, not demoed.
A Tool First, Not a Launch
This one's genuinely different in shape from most of the rest of this portfolio: it went from initial production setup to market-data snapshots, signal scoring, and expanded deployer/token APIs in two days flat. That pace is only possible because the target was internal usefulness, not a public launch — no marketing copy, no onboarding flow, no branded domain to stand up. The frontend still runs on a bare workers.dev URL rather than its own custom domain, which is an honest reflection of what it actually is right now: something built to be used, not something built to be found.
Why Stay Quiet About It
There isn't a marketing angle yet, and that's worth naming on its own. This is intelligence infrastructure — genuinely more valuable quiet than loud, since a public "here's how we score deployers" post doubles as a guide for deployers on laundering a fresh wallet past the score. A public front door, if it ever happens, will be a deliberate decision and not a default.
Where It Stands
Functional backend, real scoring logic, deployed and running on our own domain family. No consumer-facing product yet, and possibly never — the honest read is that this is a tool built to sharpen our own decision-making on Solana launches first, with "does this become a product" as a genuinely open question rather than a foregone next step.
Frequently Asked Questions
- What is Gator Roll?
- A launch-intelligence system for fresh Solana tokens. It watches new PumpPortal launches in real time, groups tokens by their deployer wallet, scores repeat operators based on their launch history, and surfaces a shortlist through deployer, token, intel, and watchlist views.
- Why does it matter that Gator Roll tracks deployers instead of just tokens?
- Most token trackers treat every launch as a fresh, independent event. Gator Roll's actual thesis is that deployer identity is the real signal — a wallet that's launched a string of failed tokens before is a different risk profile than a first-time deployer, and grouping by deployer surfaces that pattern instead of hiding it inside a flat token feed.
- Is Gator Roll a public product?
- Not yet in a branded sense. The backend runs on its own subdomain under our infrastructure and the frontend sits on a bare workers.dev URL rather than a custom domain — it's built and running as operator tooling first, not launched as a consumer-facing product.