Follow Solana smart wallets onchain
Follow Solana smart wallets onchain
FalsifyLab runs a live Solana copy-trade bot that scores wallets by win rate, average trade size, and PnL persistence. onchain_smart_wallets exposes the leaderboard so your agent can read what the bot’s watching.
Tool
onchain_smart_wallets. params:
| param | default | notes |
|---|---|---|
limit | 5 (free) / 25 (pro) | max wallets |
Returns each wallet with score, win_rate, avg_trade_size_usd. Use these to size your own copy logic.
Agent prompt
Call onchain_smart_wallets with limit=20. For each wallet with score > 0.6and win_rate > 55%, output: wallet address, score, win_rate, avg_trade_size.Comment on which wallets cluster on common tokens (use scratch reasoning).Expected output
wallet | score | win_rate | avg_sizeABcD...XyZ123 | 0.78 | 62% | $4,200EfGh...UvW456 | 0.71 | 58% | $9,800JklM...PqR789 | 0.66 | 56% | $1,300What to do next
- High
avg_sizewallets are not necessarily the best signal. Win rate + score combo matters more. - Don’t blindly mirror. Use the wallet list to discover tokens you should look at, then form your own thesis.
- Pair with
confluence_todayto filter for tokens that have both onchain wallet interest and another signal stream.
Caveats
Solana memecoin space is rotational. Yesterday’s smart wallet can be tomorrow’s bagholder. Re-pull the leaderboard before sizing.
Limits
Free tier returns top 5. Pro 25 default, 50 max. Updates: free 24h, pro every 5min.