{"id":18243178,"url":"https://github.com/mineme0812/multichain-volume-bot","last_synced_at":"2026-01-28T23:32:56.696Z","repository":{"id":269257306,"uuid":"882916106","full_name":"MineMe0812/multichain-volume-bot","owner":"MineMe0812","description":"Multichain Volume Bot(Solana, Base, Sui)","archived":false,"fork":false,"pushed_at":"2025-09-17T09:54:12.000Z","size":1005,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-17T11:44:23.347Z","etag":null,"topics":["avalanche","base","base-bot","base-rank-bot","base-volume-bot","bera","jupiter-aggregator","raydium","solana","solana-bot","solana-rank-bot","solana-volume-bot","sonic","story-chain","sui","sui-bot","sui-rank-bot","sui-volume-bot","uniswap","xrp"],"latest_commit_sha":null,"homepage":"","language":null,"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/MineMe0812.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-11-04T03:18:56.000Z","updated_at":"2025-09-17T09:54:16.000Z","dependencies_parsed_at":"2024-12-22T08:14:50.694Z","dependency_job_id":"41cc1f5c-19e5-432b-9c7e-7020e6bf6974","html_url":"https://github.com/MineMe0812/multichain-volume-bot","commit_stats":null,"previous_names":["mineme0812/multichain-volume-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MineMe0812/multichain-volume-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Fmultichain-volume-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Fmultichain-volume-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Fmultichain-volume-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Fmultichain-volume-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MineMe0812","download_url":"https://codeload.github.com/MineMe0812/multichain-volume-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineMe0812%2Fmultichain-volume-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281654463,"owners_count":26538680,"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-10-29T02:00:06.901Z","response_time":59,"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":["avalanche","base","base-bot","base-rank-bot","base-volume-bot","bera","jupiter-aggregator","raydium","solana","solana-bot","solana-rank-bot","solana-volume-bot","sonic","story-chain","sui","sui-bot","sui-rank-bot","sui-volume-bot","uniswap","xrp"],"created_at":"2024-11-05T08:03:34.144Z","updated_at":"2025-10-29T16:31:58.606Z","avatar_url":"https://github.com/MineMe0812.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How can I boost the volume of token?\n# Multichain Volume Bot\n\nThis volume bot distribute SOL to multiple wallets and buy and sell with that distributed wallets permanently on the any platform.\n\n## Features\n\n- **Automated Wallet Creation**: Create number of wallets automatically to buy and sell the token\n- **Automated SOL Distribution**: Distributes SOL to those new wallets.\n- **Endless Buy and Sell Swaps**: Buy and Sell with those wallets permanently.\n- **Configurable Parameters**: Allows customization of buy amounts, intervals, distribution settings, and more.\n\u003c!--\n- **Massive Buy Mode**: Enables the configuration of multiple wallets for large-scale buy operations.\n- **Sell Mode**: Gradually sells all tokens in sub-wallets through small transactions.\n- **Token Pair Settings**: Configurable token mint and pool ID for swap operations.\n--\u003e\n\u003c!--\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=                    # 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--\u003e\n\n## Usage\n1. Clone the repository\n```\ngit clone https://github.com/MineMe0812/multichain-volume-bot.git\ncd multichain-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 wallet's secret key, and jito auth keypair.\n\n4. Run the bot\n\n```\nnpm run start\n```\n\n## 🚀 Version 1\n\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# Version 2 is developed and it is private repository.\n\n## 🚀 Version 2\n- ✅ **Provide Volmue Boost on telegram**: Transactions occur in a bundle of 3: 1 Sell + 2 random Buys equaling the Sell value, executed as a Jito Bundle to ensure they occur in the same block. \n- ✅ **Provide Rank Boost on telegram**: The Rank Boost will pump these metrics to super-boost your token's ranking on Dex Screener:\n- ✅ **Support Mulitchain(Solana, Base and Sui)**\n\n[![Custom Button](https://img.shields.io/badge/Click%20Here-WEBSITE%20-blue?style=for-the-badge)](https://www.catster.io/)\n[![Custom Button](https://img.shields.io/badge/PRICE-blue?style=for-the-badge)](https://www.catster.io/#pricing-section)\n\n\u003e [!TIP] \n\u003e If you have problems to understand all of this, [write to us](https://t.me/mineme0812)!\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineme0812%2Fmultichain-volume-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineme0812%2Fmultichain-volume-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineme0812%2Fmultichain-volume-bot/lists"}