← ClaudeAtlas

copy-tradinglisted

Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading
Serennity007/claude-trading-skills-67 · ★ 0 · AI & Automation · score 72
Install: claude install-skill Serennity007/claude-trading-skills-67
# Copy Trading Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading. Identify profitable wallets on-chain, evaluate whether their edge is real and replicable, monitor their activity in real time, and execute proportionally-sized trades with independent risk controls. ## What Copy Trading Means on Solana Copy trading is the practice of monitoring one or more wallets that have demonstrated consistent profitability and replicating their trades in your own wallet. On Solana, every DEX swap is publicly visible on-chain within seconds, making it technically feasible to detect and follow any wallet's activity. ### How It Differs from TradFi Copy Trading | Dimension | TradFi (eToro, etc.) | Solana On-Chain | |-----------|---------------------|-----------------| | Data source | Platform-reported P&L | Verifiable on-chain transactions | | Latency | Minutes to hours | Seconds (websocket) to sub-second (gRPC) | | Front-running risk | Low | High (MEV bots, sandwich attacks) | | Trade cost | Commissions + spread | Gas + slippage + priority fees | | Capacity | High (large-cap equities) | Low (micro-cap tokens have thin liquidity) | | Signal decay | Slow | Fast (PumpFun tokens move in minutes) | | Transparency | Partial (delayed reporting) | Full (every transaction is public) | The core tradeoff: Solana provides perfect transparency but introduces execution risk. The wallet you copy got a price that no longer exists by the time you trade. ## The Copy-Tr