DEV Community

TateLyman
TateLyman

Posted on

How to Copy Trade Any Solana Wallet from Telegram — Free Bot

Copy trading is one of the most requested features in crypto. Instead of watching charts, you mirror what profitable wallets do. I built this directly into @solscanitbot.

How Copy Trading Works

You give the bot a wallet address. It monitors that wallet every 60 seconds using a token-balance snapshot approach:

  1. Snapshot: Records all token balances for the target wallet
  2. Diff: Compares current balances to the last snapshot
  3. New token detected: If the target wallet bought something new, the bot buys it for you
  4. Token gone: If the target wallet sold, the bot sells your position too

All trades go through Jupiter V6 with Jito MEV protection.

Setup (30 seconds)

/copy <wallet_address>
Enter fullscreen mode Exit fullscreen mode

That's it. The bot starts mirroring trades immediately.

Managing Copy Trades

  • /following — See all wallets you're copying
  • /unfollow <wallet> — Stop copying a specific wallet
  • /settings — Configure auto-buy amount per copy trade

Find Good Wallets to Copy

Use the bot's tools:

  1. /whale on — Get alerts when known whale wallets make moves
  2. Check Solscan for top traders
  3. Use the /compete leaderboard to find the best traders using the bot

Why This Works Better Than Manual Trading

  • Speed: 60-second detection vs you checking Twitter/Discord
  • No emotion: Automatic execution, no second-guessing
  • MEV protection: Jito bundles prevent sandwich attacks
  • Multiple wallets: Copy as many wallets as you want simultaneously

Full Bot Features

@solscanitbot — 40+ commands including:

  • Token sniping (Pump.fun direct bonding curve)
  • DCA automation
  • Portfolio dashboard
  • Stop-loss and take-profit
  • Volume bot for token devs
  • Premium tier (0.5% fees)
  • 3-tier referral system (earn 30-40%)

Free to use. 1% fee per trade (0.5% with Premium).

Start copy trading | All features

Top comments (0)