Position doubled
A trader you follow keeps buying until the position is twice the size it was. The second buy tells you more than the first one did.
Not "X bought". Patterns. The ones worth waking up for.
Alerts when a tracked wallet moves, on the channel you pick. Nothing on this page is running: every figure below is example data, and no button here does anything yet.
No channel is connected. There is no bot, no webhook and no scheduler behind any of these switches.
A trader you follow keeps buying until the position is twice the size it was. The second buy tells you more than the first one did.
Three or more tracked traders open the same token inside a twenty-minute window. One buy is noise; a cluster is a decision.
A trader ranked in the top fifty opens a token they have never held. The alert reaches you within three minutes of the fill.
Alerts land in a private Telegram channel, one message per event. Each message carries the token, the trader, the size and the entry price.
One keyboard shortcut opens the newest alert in the screener. The token page is loaded before you finish reading the alert.
Every alert posts as JSON to a URL you own. Route it into your own tooling and keep the raw record.
// cluster entry · Robinhood Chain { "event": "cluster_entry", "token": "PEPEH", "chain": "robinhood", "window": "20m", "traders": ["@demo_kite", "@demo_ridge", "@demo_vale"], "mcap": "$412k", "first_fill": "14:02:11", "sent": "14:02:19" }
Combine any of these. An alert fires only when every condition on it is true.