Skip to main content
Every alert gets a score from 0 to 100. Higher = more likely to be insider activity.

Ranges

ScoreLevelWhat it means
80–100đŸ”Ĩ Very HighFresh wallet, big size, precise timing. Likely insider.
60–79âš ī¸ StrongClear accumulation or notable fresh entry. Worth watching.
40–59📊 ModerateInteresting but could be a savvy trader.
0–39â„šī¸ LowLarge trade from a known wallet. Informational.

What goes into the score

FactorImpact
Wallet ageNewer = higher. Wallets created days before a big bet are suspicious.
Trade historyFewer past trades = higher. One-market wallets stand out.
Position sizeBigger USDC = higher. Small probes score lower.
Entry timingBuying at extreme odds right before a move scores high.

Filtering by score

# Only high-confidence alerts
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://polychadsbot.xyz/api/v1/alerts?min_signal=70"
For trading, min_signal=60 is a good starting point. For research, include everything.