Skip to content

getPumpAgent/pumpfun-sniper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PumpFun Sniper Bot

Build a PumpFun sniper bot in 5 minutes.

3 steps:

  1. npm install getpumpagent
  2. Add your wallet to .env
  3. npm start

That's it. You're sniping PumpFun tokens.


Setup

git clone https://github.com/getpumpagent/pumpfun-sniper-bot.git
cd pumpfun-sniper-bot
npm install
cp .env.example .env

Add your wallet keys to .env:

WALLET_PUBLIC_KEY=YourPublicKeyHere
WALLET_PRIVATE_KEY=YourPrivateKeyHere
BUY_AMOUNT_SOL=0.1

Run it:

npm start

What it does

  • Polls PumpFun for new token launches every 10 seconds
  • Filters by age and risk score
  • Logs every new token it finds
  • Swap execution is commented out by default — uncomment one block to go live

Config

All config lives in .env:

Variable Default Description
WALLET_PUBLIC_KEY Your Solana wallet
WALLET_PRIVATE_KEY Used to sign transactions
BUY_AMOUNT_SOL 0.1 SOL per snipe

Built with getpumpagent — the trading API your agent deserves.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors