Skip to content

4. Usage

Steven edited this page Jun 7, 2025 · 1 revision

Usage

After installing and configuring the bot, use the following commands in your Telegram bot chat to interact:

Starting the Bot

Send: /start to initialize the bot and receive the welcome message.

Common Commands

Command Description
/track [wallet] Start tracking a new wallet
/help Lists all available commands
/list Shows all wallets currently being tracked
/stop [address] Stops tracking a specific wallet
/stopall Stops tracking all wallets
/resume [address] Resumes tracking a specific wallet
/stopall Resumes tracking all wallets

Adding Wallets for Tracking

Simply send track with a valid Solana wallet address to the bot, for example:

/track 4Nd1mKq5EjjKrj28eV7bHu3FzvJrQ8DdEpH5fg8c67Hq

The bot will start monitoring this wallet's transactions and send notifications.

Sample Notification

πŸ”” New Transaction Detected!

πŸ‘› Wallet: AbC1...XyZ9
πŸ’° Sol Amount: 🟒 BUY 1.234 SOL
πŸ’Έ PNL for this Token: 0.123 SOL
πŸš€ Token: BONK(Bonk)
πŸ”— View Transaction
⏰ 2025-04-01 12:34:56

Notes

  • You will only receive notifications for token transfers, swaps, and SOL movements.
  • The bot supports tracking multiple wallets simultaneously.

Clone this wiki locally