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.
- —rooms recorded
- —echoes counted
- —median delay
- —loudest voice
contract address drops here
THE ROOM
waiting for the listener…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
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.
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.
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 LISTENER
A Telegram bot. Standard library only, code open, rules at the top of one file.
/roomloudest rooms, last 24h/topscorecard/echo <wallet>who repeats it, who it repeats · VOICE / ECHO / QUIET/leader <mint>the loudest voice inside one token