{"id":27946652,"url":"https://github.com/bitfancy/pumpfun-sniper-bot","last_synced_at":"2025-07-06T02:33:02.470Z","repository":{"id":278804442,"uuid":"936817945","full_name":"BitFancy/pumpfun-sniper-bot","owner":"BitFancy","description":"High-performance Solana Raydium Sniper \u0026 Pumpfun Sniper Bot built by entirely in TypeScript ⚡, delivering unmatched speed and efficiency for token sniping. Beyond standard Raydium and Pumpfun sniping, this bot comes with a full suite of advanced trading tools.","archived":false,"fork":false,"pushed_at":"2025-02-25T06:28:43.000Z","size":359,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T13:56:55.242Z","etag":null,"topics":["bot","geyser","grpc","helius","jito","pumpfun","pumpfun-sniper-bot","raydium","raydium-bot","solana","tradingbot"],"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/BitFancy.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":"2025-02-21T18:34:44.000Z","updated_at":"2025-04-02T01:08:37.000Z","dependencies_parsed_at":"2025-05-07T13:56:57.492Z","dependency_job_id":"c084b80f-cb57-42a4-9ea7-e102e9f74ff4","html_url":"https://github.com/BitFancy/pumpfun-sniper-bot","commit_stats":null,"previous_names":["bitfancy/pumpfun-sniper-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BitFancy/pumpfun-sniper-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2Fpumpfun-sniper-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2Fpumpfun-sniper-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2Fpumpfun-sniper-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2Fpumpfun-sniper-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitFancy","download_url":"https://codeload.github.com/BitFancy/pumpfun-sniper-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2Fpumpfun-sniper-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263838680,"owners_count":23518136,"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":["bot","geyser","grpc","helius","jito","pumpfun","pumpfun-sniper-bot","raydium","raydium-bot","solana","tradingbot"],"created_at":"2025-05-07T13:56:54.196Z","updated_at":"2025-07-06T02:33:02.448Z","avatar_url":"https://github.com/BitFancy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pump.fun Sniper Bot\n\n## 🚀 Introduction\nThis is an advanced Pump.fun sniper bot designed to automatically detect and execute trades on new token launches on the Solana blockchain. The bot monitors Pump.fun for newly listed tokens and executes lightning-fast buys before price surges.\n\n## 📌 Features\n- ✅ **Real-time token launch detection** on Pump.fun\n- ✅ **Instant buy execution** with low-latency Solana transactions\n- ✅ **Customizable snipe settings** (amount, slippage, gas priority, etc.)\n- ✅ **Auto-sell feature** to secure profits\n- ✅ **Wallet integration** with Phantom or Sollet\n\n## ⚙️ How It Works\n1. The bot continuously scans Pump.fun for newly listed tokens.\n2. It evaluates liquidity and token contract details to filter out potential scams.\n3. Upon detecting a valid opportunity, it instantly executes a buy transaction.\n4. If auto-sell is enabled, it will sell the token at a predefined profit target.\n\n## 🛠️ Installation \u0026 Setup\n### Prerequisites\n- Node.js (or Python if the bot is written in Python)\n- Solana CLI\n- Phantom or Sollet wallet\n- RPC node access (e.g., QuickNode, Alchemy, or public Solana RPCs)\n\n### Steps\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/bitfancy/pumpfun-sniper-bot.git\n   cd pumpfun-sniper-bot\n   ```\n2. Install dependencies:\n   ```sh\n   npm install  # or pip install -r requirements.txt if using Python\n   ```\n3. Set up your environment variables in a `.env` file:\n   ```env\n   PRIVATE_KEY=\"your_wallet_private_key\"\n   RPC_URL=\"your_solana_rpc_url\"\n   ```\n4. Run the bot:\n   ```sh\n   npm start  # or python bot.py if using Python\n   ```\n\n## 🔧 Configuration\nYou can customize the bot's behavior using a configuration file (`config.json` or `.env` variables). Key parameters include:\n- **Buy amount**: Amount to invest per trade\n- **Slippage tolerance**: Maximum acceptable price slippage\n- **Auto-sell strategy**: Set take-profit and stop-loss thresholds\n- **Gas priority**: Adjust transaction speed priority\n\n## ⚠️ Risks \u0026 Considerations\n- **High volatility**: Newly launched tokens can be extremely volatile.\n- **Scam risk**: Some projects may have rug-pull mechanisms.\n- **Transaction failures**: Network congestion or RPC issues may cause failed transactions.\n- **Security**: Never expose your private keys. Use environment variables for sensitive information.\n\n## 📜 License\nThis project is licensed under the MIT License.\n\n## 🤝 Contributing\nPull requests and improvements are welcome! Feel free to submit issues or feature requests.\n\n## 📞 Contact\nFor questions or collaboration, reach out via Telegram: [@bitfancy](https://t.me/bitfancy)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfancy%2Fpumpfun-sniper-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfancy%2Fpumpfun-sniper-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfancy%2Fpumpfun-sniper-bot/lists"}