Skip to content

Our Solana Pump Fun Raydium Sniper Trading Bot is a software tool that is designed to Snipe Newly Launched Tokens based on factors like Market Cap, Liquidity Pool, Mint Renounced, Burned, Freeze/Lock, Etc and automate the buying and selling of them to gain quick profits!

Notifications You must be signed in to change notification settings

zademeadowshk/Solana-Pump-Fun-Raydium-Sniper-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solana-Pump-Fun-Raydium-Sniper-Trading-Bot

Our Solana Pump Fun Raydium Sniper Trading Bot is a software tool that is designed to Snipe Tokens Just Before Public Launch based on factors like transaction made, Market Cap, Liquidity Pool, Mint Renounced, Burned, Freeze/Lock, Etc and automate the buying and selling of them to gain quick profits!

Screenshot

Trading Strategy

  • 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.

Requirements

  • 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.

Installation

  1. Clone the repository: ```sh git clone [https://github.com/zademeadowshk/Solana-Pump-Fun-Raydium-Sniper-Trading-Bot.git] cd solana-trading-bot ```

  2. Install dependencies: ```sh npm install dotenv axios @solana/web3.js @solana/spl-token selenium-webdriver fs bs58 blessed blessed-contrib ```

  3. 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
    
    
  4. Configure Solana CLI: ```sh solana config set --url https://api.mainnet-beta.solana.com solana config set --keypair /path/to/your/solana/wallet.json ```

Usage

  • Run the trading bot: ```sh node script.mjs ```

  • Sell all SPL tokens: ```sh node sell.js ```

Donations

If you find this tool useful, please consider supporting the developer. Donations can be sent to:

  • Solana Address: 4tvvQgXAxSaSmJcZUo4yaaodwGMhdpRh9V7We5boprha

About

This tool is developed by me and my brother in law. 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.

Disclaimer

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!

About

Our Solana Pump Fun Raydium Sniper Trading Bot is a software tool that is designed to Snipe Newly Launched Tokens based on factors like Market Cap, Liquidity Pool, Mint Renounced, Burned, Freeze/Lock, Etc and automate the buying and selling of them to gain quick profits!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published