This bot makes lots of profit on Pumpfun.
-
Make a profit
-
Create new SPL token on Pump.fun
-
Create & buy
3uBwg8JRepis9HuKPFUW8joavo4CdkUGmZMciY1U7CSMEjvMbMfremZmomvg6SgyNTLPzMzWg3GiWSbxcT5hybir
-
Sell
mEwTYYe7vctyDRF57AY7aJUAmggbYXApGhfnEDJqrvsSgdBJyujMNBDbfHFizKBem5kRQXDMCWtcMt8VFg8ymHk
- Create & buy new SPL token in the same transaction on Pump.fun
- Buy all SPL token balance as soon as possible.
- Create new wallet and repeat the above actions.
- Retrieve all SOL balance to the main wallet.
-
Clone the repository
git clone https://github.com/btcoin23/pumpfun_launch_bot.git
-
Install dependencies
yarn install
-
Create and edit
.env
filePRIVATE_KEY= RPC_URL=
-
Set your configuration on
config.ts
fileexport const splMetaData = { name: '', symbol: '', url: '' }// SPL token metadata export const buyAmount = 0.1 * LAMPORTS_PER_SOL; // first buy amount export const jitoTip = 0.001 * LAMPORTS_PER_SOL; // jito tip export const duration_buy = 10 * 1000; // 10s before new buy export const duration_sell = 100; // 100ms before sell export const max_n = 5; // do buy/sell max_n times
-
Run the bot
npm start