hood-alerts
Live · Robinhood Chain · ID 4663

Alerts for the chain that
never sleeps.

Telegram and Discord bots, plus auto-posting to X (Twitter), that watch Robinhood Chain in real time: launches, graduations, whale trades, Stock Token moves, on-chain premium/discount arbitrage, holder milestones, and liquidity-pull rug warnings.

Real alerts, real chain

What each channel watches

One detection engine, seven signals. Drag the strip above, click a lane, use the arrow keys, or just keep scrolling — every channel is real content, plain HTML, readable with JavaScript off.

01

Launches

Free

Every new token on NOXA and The Odyssey. Add noxa or odyssey to filter. NOXA lists straight into an instant Uniswap v3 pool, no bonding curve; The Odyssey lists onto a bonding curve. Either way you get the creator, first pool, and block, the moment it lists.

Topic
launches (launches:noxa, launches:odyssey)
Source
NOXA (instant Uniswap v3 pool) and The Odyssey (bonding curve)
Command
watch launches noxa
Config
No threshold — fires on every new token; filter by exchange with noxa/odyssey.
New launch: on NOXAlaunch
Instant Uniswap v3 pool, no bonding curveCreator, first pool, and block, the moment it lists
02

Graduations

Free

Odyssey bonding curves that fill and migrate to a locked Uniswap v3 pool.

Topic
graduations
Source
Odyssey curve fills and migrates to a locked Uniswap v3 pool
Command
watch graduations
Config
No threshold — a curve either graduates or it doesn't.

No numeric example captured for this build. The channel is live and armed on mainnet — the next Odyssey curve to fill renders exactly like the launch card on channel 01.

03

Whales

Free

Trades at or above a USD threshold, chain-wide: Odyssey bonding-curve trades and Uniswap v3 swaps, valued in USD. Default $5,000.

Topic
whales, or per-token token:0x…
Source
Odyssey curve trades and Uniswap v3 swaps, chain-wide, threshold in USD
Command
watch whales 10000
Config
HOOD_ALERTS_WHALE_FLOOR_USD (default 1000) — engine-side emission floor.
HOOD_ALERTS_WHALE_DEFAULT_USD (default 5000) — default per-subscription threshold.
Whale buy≥ threshold
Configurable USD floor, per-token or chain-wideOdyssey bonding curve and Uniswap v3, valued in USD
04

Stock moves

Free

A Stock Token ticker, e.g. TSLA: Chainlink price moves on a rolling window, plus on-chain premium/discount crossings.

Topic
stock:SYMBOL
Source
Chainlink feed, rolling window, signed percent change
Command
watch TSLA
Config
HOOD_ALERTS_PRICE_WINDOW_S (default 900s) — rolling window.
HOOD_ALERTS_PRICE_DEFAULT_PCT (default 2%) — default move threshold.

Markets currently tracked on the live readout below: ASML, GME, MSTR, NVDA, QQQ, RKLB, TSM.

05

Premium / discount

Premium

Any token trading past a premium or discount threshold vs its Chainlink oracle: DEX mid vs Chainlink feed, on a hysteresis ladder at 1/2/3/5/10/20/50%. This is the arb signal — and the same live math running in the readout below.

Topic
premiums (premium tier)
Source
DEX mid vs Chainlink feed, hysteresis ladder at 1/2/3/5/10/20/50%
Command
watch premiums 3
Config
HOOD_ALERTS_PREMIUM_POLL_S (default 60s) — poll cadence.
HOOD_ALERTS_PREMIUM_DEFAULT_PCT (default 2%) — default ladder entry.
RKLB premium+12.15%
DEX mid $75.32 vs Chainlink $67.16On-chain buyers paying above the oracle
MSTR discount-8.65%
DEX mid $85.81 vs Chainlink $93.94Trading below oracle on-chain
06

Holder milestones

Free

Per-token holder-count milestones, crossing 10 through 100,000, bundled into a memecoin watch.

Topic
per-token token:0x…
Source
Blockscout token_holders_count, crossing 10 through 100,000
Command
watch 0x…
Config
Fixed milestone ladder — no separate threshold env var; this rides along with a token watch.
Holder milestone1,000
Crossed a holder-count milestoneGrowth signal from Blockscout counters
07

Liquidity pulls

Premium

An early-warning rug detector: a tracked pool's quote-side (USDG/WETH) reserves dropping sharply past your threshold.

Topic
rugs (premium tier), or per-token token:0x…
Source
Tracked pool's quote-side (USDG/WETH) reserves dropping sharply
Command
watch rugs [pct]
Config
HOOD_ALERTS_RUG_DEFAULT_PCT (default 30%) — percent of quote reserves.
Liquidity pullrug warning
Quote reserves dropped past your thresholdAn early warning, minutes before the chart
Live premium detector

What would be alerting right now

The Stock Token arbitrage signal, computed in your browser from the public RPC. When a token's DEX mid drifts from its Chainlink oracle, premium subscribers get a card like this.

Chain head markets tracked Updated

Read-only, live from rpc.mainnet.chain.robinhood.com. Prices are already Chainlink multiplier-adjusted. This is display data, not investment advice.

How it works

One engine. Both platforms. Your rules.

detect

Every event, deduped

A single stream consumer fans out to every subscriber with per-event dedup, so you hear about a launch once, not once per pool.

route

Thresholds you set

Whale floors in USD, price moves in percent, premium and rug thresholds per subscription. Watch a ticker, a token address, or the whole chain.

respect

Quiet hours and digests

Batch alerts into a digest, mute overnight in your timezone, and stay under a hard per-minute cap so you are never flooded.

group

Group-chat ready

Add the bot to a Telegram group or Discord server; config commands are admin-only, alerts land for everyone.

premium

Arb and rug detectors

The Stock Token premium/discount signal and the liquidity-pull rug warning are the premium tier. Free tier covers launches, whales, and moves.

host

One container

Engine plus both bots plus a health endpoint in a single process. Deploy to Cloud Run with min-instances 1 and go.

broadcast

X (Twitter), your choice of mode

Official X API v2 (OAuth1, your own developer app) or a free self-hosted xactions instance — pick whichever fits, config-driven topics, no code changes.