{"id":23413325,"url":"https://github.com/kratos-te/raydium-volume-bot-ultimate","last_synced_at":"2026-01-24T17:01:14.484Z","repository":{"id":266250340,"uuid":"897556567","full_name":"kratos-te/Raydium-volume-bot-ultimate","owner":"kratos-te","description":"Raydium volume bot on Solana.","archived":false,"fork":false,"pushed_at":"2025-05-08T17:39:44.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T18:38:40.034Z","etag":null,"topics":["bot-developer","raydium-volume-bot","solana-volume-bot","volume-control"],"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/kratos-te.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-02T20:45:40.000Z","updated_at":"2025-05-08T17:39:47.000Z","dependencies_parsed_at":"2024-12-03T10:36:52.705Z","dependency_job_id":"5940723b-dba3-49cd-ac98-2abc56184b4b","html_url":"https://github.com/kratos-te/Raydium-volume-bot-ultimate","commit_stats":null,"previous_names":["kratos-te/raydium-volume-bot-ultimate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kratos-te/Raydium-volume-bot-ultimate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kratos-te%2FRaydium-volume-bot-ultimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kratos-te%2FRaydium-volume-bot-ultimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kratos-te%2FRaydium-volume-bot-ultimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kratos-te%2FRaydium-volume-bot-ultimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kratos-te","download_url":"https://codeload.github.com/kratos-te/Raydium-volume-bot-ultimate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kratos-te%2FRaydium-volume-bot-ultimate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28732216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-developer","raydium-volume-bot","solana-volume-bot","volume-control"],"created_at":"2024-12-22T19:32:03.653Z","updated_at":"2026-01-24T17:01:14.479Z","avatar_url":"https://github.com/kratos-te.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Raydium Volume Bot Version 3\n\nRaydium Volume bot updated version.\n\nThis bot is designed to automate the distribution of SOL to multiple wallets and execute endless buy and sell swap transactions simultaneously on the Raydium platform. It leverages Solana's blockchain technology to perform these operations efficiently.\n\n## 🔧 Last Version's Demerits\n- ❌ **Repetitive buy and sell with one wallet**: The last version of the Raydium Volume Bot used fixed wallets, so it was apparent on DexScreener that some wallets performed repetitive buy and sell actions.\n- ❌ **No increase in the number of makers**: It didn't increase the number of pool makers, only the volume.\n- ❌ **Gathering token instead of SOL**: When gathering, if there were tokens left, it didn't sell them before gathering. Instead, it just gathered tokens to the main wallet.\n- ❌ **Equal number of buys and sells**: One-time buy and one-time sell actions left sell pressure at the end, as there was always a sell at the end of the volume operation.\n\n## 🚀 Improvements\n- ✅ **Transferring SOL to new wallet**: After buying and selling in one wallet, it transfers SOL to a newly created wallet and continues buying and selling there.\n- ✅ **Maker increase**: New wallets are created every round of buying and selling, increasing the number of makers.\n- ✅ **Sell before gather**: When gathering, if there are tokens left in the wallet, it sells the tokens first and gathers only SOL (the token account rent of 0.00203 SOL is reclaimed).\n- ✅ **More buys than sells**: It randomly buys twice with SOL in the wallet and sells all tokens after some time, making the number of buys twice as many as sells, thus creating more buy pressure.\n\n## 🌟 Features\n- ⚙️ **Automated SOL Distribution**: Distributes SOL to new wallets.\n- 🔄 **Endless Buy and Sell Swaps**: Performs simultaneous buy and sell transactions.\n- 🚀 **Swap with Jupiter V6**: Swap is performed with Jupiter V6 swap aggregator.\n- 🛠️ **Configurable Parameters**: Allows customization of buy amounts, intervals, distribution settings, and more.\n\n## 📋 Environment Variables\n\nThe bot uses the following environment variables. Rename the `.env.copy` file to `.env` and set the necessary variables.\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 #######\nBUY_UPPER_PERCENT=60         # Higher percent limit of SOL that can be used to buy token in wallet\nBUY_LOWER_PERCENT=30         # Lower percent limit of SOL (30 means, it buys with larger than 30% of SOL in wallet when buy)\n\nBUY_INTERVAL_MAX=30          # Upper limit of seconds to wait after second buy\nBUY_INTERVAL_MIN=2           # Lower limit of seconds (it waits from 2 to 30 secs after second buy before second buy)\n\nSELL_INTERVAL_MAX=30         # Upper limit of seconds to wait after sell\nSELL_INTERVAL_MIN=3          # Lower limit of seconds (it waits from 2 to 30 secs after sell to transfer SOL)\n\nDISTRIBUTE_WALLET_NUM=4      # Number of wallets that run in parallel which makes volume (max: 20)\n\nSLIPPAGE=50                  # Slippage in percent\n\nTOKEN_MINT=7MFX5LySd9CdaD8irWnLLKanpDw6gxbBuhEg3qCHWc4C   # Mint address of token to increase volume\n```\n\n#  🚀 Usage\n### 1. Clone the repository\n```\ngit clone https://github.com/kratos-te/Raydium-volume-bot.git\ncd Raydium-volume-bot\n```\n### 2. Install dependencies\n```\nnpm install\n```\n### 3. Configure the environment variables\n\nRename the .env.copy file to .env and set RPC and WSS, main keypair's secret key and other variables.\n\n### 4. Run the bot\n\n```\nnpm start\n```\n\n### 5. Gather the funds from distributed wallets\n\n```\nnpm run gather\n```\n\n\n# 👤 Author\n\n\n### Twitter: [@akratos_god](https://twitter.com/akratos_god)   \n\n### Telegram: [@KratostesBoom](https://t.me/KratostesBoom)   \n\n\nYou can always find me here, for help, or for other projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkratos-te%2Fraydium-volume-bot-ultimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkratos-te%2Fraydium-volume-bot-ultimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkratos-te%2Fraydium-volume-bot-ultimate/lists"}