DEV Community

TateLyman
TateLyman

Posted on

I made a free Solana scanner Telegram bot — check tokens, wallets, and rug risks

Just launched a Telegram bot for Solana users — @solscanitbot

What it does

Open Telegram, search for @solscanitbot, and use these commands:

  • /price SOL — current SOL price with 24h change
  • /price BONK — look up any token price
  • /wallet <address> — check any wallet's SOL balance and tokens
  • /token <mint> — full token info (supply, authorities, top holders)
  • /scan <mint> — safety scan with risk score

Or just paste any Solana address and it auto-detects whether it's a wallet or token.

Safety Scanner

The /scan command checks:

  • Mint authority (can creator mint more?)
  • Freeze authority (can creator freeze accounts?)
  • Top holder concentration
  • Number of token accounts

Outputs a score from 0-100 with color-coded risk level.

How it works

  • Token data from Jupiter API and Solana RPC
  • Prices from CoinGecko and Jupiter
  • Safety scores based on on-chain data
  • Pure Node.js, no external bot frameworks
  • Long polling for messages

Try it

Search @solscanitbot on Telegram.

Also have browser-based versions of these tools at DevTools.run — 23 free dev tools including Solana token lookup, wallet checker, and a paid rug scanner.


SOL tips: NaTTUfDDQ8U1RBqb9q5rz6vJ22cWrrT5UAsXuxnb2Wr

Top comments (0)