{"id":21195531,"url":"https://github.com/yzylab/solana-volume-bot","last_synced_at":"2026-01-18T00:22:30.803Z","repository":{"id":251247898,"uuid":"836816036","full_name":"YZYLAB/solana-volume-bot","owner":"YZYLAB","description":"Solana Volume Bot for Raydium (V4/CPMM), Pumpfun, Moonshot, Orca and Jupiter.","archived":false,"fork":false,"pushed_at":"2024-08-04T08:33:59.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-04T09:39:51.621Z","etag":null,"topics":["bot","solana","solana-volume-bot","volume","volume-bot","volume-bot-solana"],"latest_commit_sha":null,"homepage":"https://docs.solanatracker.io","language":"JavaScript","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/YZYLAB.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}},"created_at":"2024-08-01T16:05:28.000Z","updated_at":"2024-08-04T08:34:02.000Z","dependencies_parsed_at":"2024-08-01T19:19:33.969Z","dependency_job_id":null,"html_url":"https://github.com/YZYLAB/solana-volume-bot","commit_stats":null,"previous_names":["yzylab/solana-volume-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YZYLAB%2Fsolana-volume-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YZYLAB%2Fsolana-volume-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YZYLAB%2Fsolana-volume-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YZYLAB%2Fsolana-volume-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YZYLAB","download_url":"https://codeload.github.com/YZYLAB/solana-volume-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225618156,"owners_count":17497471,"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","solana","solana-volume-bot","volume","volume-bot","volume-bot-solana"],"created_at":"2024-11-20T19:28:39.226Z","updated_at":"2026-01-18T00:22:30.772Z","avatar_url":"https://github.com/YZYLAB.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Volume Bot\n\nPoC of multi-threaded bot for generating volume on Solana DEXes using the Solana Swap API from Solana Tracker [https://docs.solanatracker.io](https://docs.solanatracker.io)\n\n## Features\n\n- Supports multiple DEXes:\n  - Raydium\n  - Raydium CPMM\n  - Raydium CLMM\n  - Raydium Launchpad\n  - Meteora Dynamic Bonding Curve\n  - Meteora DLMM\n  - Meteora Dynamic V1\n  - Meteora Dynamic V2\n  - Pump.fun \n  - Pump.fun AMM (Pumpswap)\n  - Boop\n  - Moonshot\n  - Orca\n  - Jupiter (Private Self-Hosted API)\n- Multi-wallet support\n- Parallel execution with multiple threads\n- Configurable delays for buying and selling\n- Option to use regular transactions or Jito for transaction processing\n- Detailed logging with timestamps and color-coded actions\n\n## Prerequisites\n\n- Node.js (v14 or later recommended) or Boop\n- npm (comes with Node.js)\n- One or multiple Solana wallets with SOL\n\n## Installation\n\n1. Clone the repository:\n   git clone https://github.com/YZYLAB/solana-volume-bot.git\n   cd solana-volume-bot\n\n2. Install dependencies:\n   npm install\n\n3. Create a `.env` file in the root directory and add your configuration:\n   AMOUNT=0.1\n   TOKEN_ADDRESS=your_token_address\n   DELAY=2000\n   SELL_DELAY=1000\n   SLIPPAGE=1\n   PRIORITY_FEE=0.0005\n   JITO=false\n   RPC_URL=your_rpc_url\n   THREADS=2\n\n## Usage\n\nRun the bot with:\n\nnode index.js\n\n## Configuration\n\nAdjust the settings in your `.env` file to customize the bot's behavior:\n\n- AMOUNT: The amount of SOL to swap in each transaction\n- TOKEN_ADDRESS: The address of the token you're trading\n- DELAY: Delay between swap cycles (in milliseconds)\n- SELL_DELAY: Delay between buy and sell operations (in milliseconds)\n- SLIPPAGE: Maximum allowed slippage (in percentage)\n- PRIORITY_FEE: Priority fee for transactions\n- JITO: Set to \"true\" to use Jito for transaction processing\n- RPC_URL: Your Solana RPC URL\n- THREADS: Number of parallel threads to run\n\n## API Usage and Fees\n\nThis bot uses the Solana Swap API from [SolanaTracker.io](https://docs.solanatracker.io).\n\n**Note**: The Swap API charges a fee for usage:\n- Standard fee: 0.5% on each successful transaction\n- For high-volume users: Fees can be reduced to as low as 0.05% or a fixed fee per month (subject to approval)\n\nFor high-volume usage or inquiries about reduced fees, please contact:\n- Discord: [SolanaTracker Discord](https://discord.gg/JH2e9rR9fc)\n- Email: swap-api@solanatracker.io\n\n## Disclaimer\n\nThis bot is for educational purposes only, we don't recommend the use of volume bots. Use at your own risk. Always understand the code you're running and the potential financial implications of automated trading.\n\n## License\n\n[MIT License](LICENSE)\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/YZYLAB/solana-volume-bot/issues).\n\n## Support\n\nIf you like this project, please consider giving it a ⭐️ on GitHub!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzylab%2Fsolana-volume-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyzylab%2Fsolana-volume-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyzylab%2Fsolana-volume-bot/lists"}