Welcome to the Pump.fun Solana Trading Bot! This tool, developed by TreeCityWes.eth of HashHead.io, is designed for trading and sniping new token launches on pump.fun. It includes strategies for buying and selling tokens based on market cap changes and bonding curve progress.
The Solana Trading Bot helps you trade tokens on the Pump.fun on Solana blockchain based on bonding curves and market cap changes. The bot scrapes data to identify new tokens with favorable bonding curves, monitors market cap changes, and makes decisions on when to sell to maximize profits.
- Initial Buy: The bot scrapes pump.fun to identify new token pairs with favorable bonding curves.
- Monitoring: Once a token is bought, the bot monitors the market cap and bonding curve progress.
- Profit Targets:
- The bot aims to take profit at a 25% increase and then again at another 25% increase.
- It sells 50% of the tokens at the first 25% increase and 75% of the remaining tokens at the next 25% increase.
- Stop Loss: The bot will sell all tokens if the market cap falls by 10%.
- Bonding Curve: The bot will sell 75% of the tokens if the bonding curve reaches a critical level and keep 25% as a moon bag.
- Timing: The bot resets the timer if the price goes up and monitors the trade for a set period, adjusting its actions based on market conditions.
- Node.js: JavaScript runtime built on Chrome's V8 JavaScript engine.
- Solana CLI: Command-line interface for interacting with the Solana blockchain.
- Selenium WebDriver (Chrome): Automated web browser.
-
Clone the repository: ```sh git clone https://github.com/yourusername/solana-trading-bot.git cd solana-trading-bot ```
-
Install dependencies: ```sh npm install dotenv axios @solana/web3.js @solana/spl-token selenium-webdriver fs bs58 blessed blessed-contrib ```
-
Set up your environment variables: Create a .env file in the root directory and add the following:
SOLANA_WALLET_PATH=/path/to/your/solana/wallet.json MINIMUM_BUY_AMOUNT=0.015 MAX_BONDING_CURVE_PROGRESS=10 SELL_BONDING_CURVE_PROGRESS=15
-
Configure Solana CLI: ```sh solana config set --url https://api.mainnet-beta.solana.com solana config set --keypair /path/to/your/solana/wallet.json ```
-
Run the trading bot: ```sh node script.mjs ```
-
Sell all SPL tokens: ```sh node sell.js ```
If you find this tool useful, please consider supporting the developer. Donations can be sent to:
- Solana Address: 8bXf8Rg3u4Prz71LgKR5mpa7aMe2F4cSKYYRctmqro6x
- Buy Me a Coffee: buymeacoffee.com/treecitywes
This tool is developed by TreeCityWes.eth of HashHead.io. It is designed to help traders effectively manage their trades on the Solana blockchain, especially for new token launches on pump.fun. The bot keeps moon bags and times trades efficiently to maximize profits and minimize losses.
Use this tool at your own risk. Trading cryptocurrencies involves significant risk and can result in the loss of your capital. Always do your own research before making any trading decisions.
Thank you for using the Solana Trading Bot! Happy trading!
TreeCityWes.eth of HashHead.io