Welcome to the Pump and Trade Automation Bot! This tool helps you monitor and automatically trade tokens on the Pump Portal platform. With this bot, you can watch specified accounts, automatically buy tokens, and set sell triggers based on specific conditions.
- Automated Trading: Tracks specific wallet addresses for new token buys and performs trades automatically.
- Customizable Parameters: Set trade amounts, slippage, priority fees, and more to suit your needs.
- Sell Trigger: Automatically initiates a sell order based on your custom-defined conditions.
- Python 3.8+: Make sure you have Python installed.
To get started, clone this repository to your local machine:
git clone https://github.com/your-username/pump-trade-bot.git
cd pump-trade-bot
Install Required Libraries: Run the following command in your terminal to install dependencies:
pip install -r requirements.txt
Before using the bot, you need to generate a wallet:
- Run
generate_wallet.py
to get your wallet details:python generate_wallet.py
- Save the generated
API Key
,Public Wallet Address
, andPrivate Key
securely. You'll need the API Key for the bot.
Important:
- Securely save your private key and API key. They cannot be recovered if lost.
- Do not share your keys with anyone.
- Open
main.py
and update the following:- API Key: Replace the
API_KEY
variable with the key you generated. - COPY_ADDRESSES: Add the wallet addresses you want to monitor.
- Customize Trade Settings: Adjust the trade amount, slippage, and priority fee as desired.
- API Key: Replace the
- Start the bot by running:
python main.py
- The bot will:
- Monitor specified wallet addresses.
- Automatically execute buy trades when conditions are met.
- Trigger sell orders if your sell conditions are satisfied.
- Security: Keep your API key and private key secure. Do not share them with anyone.
- Customization: You can tweak the logic in the
main.py
file to better suit your trading strategy. - Monitoring: Check the terminal logs for updates about transactions and potential issues.
If you have questions or need help, feel free to reach out.
Happy Trading! 🚀