# copy-trading-solana > Copy trade Solana wallets - mirror trades automatically - Author: alsk1992 - Repository: Alliswellcy/CloddsBot - Version: 20260210013721 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-10 - Source: https://github.com/Alliswellcy/CloddsBot - Web: https://mule.run/skillshub/@@Alliswellcy/CloddsBot~copy-trading-solana:20260210013721 --- --- name: copy-trading-solana description: "Copy trade Solana wallets - mirror trades automatically" command: copy emoji: "👥" gates: envs: - SOLANA_PRIVATE_KEY --- # Copy Trading - Solana Monitor Solana wallets and automatically copy their trades using Jupiter aggregator. ## Commands ``` /copy add [--name "label"] [--mult 1.0] [--max 0.5] Follow a wallet /copy remove Stop following /copy list List followed wallets /copy history [wallet] View trade history /copy pause Pause copying /copy resume Resume copying /copy stats View overall stats /copy config [options] Update config ``` ## Examples ``` /copy add 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU /copy add 7xKXtg... --name "whale1" --mult 0.5 --max 0.1 /copy list /copy pause 7xKXtg... /copy stats /copy history whale1 ``` ## Configuration Options - `--mult `: Position size multiplier (default: 1.0) - `0.5` = half their size, `2.0` = double their size - `--max `: Maximum SOL per trade (default: 0.5) - `--min `: Minimum trade to copy (default: 0.01) - `--name