Skip to content

rhwddy/pumpfun_watchlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pump Fun Watchlist Discord Bot

Overview

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.

Install here


Commands

1. Follow a Wallet

Track the activity of a specific wallet by providing its address and a custom name.

Command:

/follow-wallet

Arguments:

  • address (required): The wallet's public address you want to track.
  • name (required): A custom name to identify the wallet in your watchlist.

Example:

/follow-wallet address: 0x123456789abcdef name: MyWallet


2. Follow a Token

Monitor a specific token by its contract address.

Command:

/follow-token

Arguments:

  • ca (required): The smart contract address of the token you want to follow.

Example:

/follow-token ca: 0xabcdef123456789


Contributions

We welcome contributions to improve and expand the Pump Fun Watchlist Bot!

How to Contribute

  1. Fork the Repository: Clone the bot's GitHub repository to your account.
  2. Create a New Branch: Work on your feature or fix in a separate branch.
  3. Submit a Pull Request: Once your changes are complete, submit a pull request with a detailed description of your updates.