NOVA

SIGNAL LOG // PUMP.FUN INTELLIGENCE

NOVA

Real-time intelligence for newly launched tokens.

NOVA watches every new pump.fun launch as it happens, runs a fast rug-risk check before the crowd arrives, and pushes what it finds straight to Telegram — a bot for on-demand lookups, a channel for the open broadcast, and $NOVA, the project's own token, launched under the exact mechanism it studies.

01 // OVERVIEW

One engine, three surfaces

NOVA is an experimental research and alerting system built around one question: what does a pump.fun token look like in the first minute of its life?

An always-on ingestion daemon keeps a live connection open to pump.fun's launch feed and to Solana through Helius. As soon as a token is created, NOVA starts watching its bonding curve — decoding trades, tracking the deployer's own buys, counting early buyers, and flagging wallets that look like repeat insiders — and turns that into a single risk read before most traders have opened the chart.

That one engine surfaces through three distinct, loosely-coupled things:

Bot

@NovaRadarSignalsBot — pull. Ask it about a specific mint, browse flagged insiders, or sit and receive alerts as they fire.

Channel

@NOVAexperiment — push. Every signal NOVA generates, broadcast in the open, no account or quota required.

$NOVA

The project's own pump.fun listing — launched the same way, and watched by the same engine, as every token NOVA screens.

NOVA risk engine BOT @NovaRadarSignalsBot pull · per-account CHANNEL @NOVAexperiment push · public, no quota $NOVA TOKEN pump.fun listing same bonding curve alerts alerts same project · not wired into alerts
Solid arrows carry live signal data. The dashed line to $NOVA means shared origin only — the token is not fed by, and does not feed, the alert engine.
What NOVA is — and isn't. NOVA is an experimental research and alerting service. Signals are informational, generated by a rules-based risk score that is still being tuned — they are not guarantees of future performance and should not be read as financial advice.
02 // THE BOT

@NovaRadarSignalsBot

Real-time intelligence for newly launched tokens.

The bot watches pump.fun launches in real time and sends a BUY signal for new tokens that pass a fast rug-risk check, plus a SELL / EMERGENCY alert if a token's deployer dumps after NOVA already signalled it. New accounts get five free alerts; after that, a subscription keeps them coming.

Telegram
NOVA Radar bot welcome message listing BUY and SELL/EMERGENCY alerts, the five free alerts, and the /subscribe, /unsubscribe, /check and /top_insiders commands

First contact. The bot explains itself in one message — what it watches, what it sends, and how to use it.

Telegram
A live NOVA BUY signal for a token, showing risk score 15 out of 100, evaluated 1 second after launch, dev's initial buy, prior launches, unique buyers, buy/sell ratio, top holders, insiders among buyers, and bonding curve progress, with Pump.fun and Solscan buttons

A live BUY signal. Everything NOVA could establish about a token in its first seconds, in one card.

Anatomy of a signal

Commands

/subscribesee pricing or activate a subscription once the free alerts run out
/unsubscribestop receiving alerts
/check <mint>look up a token's current risk score on demand
/top_insiderswallets NOVA has flagged as repeat early-snipers
03 // THE TOKEN

$NOVA — the project's own listing

NOVA didn't just build a tool to watch pump.fun launches — it put one of its own on the curve.

$NOVA is launched on pump.fun, under the same bonding-curve mechanism NOVA screens for every other token that comes through its feed. It carries no special protocol utility today — no fee-share, no built-in alert priority — it's the project running its own product through the exact system it studies.

CONTRACT / MINT
EFfuye9Qa2eCtFkmMq9W2vjMFeQsVyX1foMKZ1PSpump
View on pump.fun ↗
Newly launched tokens — including $NOVA itself — can be extremely volatile and may become illiquid or lose most or all of their value. Nothing here is investment advice; do your own research and only risk funds you can afford to lose.
04 // THE CHANNEL

@NOVAexperiment

The open broadcast surface — every signal, no account required.

Where the bot is a one-to-one relationship gated by a free-alert quota, the channel is one-to-many: NOVA posts BUY, SELL and EMERGENCY signals as they fire, in the open, for anyone who joins to see. It's the fastest way to watch the whole feed go by without configuring anything.

05 // ARCHITECTURE

Two paths, one feed

Every signal starts at the same source. From there it splits into a fast path built for alerting, and a slower, deeper path built for analysis.

A single always-on ingestion daemon — a plain asyncio process, not a scheduled job, because holding a websocket open for hours is a poor fit for a scheduler — keeps two live connections open: pump.fun's free launch feed for new mints, and Helius (Solana RPC) for trades against each token's bonding curve. Every event lands first in Bronze, a universal raw-JSON layer, exactly as received.

From there, two things happen to the same stream:

PUMPPORTAL new-token feed · free HELIUS RPC trades · logsSubscribe INGESTION DAEMON asyncio · always-on writes Bronze + heartbeat REAL-TIME PATH · ~1–3s ALERT EVALUATOR BUY @45s · SELL instant TELEGRAM BOT API delivers the message BOT CHANNEL BATCH PATH · ~10 min · Dagster + dbt BRONZE .jsonl files + index SILVER (dbt) stg_launches / stg_trades GOLD (dbt) risk score / insiders /check · /top_insiders bot reads Gold on demand
The alert path (green) is a coroutine inside the same daemon process — no queue, no second service. The analysis path (cyan) is ClickHouse + dbt, orchestrated by Dagster on a schedule, and is what the bot's lookup commands query.
95 / 96
mints scored low-risk in an early live pass
1
wallet flagged as a suspected insider so far
22 / 22
dbt schema tests passing on Silver

Snapshot from an early live verification pass against real trade data — a small sample, not a track record.