The Pump Fun Watchlist Bot allows you to track wallets and tokens in real time on Discord. With simple slash commands, you can monitor activity and get updates directly in your server.
Track the activity of a specific wallet by providing its address and a custom name.
/follow-wallet
address
(required): The wallet's public address you want to track.name
(required): A custom name to identify the wallet in your watchlist.
/follow-wallet address: 0x123456789abcdef name: MyWallet
Monitor a specific token by its contract address.
/follow-token
ca
(required): The smart contract address of the token you want to follow.
/follow-token ca: 0xabcdef123456789
We welcome contributions to improve and expand the Pump Fun Watchlist Bot!
- Fork the Repository: Clone the bot's GitHub repository to your account.
- Create a New Branch: Work on your feature or fix in a separate branch.
- Submit a Pull Request: Once your changes are complete, submit a pull request with a detailed description of your updates.