THE LISTENER · SOLANA

$ECHO. Solana has 40 traders.
Everyone else is the echo.

One wallet buys first. Three or more repeat it inside sixty seconds. The listener writes down who spoke, who echoed, and how late. No calls. No targets.

$ECHO · SOLANA CA · SOON
contract address drops here

THE ROOM

waiting for the listener…
tokenvoiceechoesfirstmedianfollowed

Every row is a recording: the wallet that bought first, how many wallets bought the same token inside 60 seconds, and how late. Rooms are never edited or deleted.

HOW A ROOM IS FOUND

01 · the voice

The listener reads the last 100 swaps of every trending token on Solana through Helius and sorts the buys by time. The first buyer of a burst is the voice.

02 · the echo

Every wallet that buys the same token inside the next 60 seconds is the echo. Three or more, with at least 1 SOL behind them, and the room is real.

03 · the recording

Voice, echo count, first delay, median delay, SOL that followed. Written to the board with a timestamp. Nothing gets a score, nothing gets a call.

WINDOW_S   = 60    # a buy within 60 s after the voice is an echo
MIN_ECHO   = 3     # a room needs at least 3 echoes
MIN_SOL_IN = 1.0   # and at least 1 SOL following, otherwise it is dust
the room, animated

THE LISTENER

A Telegram bot. Standard library only, code open, rules at the top of one file.

  • /room loudest rooms, last 24h
  • /top scorecard
  • /echo <wallet> who repeats it, who it repeats · VOICE / ECHO / QUIET
  • /leader <mint> the loudest voice inside one token