{"id":26673512,"url":"https://github.com/topsecretagent007/pumpfun-bundler-bot","last_synced_at":"2026-06-09T16:04:37.504Z","repository":{"id":283703085,"uuid":"952650869","full_name":"topsecretagent007/pumpfun-bundler-bot","owner":"topsecretagent007","description":"PumpFun Bundler Bot automates the bundling of PumpFun token transactions on Solana to optimize gas fees and improve execution efficiency. Designed for fast and reliable operation, it helps users batch multiple token actions into single transactions, enhancing the overall DeFi experience.","archived":false,"fork":false,"pushed_at":"2025-08-06T07:09:42.000Z","size":201,"stargazers_count":40,"open_issues_count":0,"forks_count":52,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T09:11:37.792Z","etag":null,"topics":["bot","bundler","bundlerbot","pumpfun-bundler","pumpfunbundler"],"latest_commit_sha":null,"homepage":"https://pump.fun","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/topsecretagent007.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-21T16:30:49.000Z","updated_at":"2025-08-06T07:09:46.000Z","dependencies_parsed_at":"2025-05-16T13:32:11.445Z","dependency_job_id":null,"html_url":"https://github.com/topsecretagent007/pumpfun-bundler-bot","commit_stats":null,"previous_names":["topsecretagent007/pumpfun-bundler-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/topsecretagent007/pumpfun-bundler-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topsecretagent007%2Fpumpfun-bundler-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topsecretagent007%2Fpumpfun-bundler-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topsecretagent007%2Fpumpfun-bundler-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topsecretagent007%2Fpumpfun-bundler-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topsecretagent007","download_url":"https://codeload.github.com/topsecretagent007/pumpfun-bundler-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topsecretagent007%2Fpumpfun-bundler-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["bot","bundler","bundlerbot","pumpfun-bundler","pumpfunbundler"],"created_at":"2025-03-26T01:32:47.046Z","updated_at":"2026-06-09T16:04:37.499Z","avatar_url":"https://github.com/topsecretagent007.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Pumpfun Bundler Bot V2.1.0**\n\n## **Overview**  \nThis bot automates **multi-wallet token purchases** on Pump.fun. It:\n\n✅ **Creates 20 wallets** dynamically  \n✅ **Airdrops SOL** from the **main wallet** to cover fees  \n✅ **Uses Jito for MEV protection**  \n✅ **Buys tokens with each wallet** using the specified `SWAP_AMOUNT`  \n\n## **Configuration**  \nSet the following **environment variables** in your `.env` file:\n\n```ini\n# Main Wallet (Used for airdrops \u0026 funding)\nPRIVATE_KEY=your_main_wallet_private_key\n\n# RPC Configuration\nRPC_ENDPOINT=https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY\nRPC_WEBSOCKET_ENDPOINT=wss://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY\n\n# Bot Settings\nSWAP_AMOUNT=0.001                 # Token buy amount per wallet\nDISTRIBUTION_WALLETNUM=20         # Number of wallets (max: 20)\nJITO_FEE=0.001                    # MEV protection fee\n```\n\n### **How It Works**  \n1. The bot **generates 20 wallets**.  \n2. The **main wallet** airdrops SOL to these wallets for gas fees.  \n3. Each wallet **buys tokens** using `SWAP_AMOUNT`.  \n4. **Jito priority fees** are included in transactions.  \n\n## **Token Data**  \nCustomize the token details:  \n\n```ini\nTOKEN_NAME=\"Verify Pump\"\nTOKEN_SYMBOL=\"VEPP\"\nDESCRIPTION=\"I will give you\"\nTOKEN_SHOW_NAME=\"Desk\"\nTOKEN_CREATE_ON=\"yesterday\"\nTWITTER=\"https://x.com/rrr\"\nTELEGRAM=\"https://t.me/www\"\nWEBSITE=\"https://sisi.com\"\nFILE=\"./image/1.jpg\"\n```\n\n- **TOKEN_NAME** → The name of the token.  \n- **TOKEN_SYMBOL** → Token's ticker symbol.  \n- **DESCRIPTION** → Short description.  \n- **TOKEN_SHOW_NAME** → Display name for UI.  \n- **TOKEN_CREATE_ON** → Creation date.  \n- **TWITTER** → Token’s official Twitter/X link.  \n- **TELEGRAM** → Telegram group link.  \n- **WEBSITE** → Official project website.  \n- **FILE** → Path to token logo/image.  \n\n---\n\n## **Running the Bot**  \n1️⃣ Install dependencies:  \n   ```bash\n   yarn install\n   ```\n2️⃣ Create a `.env` file and configure it.  \n3️⃣ Run the bot:  \n   ```bash\n   yarn start\n   ```\n\n## **Notes**  \n- **Make sure your main wallet has enough SOL** to fund all 20 wallets.  \n- **Jito fees are deducted** per transaction for priority execution.  \n- **Max wallets: 20** (change `DISTRIBUTION_WALLETNUM` if needed).\n\n## **Contact me**\nTelegram: topsecretagent007[https://t.me/topsecretagent_007]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopsecretagent007%2Fpumpfun-bundler-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopsecretagent007%2Fpumpfun-bundler-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopsecretagent007%2Fpumpfun-bundler-bot/lists"}