FOMO Signal

Watches the fomo social graph and pings you the moment something moves.

Alerts

New wallet linkedA tracked trader attaches a wallet — the moment their trail goes public.
Buys and sellsA tracked trader moves, with size and market cap.
ConsensusSeveral tracked traders hit the same token inside the window.

Thresholds

Consensus tradersHow many different traders must buy the same token.
Consensus windowMinutes they must land inside.
Minimum trade sizeIgnore anything smaller, in dollars. Keeps dust out of the feed.
Never alert on trades older thanMinutes. Finding an old account surfaces months of history at once — indexed, but not news.

Scanning

Check everyMinutes. One tracked handle is scanned per tick, in rotation.
Helius API key Optional but recommended. The free public Solana RPC rate-limits hard and makes scans slow. A free key at helius.dev is roughly ten times faster.
Custom RPC URLOverrides the key above if set.

Everything is stored locally in your browser. The extension talks to three places and nowhere else: the public fomo index (to resolve handles to wallets), a Solana RPC (to read trades), and DexScreener (for token prices).