{"id":28558115,"url":"https://github.com/m8s-lab/pump-launcher","last_synced_at":"2026-05-19T14:31:14.212Z","repository":{"id":255078443,"uuid":"848477114","full_name":"m8s-lab/pump-launcher","owner":"m8s-lab","description":"Launch token on pumpfun(pump.fun), bundle buy, migrate token to pump swap(pumpAmm), buy token on pumpswap, increase volume","archived":false,"fork":false,"pushed_at":"2025-05-30T23:18:36.000Z","size":43,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T10:05:45.785Z","etag":null,"topics":["amm","bot","bundle","fun","jito","launch","maker","migrate","pump","pumpamm","pumpfun","pumpswap","solana","swap","token","volume"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m8s-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-27T20:42:25.000Z","updated_at":"2025-05-30T23:20:44.000Z","dependencies_parsed_at":"2024-08-27T22:31:54.587Z","dependency_job_id":"afbac53b-72b9-4436-8141-a828bdcf8662","html_url":"https://github.com/m8s-lab/pump-launcher","commit_stats":null,"previous_names":["m8s-lab/jetton-swap-dex-smart-contract","m8s-lab/jetton-dex-smart-contract-ton","m8s-lab/pump-launcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8s-lab%2Fpump-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8s-lab%2Fpump-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8s-lab%2Fpump-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8s-lab%2Fpump-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m8s-lab","download_url":"https://codeload.github.com/m8s-lab/pump-launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8s-lab%2Fpump-launcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259033839,"owners_count":22795770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amm","bot","bundle","fun","jito","launch","maker","migrate","pump","pumpamm","pumpfun","pumpswap","solana","swap","token","volume"],"created_at":"2025-06-10T08:07:36.041Z","updated_at":"2025-10-04T00:29:19.942Z","avatar_url":"https://github.com/m8s-lab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Launch token on pumpfun(pump.fun), bundle buy, migrate token to pump swap(pumpAmm), buy token on pumpswap, increase volume\n\n## How it works\n\n* Create wallets for bundle buy, make volume.\u003cbr\u003e\n* Distribute SOL to wallets.\u003cbr\u003e\n  \u003cb\u003eThey shouldn't share the same original fun source since it can be easily detected as insiders.\u003c/b\u003e\n* Launch token or find an already launched token which has no holders.\u003cbr\u003e\n  \u003cb\u003eAlready launched tokens have different creator and a bit long history.\u003c/b\u003e\n* Bundle buy the token using Jito.\u003cbr\u003e\n* Send the migrate transaction with buy on pump swap.\u003cbr\u003e\n  \u003cb\u003eYou can be the last buyer on pumpfun and first buyer on pump swap.\u003c/b\u003e\n* Distribute tokens to maker wallets.\u003cbr\u003e\n  \u003cb\u003eUsually they detect token transfer, so remain some holders that can be displayed on the page as top holders.\u003c/b\u003e\n* Increase volume using maker wallets.\u003cbr\u003e\n  \u003cb\u003eSend buy and sell instructions in the same transaction, so that, it can not be affected by other users.\u003c/b\u003e\n* Calculate profit.\u003cbr\u003e\n  \u003cb\u003eCalculate total fee spent and total profit once you sell all the tokens you hold.\u003c/b\u003e\u003cbr\u003e\n* Sell tokens.\u003cbr\u003e\n  \u003cb\u003eSell all tokens if you can make enough profit.\u003c/b\u003e\n* Close wallets and prepare for next token launch.\u003cbr\u003e\n\n##  How to install\n\n### Prerequites\n\n#### Install node environment. \u003cbr\u003e\n\nHere're some useful links for installing node environment.\u003cbr\u003e\nhttps://docs.npmjs.com/downloading-and-installing-node-js-and-npm \u003cbr\u003e\nhttps://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04\n\n### Download the project\n\n#### Setup git bash if you don't have it.\u003cbr\u003e\nhttps://git-scm.com/book/en/v2/Getting-Started-Installing-Git\n\n#### Clone this project to local machine.\n\u003e git clone https://github.com/m8s-lab/pump-launcher\n\n#### Install node modules.\n\u003e cd pump-launcher\u003cbr\u003e\nyarn\n\n##  Configuration\n\n### Set environment variables in `.env` file\n\n#### Copy .env.template as .env and edit it.\n\n\u003e MONGO_URI: uri to mongo db that stores token data\u003cbr\u003e\nSOLANA_MAINNET_RPC: solana mainnet rpc url\u003cbr\u003e\nPRIVATE_KEY_PATH: path to main solana keypair file.\u003cbr\u003e\n\n### Config the parameters\n\n\u003e IS_NEW_LAUNCH: launch new token or user provide CA of already launched token.\u003cbr\u003e\nNUM_BUNDLE_WALLETS: number of wallets to bundle buy on pump.fun(max: 27).\u003cbr\u003e\nINITIAL_BUY_LAMPORTS: initial buy lamports in the launch transaction.\u003cbr\u003e\nNUM_MAKERS: number of maker wallets.\u003cbr\u003e\nMIGRATE_BUY_LAMPORTS: first buy lamports after the migrate instruction.\u003cbr\u003e\nTP_AMOUNT: sell tokens if profit reaches TP_AMOUNT\n\n## Run bot\n\nBuild the project.\n\u003e yarn build\n\nRun bot and take profit.\n\u003e yarn start\n\n## Example address\n\nToken CA: https://solscan.io/account/jV7diGWdEcveTDPfLjWqEToJz428E195WXyvbPGpump\u003cbr\u003e\nBundle buy tx(last buy on pump.fun): https://solscan.io/tx/3CssBSf5CYdvBrBUh5aY6HNYq9nWYxrkfgxx7HBN19Ar8bz53GbHL44Bi4tFNHw1z6q8NnYe6VktSUnCrDFsshYq\u003cbr\u003e\nMigrate tx(first buy on pumpswap): https://solscan.io/tx/3cfWwqFTbP7bz4BPqky9guJyZSxsB4CZUUko5kE4Si1FTa8KHdcjfSayvTQxcmjgeQNj3Hpeyvh2VrjSaeahDQA9\u003cbr\u003e\n\n![Screenshot 2025-05-31 050808](https://github.com/user-attachments/assets/8d25dadf-c88e-4876-9160-9eb79aeb9977)\n\n\n## Contact\n\n* TG: https://t.me/microgift88\n* Discord: https://discord.com/users/1074514238325927956\n* Email: microgift28@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm8s-lab%2Fpump-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm8s-lab%2Fpump-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm8s-lab%2Fpump-launcher/lists"}