Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions README_Prometheus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Prometheus: Add README for pumpfun-sinperbot

## Project Overview

FSSB (Fast Solana Sniper Bot) is a sophisticated cryptocurrency trading bot designed specifically for the Solana blockchain. The bot specializes in real-time token sniping on the Raydium decentralized exchange, allowing users to quickly identify and trade new token pools before they become widely available.

### Key Features
- **Automatic Pool Sniping**: Instantly detects and trades new token liquidity pools on Raydium
- **Smart Trading Controls**:
- Configurable stop-loss and take-profit percentages
- Liquidity range filtering
- Support for USDC and WSOL trading pairs
- **Token Verification**:
- Burn and renouncement checks
- Customizable token selection criteria
- **High-Speed Execution**: Enables trading before tokens appear on the Raydium UI

### Primary Purpose
The bot addresses the challenge of identifying and quickly trading newly launched tokens on the Solana blockchain. By providing near-instantaneous pool detection and trading capabilities, it offers traders a potential competitive advantage in the fast-moving cryptocurrency market.

### Core Benefits
- Rapid token discovery and trading
- Automated trading strategy implementation
- Flexible configuration options
- Reduced manual monitoring of new token launches

## Getting Started, Installation, and Setup

### Prerequisites
- [Node.js](https://nodejs.org/en/download) (LTS version recommended)
- A Solana wallet with SOL for transaction fees
- USDC or WSOL tokens for trading

### Quick Start
1. Clone the repository:
```bash
git clone https://github.com/CryptoTechZoo/fssb-fast-solana-sniper-bot.git
cd fssb-fast-solana-sniper-bot
```

2. Install dependencies:
```bash
npm install
```

3. Configure the environment:
- Copy `.env.copy` to `.env`
- Edit `.env` with your specific configuration

4. Run the bot:
```bash
npm run fssb
```

### Configuration Details
The `.env` file requires the following key configurations:

- `MY_PRIVATE_KEY`: Your Solana wallet private key
- `RPC_ENDPOINT`: HTTPS RPC endpoint (paid services recommended for better performance)
- `RPC_WEBSOCKET`: Websocket RPC endpoint
- `TOKEN_SYMB`: Trading pair (USDC or WSOL)
- `BUY_AMOUNT`: Amount used to buy each new token
- `TAKE_PROFIT`: Take profit percentage (default: 200%)
- `STOP_LOSS`: Stop loss percentage (default: 90%)

### Important Considerations
- Ensure you have sufficient SOL for transaction fees
- Recommended to use a separate wallet for trading
- Use paid RPC endpoints for faster and more reliable performance

### Troubleshooting
- If you encounter RPC node errors, try alternative providers like Shyft, Helius, or Quicknode
- Verify you have a USDC/WSOL token account before running (can be created via [Jup.ag](https://jup.ag))

### Disclaimer
⚠️ This bot is provided for learning and testing purposes. Use at your own risk.