{"id":30025070,"url":"https://github.com/humancyyborg/solana-volume-bota","last_synced_at":"2025-08-06T07:44:13.349Z","repository":{"id":307532493,"uuid":"1028575726","full_name":"Humancyyborg/Solana-Volume-Bota","owner":"Humancyyborg","description":"Solana Volume bot that boost the volume of liquidity on Raydium and Meteora Dex platforms","archived":false,"fork":false,"pushed_at":"2025-07-31T17:16:26.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T20:36:37.228Z","etag":null,"topics":["jito-bundle","liquidity-pool","memecoin","meteora","raydium-bot","solana-bot-github","volume-bot"],"latest_commit_sha":null,"homepage":null,"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/Humancyyborg.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-07-29T18:25:59.000Z","updated_at":"2025-07-31T17:16:30.000Z","dependencies_parsed_at":"2025-07-31T20:36:38.715Z","dependency_job_id":"29ac3dcf-67eb-423b-a5c7-4e696b7fbdf6","html_url":"https://github.com/Humancyyborg/Solana-Volume-Bota","commit_stats":null,"previous_names":["humancyyborg/solana-volume-bota"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Humancyyborg/Solana-Volume-Bota","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Humancyyborg%2FSolana-Volume-Bota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Humancyyborg%2FSolana-Volume-Bota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Humancyyborg%2FSolana-Volume-Bota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Humancyyborg%2FSolana-Volume-Bota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Humancyyborg","download_url":"https://codeload.github.com/Humancyyborg/Solana-Volume-Bota/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Humancyyborg%2FSolana-Volume-Bota/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269042121,"owners_count":24349638,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"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":["jito-bundle","liquidity-pool","memecoin","meteora","raydium-bot","solana-bot-github","volume-bot"],"created_at":"2025-08-06T07:44:02.879Z","updated_at":"2025-08-06T07:44:13.320Z","avatar_url":"https://github.com/Humancyyborg.png","language":"TypeScript","funding_links":["https://github.com/sponsors"],"categories":[],"sub_categories":[],"readme":"# Solana Volume Bot for Raydium and Meteora\n\n## Overview\nThe **Solana Volume Bot** is a sophisticated automation tool designed to facilitate the distribution of SOL across multiple wallets and execute concurrent buy and sell swap transactions on the **Raydium** and **Meteora** decentralized exchanges. By leveraging the power of the **Solana blockchain**, this bot enables high-efficiency operations, ensuring fast and seamless transactions.\n\n[Youtube Video Guide](https://youtu.be/ngAKHbosvT0)\n\n## 🔥Features\n\n⚡**Automated SOL Distribution**  \n  Automates the process of distributing SOL to newly created wallets for efficient fund allocation.\n  \n🎯**Endless Buy and Sell Swaps**  \n  Executes buy and sell swap transactions concurrently on Raydium and Meteora, ensuring continuous trading activity.\n  \n🔍**Configurable Parameters**  \n  Customize transaction settings including buy amounts, intervals, distribution configurations, and more, to tailor the bot’s performance to your specific needs.\n  \n🚀**Massive Buy Mode**  \n  Configures multiple wallets to carry out large-scale buy operations, increasing trading volume and flexibility.\n  \n🛒**Sell Mode**  \n  Gradually sells tokens from all sub-wallets through incremental transactions to avoid large market impacts.\n  \n⚙️**Token Pair Settings**  \n  Set token mints and pool IDs for swap operations, providing full control over which assets are traded.\n  \n🖥️**Logging and Monitoring**  \n  Provides adjustable logging levels for improved monitoring, debugging, and performance tracking during operation.\n\n## Environment Variables\n\nThe bot uses the following environment variables, which should be defined in a `.env` file:\n\n```env\nPRIVATE_KEY=                 # Private key for the main wallet\nRPC_ENDPOINT=                # RPC endpoint for Solana\nRPC_WEBSOCKET_ENDPOINT=      # RPC WebSocket endpoint for Solana\n\n####### BUY SETTING #######\nIS_RANDOM=true               # Enable random buy amounts\nDISTRIBUTION_AMOUNT=0.01     # Amount of SOL to distribute to each wallet\nBUY_AMOUNT=0.01              # Fixed buy amount\nBUY_UPPER_AMOUNT=0.002       # Upper limit for random buy amount\nBUY_LOWER_AMOUNT=0.001       # Lower limit for random buy amount\n\nBUY_INTERVAL_MAX=2000        # Maximum interval between buys in milliseconds\nBUY_INTERVAL_MIN=4000        # Minimum interval between buys in milliseconds\n\nCHECK_BAL_INTERVAL=3000      # Interval to check wallet balances in milliseconds\nDISTRIBUTE_WALLET_NUM=8      # Number of wallets to distribute SOL to\n\nSWAP_ROUTING=true            # Enable swap routing\n\n###### FOR MASSIVE BUY #####\nWALLET_NUM=8                 # Number of wallets for massive buy operations\n\n########## FOR SELL MODE ##########\nSELL_ALL_BY_TIMES=20         # Number of times to sell all tokens in sub-wallets gradually\nSELL_PERCENT=100             # Percentage of tokens to sell from the main wallet\n\n#### TOKEN PAIR SETTING ####\nTOKEN_MINT=6VbEGuqwhjdgV9NxhMhvRkrFqXVNk53CvD7hK3C3yQS9  # Token mint address\nPOOL_ID=null                  # Pool ID for the token pair\n\nTX_FEE=10                    # Transaction fee\nADDITIONAL_FEE=0.006         # Additional fee (should be larger than 0.006 SOL)\nJITO_KEY=                    # Jito key\nJITO_FEE=120000              # Jito fee\nBLOCKENGINE_URL=ny.mainnet.block-engine.jito.wtf  # Block engine URL\n\n###### GENERAL SETTING ######\nLOG_LEVEL=info               # Logging level (info, debug, error)\n```\n\n## Usage\n1. Clone the repository\n```\ngit clone https://github.com/justshiftjk/Solana-Volume-Bot\n```\n2. Install dependencies\n```\nnpm install\n```\n3. Configure the environment variables\n\nRename the .env.copy file to .env and set RPC and WSS, main keypair's secret key, and Jito auth keypair.\n\n4. Run the bot\n\n```\nnpm start\n```\n\n## Contact\n\nIf you have any questions or want a more customized app for specific use cases, don't hesitate to get in touch with me to the contacts below.\n\n- E-Mail: adamglab0731.pl@gmail.com\n- Telegram: [@bettyjk_0915](https://t.me/bettyjk_0915)\n\n\n## 💝 Support This Project\nIf you find this useful, consider supporting:\n- Crypto: `53UfwcwexQXUpznebBaXj4Ythdh22AB7DekdftN9vftp`\n- GitHub Sponsors: [Sponsor Me](https://github.com/sponsors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumancyyborg%2Fsolana-volume-bota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumancyyborg%2Fsolana-volume-bota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumancyyborg%2Fsolana-volume-bota/lists"}