{"id":28410588,"url":"https://github.com/bitman09/solana-pumpfun-bundler","last_synced_at":"2026-05-01T02:33:42.656Z","repository":{"id":267724681,"uuid":"902162146","full_name":"bitman09/solana-pumpfun-bundler","owner":"bitman09","description":"This #Solana #PumpFun #Bundler #Bot is your ultimate tool for seamless bundling on Pump.Fun, featuring advanced profile creation and anti-bubble mapping capabilities.","archived":false,"fork":false,"pushed_at":"2025-10-02T03:33:07.000Z","size":77,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T02:33:35.544Z","etag":null,"topics":["bundler","pump-fun","pump-fun-bot","pumpfun-bundler-bot","solana","solana-pumpfun-bundler"],"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/bitman09.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-12-12T03:06:25.000Z","updated_at":"2026-04-30T07:42:58.000Z","dependencies_parsed_at":"2025-03-19T10:37:36.408Z","dependency_job_id":null,"html_url":"https://github.com/bitman09/solana-pumpfun-bundler","commit_stats":null,"previous_names":["bitman310/solana-pumpfun-bundler","bitman09/solana-pumpfun-bundler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitman09/solana-pumpfun-bundler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman09%2Fsolana-pumpfun-bundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman09%2Fsolana-pumpfun-bundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman09%2Fsolana-pumpfun-bundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman09%2Fsolana-pumpfun-bundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitman09","download_url":"https://codeload.github.com/bitman09/solana-pumpfun-bundler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitman09%2Fsolana-pumpfun-bundler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bundler","pump-fun","pump-fun-bot","pumpfun-bundler-bot","solana","solana-pumpfun-bundler"],"created_at":"2025-06-02T11:36:08.920Z","updated_at":"2026-05-01T02:33:42.644Z","avatar_url":"https://github.com/bitman09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solana-pumpfun-bundler\nThis Solana PumpFun Bundler Bot is your ultimate tool for seamless bundling on Pump.Fun, featuring advanced profile creation and anti-bubble mapping capabilities.\n\n\n## Description\nThis open-source and free tool provides a highly efficient self-bundling script designed specifically for Pump.Fun, empowering users to launch tokens seamlessly using 20 distinct wallets and profiles.\n\nWith its robust features, the tool ensures your token launches are completely secure and protected against bubble map vulnerabilities and Photon SB marks, delivering unparalleled reliability for your projects.\n\nFor users requiring additional advanced functionalities or customization, we invite you to reach out via direct message for tailored solutions and expert support.\n\n## Project Codebase\n### main.ts\n```\nimport { createKeypairs } from \"./src/createKeys\";\nimport { buyBundle } from \"./src/jitoPool\";\nimport { sender } from \"./src/senderUI\";\nimport { sellXPercentagePF } from \"./src/sellFunc\";\nimport promptSync from \"prompt-sync\";\nimport { sellXPercentageRAY } from \"./src/sellRay\";\n\nconst prompt = promptSync();\n\nasync function main() {\n\tlet running = true;\n\n\twhile (running) {\n\t\tconsole.log(\"DM me for support\");\n\t\tconsole.log(\"https://t.me/benorizz0\");\n\t\tconsole.log(\"solana-scripts.com\");\n\t\tconsole.log(\"\\nMenu:\");\n\t\tconsole.log(\"1. Create Keypairs\");\n\t\tconsole.log(\"2. Pre Launch Checklist\");\n\t\tconsole.log(\"3. Create Pool Bundle\");\n\t\tconsole.log(\"4. Sell % of Supply on Pump.Fun\");\n\t\tconsole.log(\"5. Sell % of Supply on Raydium\");\n\t\tconsole.log(\"Type 'exit' to quit.\");\n\n\t\tconst answer = prompt(\"Choose an option or 'exit': \"); // Use prompt-sync for user input\n\n\t\tswitch (answer) {\n\t\t\tcase \"1\":\n\t\t\t\tawait createKeypairs();\n\t\t\t\tbreak;\n\t\t\tcase \"2\":\n\t\t\t\tawait sender();\n\t\t\t\tbreak;\n\t\t\tcase \"3\":\n\t\t\t\tawait buyBundle();\n\t\t\t\tbreak;\n\t\t\tcase \"4\":\n\t\t\t\tawait sellXPercentagePF();\n\t\t\t\tbreak;\n\t\t\tcase \"5\":\n\t\t\t\tawait sellXPercentageRAY();\n\t\t\t\tbreak;\n\t\t\tcase \"exit\":\n\t\t\t\trunning = false;\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tconsole.log(\"Invalid option, please choose again.\");\n\t\t}\n\t}\n\n\tconsole.log(\"Exiting...\");\n\tprocess.exit(0);\n}\n\nmain().catch((err) =\u003e {\n\tconsole.error(\"Error:\", err);\n});\n```\n\n### src/clients\n```\n - LookupTableProvider.ts\n - config.ts\n - jito.ts\n - poolKeysReassigned.ts\n```\n\n### src/keypairs\n```\n - keypair1.json\n```\n\n### src/\n```\n - createKeys.ts\n - createLUT.ts\n - jitoPool.ts\n - keyInfo.json\n - sellFunc.ts\n - sellRay.ts\n - senderUI.ts\n```\n\n\n## Contact Info\nTelegram: [@Dias](https://t.me/bitman09)\n\nLinkedIn: [@Dias Ishbulatov](https://www.linkedin.com/in/dias-ishbulatov/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitman09%2Fsolana-pumpfun-bundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitman09%2Fsolana-pumpfun-bundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitman09%2Fsolana-pumpfun-bundler/lists"}