TreeCityWes / Pump-Fun-Trading-Bot-Solana

Solana / Pump.fun Sniper and Trading bot - Free and Open-Source
27 stars 11 forks source link

Pump.fun Solana Trading and Sniping Bot

Screenshot

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.

Overview

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.

Trading Strategy

Requirements

Installation

  1. Clone the repository: ```sh git clone https://github.com/yourusername/solana-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

Donations

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

About

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.

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!

TreeCityWes.eth of HashHead.io