pump.fun Token Swap Bot
Please contact me (discord : deadajong) if you have any advice on new features or want to collaberate in the development, I would like to impliment this into a Telegram/Discord Bot at some stage.
- Just some fun with the Pump.fun market.
- Configure snipe options and amounts, see formatting below
- Install https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Follow the answer if you have any issues with node/npm not being recognised : https://stackoverflow.com/questions/27864040/fixing-npm-path-in-windows-8-and-10
For Free RPC nodes, check https://www.quicknode.com/
This is only required if you have any module load errors
cd path/to/project
npm install
PRIVATE_KEY=
RPC_ENDPOINT=https://api.mainnet-beta.solana.com //Change as required
RPC_WEBSOCKET_ENDPOINT=https://api.mainnet-beta.solana.com //Change as required
QUOTE_MINT=WSOL
QUOTE_AMOUNT=0.0001 //Change as required
COMMITMENT_LEVEL=finalized
USE_SNIPE_LIST=false
SNIPE_LIST_REFRESH_INTERVAL=30000
CHECK_IF_MINT_IS_RENOUNCED=true
AUTO_SELL=true
MAX_SELL_RETRIES=5
AUTO_SELL_DELAY=20000 //ms
LOG_LEVEL=info
TAKE_PROFIT=300
STOP_LOSS=50
BIRDEYE_API_KEY=4a9711ae647
MIN_POOL_SIZE=5
snipe-list formatting
Name/Ticker/Wallet
For values you dont want to specify leave empty. Each snipe must be on a new line, for example :
/Ticker/
Name//
//Wallet
cd path/to/project
node buy