Bump Bot
1. Introduction
BumpBot is a Telegram bot designed to simulate organic trading activity for tokens on decentralized exchanges. By utilizing a variety of wallets and executing buy transactions, it creates a steady stream of activity to help tokens gain visibility, trend on platforms like DEXTools, and improve overall market perception. This guide explains how to set up and use BumpBot for your token projects.
2. Key Features
Bump Buy Operations
Simulates organic buy transactions using multiple wallets.
Supports Uniswap V2, Uniswap V3, and Moonshot pools.
Smart Buy Mode
Automatically pauses operations when gas costs exceed a predefined threshold.
Customizable Speed
Adjust the number of wallets used per cycle for faster or slower activity:
fast
: 25 wallets every 20 seconds.medium
: 10 wallets every 20 seconds.slow
: 3 wallets every 20 seconds.
Dynamic Wallet Creation
Automatically creates and funds wallets for transactions.
Gas Optimization
Uses caching to reduce RPC calls and optimize gas fees.
3. How to Use BumpBot
Step 1: Start the Bot
Use the
/start
command to initialize the bot.The bot will check if you already have a wallet.
If not, it will prompt you to create one.
Once your wallet is set up, you will receive your main wallet address and referral code.
Step 2: Initiate a BumpBuy Operation
Use the
/bumpbuy <token_address> [speed]
command to start a bump operation.Replace
<token_address>
with the token’s Ethereum address.Optionally, specify the speed (
fast
,medium
, orslow
).Example:
/bumpbuy 0xTokenAddress fast
The bot will:
Determine the best liquidity pool for the token.
Create and fund wallets for the operation.
Start executing buy transactions based on the chosen speed.
Step 3: Monitor Progress
The bot provides real-time updates during the operation, including:
Current token address.
Selected pool type (e.g., Uniswap V2 or V3).
Number of wallets in use.
Estimated gas costs.
Step 4: Cancel an Operation
Use the
/cancelbumpbuy
command to stop an ongoing operation.The bot will complete any transactions in progress and then halt further activity.
4. Advanced Features
Smart Buy Mode
To enable Smart Buy mode:
Select “Smart Buy” from the bot’s menu.
The bot will monitor gas costs and pause operations if they exceed a predefined threshold.
Dynamic Pool Selection
Automatically identifies the best liquidity pool based on:
Liquidity reserves.
Fee tiers (e.g., 0.3% for Uniswap V2, 1% for Uniswap V3).
Custom Speed and Wallet Settings
Customize the speed of operations by adjusting the number of wallets:
Fast: High volume for quick results.
Slow: Lower volume to simulate gradual activity.
5. Security and Transparency
Secure Wallet Management
Each user’s wallets are self-custodial.
Private keys are encrypted and stored securely.
Transaction Integrity
Nonce management ensures no transaction duplication or loss.
Gas Optimization
Utilizes cached gas prices to reduce unnecessary RPC calls.
Dynamically adjusts gas limits for efficiency.
6. Troubleshooting
Common Issues
Invalid Token Address
Ensure the token address is correct and formatted properly.
Example:
0x123456789abcdef...
Insufficient Funds
Check your wallet balance to ensure it has enough ETH for transactions and gas fees.
Operation Paused in Smart Buy Mode
Gas costs might be too high. Wait for the network to stabilize or switch to regular buy mode.
Bug Reporting
Use the “Bug Report” button in the bot menu to submit an issue.
Provide details like token address, wallet address, and error messages.
7. Frequently Asked Questions (FAQs)
Q1: What’s the difference between Smart Buy and Regular Buy?
Smart Buy monitors gas costs and pauses operations when costs are too high.
Regular Buy runs continuously without cost monitoring.
Q2: How do I adjust the speed of operations?
Specify the speed in the
/bumpbuy
command.Example:
/bumpbuy 0xTokenAddress fast
Q3: Can I use my own wallets for operations?
Yes, you can specify your own wallet in the settings.
Q4: What happens if I cancel an operation?
The bot completes ongoing transactions and stops further activity.
Last updated