Overview
Wallet Tracker is a Solana copy-trading bot that monitors target wallets for meme token trades and automatically mirrors buy and sell actions with MC target gating, 4-tier risk grading, and a 5-trigger exit system.
Core operations:
- Monitor target Solana wallets for meme token buy/sell activity in real time
- Mirror trades using MC_TARGET mode (wait for market cap proof) or INSTANT mode (immediate follow)
- Run pre-trade safety gates: liquidity, holders, top10, dev hold, bundle, honeypot, rug history checks
- Manage exits via 5 triggers: mirror sell, stop loss, tiered take-profit, trailing stop, time stop
- Monitor positions post-trade for active dump, LP drain, and coordinated selling → auto exit
Tags: wallet-tracker copy-trade solana meme-coin onchainos
Prerequisites
- No IP/region restrictions
- Supported chain: Solana
- Supported tokens: Solana meme tokens (pump.fun, Believe, LetsBonk, and other launchpads)
- onchainos CLI installed and authenticated (
onchainos --versionandonchainos wallet status) - Python 3.8+ (standard library only — no
pip installrequired) - Funded Solana wallet for live trading
- At least one target wallet address to track
Quick Start
- Install the skill:
plugin-store install wallet-tracker-mcap - Add target wallets: Edit
config.pyand add wallet addresses to theWATCH_WALLETSlist - Choose follow mode: Set
FOLLOW_MODE = "MC_TARGET"(safer, waits for MC confirmation) or"INSTANT"(faster, follows immediately) - Start in paper mode (default,
PAPER_TRADE = True): Runpython3 bot.py - Open dashboard: Visit
http://localhost:3248to monitor watched wallets, positions, and live trade feed - Go live: Set
PAPER_TRADE = Falseinconfig.pyand restart — confirmMAX_SOLand risk limits before switching