DEV Community

TateLyman
TateLyman

Posted on

Solana Volume Bot for Telegram: How Token Devs Can Boost On-Chain Activity

Token developers on Solana need volume to get noticed on DexScreener, Birdeye, and other analytics platforms. I built a volume bot directly into my Solana Telegram trading bot that handles this automatically.

What the Volume Bot Does

The /bump command creates real on-chain trading volume for any Solana token:

  1. You specify a token mint and number of cycles
  2. Each cycle buys a small amount of the token, waits 30 seconds, then sells it back
  3. This creates real transactions visible on DexScreener, Solscan, and all chain explorers
  4. All trades are MEV-protected via Jito bundles

Pricing

  • 0.05 SOL per cycle (fee)
  • 0.01 SOL per cycle (trading capital, returned after sell)
  • Max 50 cycles per order
  • Example: 20 cycles = 1.0 SOL fee + 0.2 SOL capital = 1.2 SOL total

Why Token Devs Use This

  1. DexScreener ranking — More volume = higher visibility in trending
  2. Social proof — Active trading signals a live project
  3. Liquidity depth — Each cycle interacts with the order book
  4. Bot detection resistance — Variable timing, real swap paths through Jupiter

Other Token Dev Tools

Token Promotion (/promote)

Pay 0.5 SOL for 24 hours of promoted listing at the top of the bot's /trending page. Your token gets automatic buy buttons shown to every user.

How It All Works Together

  1. Launch your token on Pump.fun or Raydium
  2. Use /bump to create initial trading activity
  3. Use /promote to get it in front of active traders
  4. The bot's copy trading and sniping features create organic follow-on trades

The Full Bot

@solscanitbot has 39 commands:

  • Buy/sell any token (Jupiter + Pump.fun direct)
  • Copy trading, DCA, sniping
  • Limit orders, stop-loss, take-profit
  • Portfolio dashboard with PnL
  • Premium tier (0.5% fees)
  • Volume bot + token promotion

All built in pure Node.js. No frameworks. Just @solana/web3.js + jito-js-rpc.

Try it | Landing page

Top comments (0)