-
Notifications
You must be signed in to change notification settings - Fork 18
4. Usage
Steven edited this page Jun 7, 2025
·
1 revision
After installing and configuring the bot, use the following commands in your Telegram bot chat to interact:
Send: /start to initialize the bot and receive the welcome message.
| 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 |
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.
π 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
- You will only receive notifications for token transfers, swaps, and SOL movements.
- The bot supports tracking multiple wallets simultaneously.