Launch token on pumpfun(pump.fun), bundle buy, migrate token to pump swap(pumpAmm), buy token on pumpswap, increase volume
Launch token on pumpfun(pump.fun), bundle buy, migrate token to pump swap(pumpAmm), buy token on pumpswap, increase volume
How it works
- Create wallets for bundle buy, make volume.
- Distribute SOL to wallets.
- Launch token or find an already launched token which has no holders.
- Bundle buy the token using Jito.
- Send the migrate transaction with buy on pump swap.
- Distribute tokens to maker wallets.
- Increase volume using maker wallets.
- Calculate profit.
- Sell tokens.
- Close wallets and prepare for next token launch.
How to install
Prerequites
Install node environment.
Here're some useful links for installing node environment.
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04
Download the project
Setup git bash if you don't have it.
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Clone this project to local machine.
git clone https://github.com/m8s-lab/pump-launcher
Install node modules.
cd pump-launcheryarn
Configuration
Set environment variables in .env file
Copy .env.template as .env and edit it.
MONGO_URI: uri to mongo db that stores token dataSOLANAMAINNETRPC: solana mainnet rpc url
PRIVATEKEYPATH: path to main solana keypair file.
Config the parameters
ISNEWLAUNCH: launch new token or user provide CA of already launched token.NUMBUNDLEWALLETS: number of wallets to bundle buy on pump.fun(max: 27).
INITIALBUYLAMPORTS: initial buy lamports in the launch transaction.
NUM_MAKERS: number of maker wallets.
MIGRATEBUYLAMPORTS: first buy lamports after the migrate instruction.
TPAMOUNT: sell tokens if profit reaches TPAMOUNT
Run bot
Build the project.
yarn build
Run bot and take profit.
yarn start
Example address
Token CA: https://solscan.io/account/jV7diGWdEcveTDPfLjWqEToJz428E195WXyvbPGpump
Bundle buy tx(last buy on pump.fun): https://solscan.io/tx/3CssBSf5CYdvBrBUh5aY6HNYq9nWYxrkfgxx7HBN19Ar8bz53GbHL44Bi4tFNHw1z6q8NnYe6VktSUnCrDFsshYq
Migrate tx(first buy on pumpswap): https://solscan.io/tx/3cfWwqFTbP7bz4BPqky9guJyZSxsB4CZUUko5kE4Si1FTa8KHdcjfSayvTQxcmjgeQNj3Hpeyvh2VrjSaeahDQA9
Contact
- TG: https://t.me/microgift88
- Discord: https://discord.com/users/1074514238325927956
- Email: microgift28@gmail.com