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:
- You specify a token mint and number of cycles
- Each cycle buys a small amount of the token, waits 30 seconds, then sells it back
- This creates real transactions visible on DexScreener, Solscan, and all chain explorers
- 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
- DexScreener ranking — More volume = higher visibility in trending
- Social proof — Active trading signals a live project
- Liquidity depth — Each cycle interacts with the order book
- 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
- Launch your token on Pump.fun or Raydium
- Use
/bumpto create initial trading activity - Use
/promoteto get it in front of active traders - 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.
Top comments (0)