{"id":26582955,"url":"https://github.com/capybara003/solana-trading-bot-dexs","last_synced_at":"2026-05-14T21:03:49.804Z","repository":{"id":281890937,"uuid":"946631253","full_name":"Capybara003/Solana-Trading-bot-DEXs","owner":"Capybara003","description":"A high-performance Solana arbitrage trading bot that scans multiple DEXs in real time and executes profitable trades automatically. ","archived":false,"fork":false,"pushed_at":"2025-03-12T05:02:05.000Z","size":1943,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T19:26:29.437Z","etag":null,"topics":["arbitrage","arbitragebot","bot","dex","solana","swap","token","trading","web3"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Capybara003.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-03-11T12:46:05.000Z","updated_at":"2025-10-18T05:37:12.000Z","dependencies_parsed_at":"2025-06-01T07:43:00.956Z","dependency_job_id":"d565bb4f-c18e-44a6-8ed4-4b73e4448229","html_url":"https://github.com/Capybara003/Solana-Trading-bot-DEXs","commit_stats":null,"previous_names":["capybara003/solana-trading-bot-dexs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Capybara003/Solana-Trading-bot-DEXs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2FSolana-Trading-bot-DEXs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2FSolana-Trading-bot-DEXs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2FSolana-Trading-bot-DEXs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2FSolana-Trading-bot-DEXs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Capybara003","download_url":"https://codeload.github.com/Capybara003/Solana-Trading-bot-DEXs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Capybara003%2FSolana-Trading-bot-DEXs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["arbitrage","arbitragebot","bot","dex","solana","swap","token","trading","web3"],"created_at":"2025-03-23T08:19:10.146Z","updated_at":"2026-05-14T21:03:49.786Z","avatar_url":"https://github.com/Capybara003.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Solana Arbitrage Trading Bot** 🚀  \n\nA high-performance **on-chain \u0026 off-chain arbitrage bot** for Solana-based **DEXs**, designed to identify and execute profitable trades across multiple liquidity pools in real time.  \n\n---\n\n## **📂 Folder Structure**  \n\n- `offchain/` → Off-chain arbitrage bot logic for scanning and executing opportunities  \n- `swap/` → On-chain swap program for executing trades efficiently  \n- `pools/` → Metadata for decentralized exchange (DEX) liquidity pools  \n- `onchain/` → Analytical tools for tracking and optimizing on-chain arbitrage strategies  \n- `mainnet/` → Forked **mainnet state** for simulating swap estimates before execution  \n\n---\n\n## **⚡ Features \u0026 Capabilities**  \n\n✅ **Real-time Arbitrage Scanning** – Tracks price discrepancies across multiple Solana-based DEXs  \n✅ **Automated Swap Execution** – Smart contract-powered on-chain execution with optimized slippage management  \n✅ **Gas \u0026 Slippage Optimization** – Reduces transaction costs and maximizes profit margins  \n✅ **Mainnet Fork Simulation** – Pre-tests trade execution in a forked environment before deploying real capital  \n✅ **Multi-DEX Support** – Integrated with major Solana DEXs for maximum trading efficiency  \n\n---\n\n## **🛠️ Supported DEXs**  \n\n### **Current Version** (Standard Arbitrage)  \n🔹 Serum  \n🔹 Aldrin  \n🔹 Saber  \n🔹 Mercurial  \n🔹 Orca  \n\n### **Advanced Version** (Enhanced Efficiency \u0026 More DEXs)  \n🔹 Raydium  \n🔹 Meteora  \n🔹 Serum  \n🔹 Aldrin  \n🔹 Saber  \n🔹 Mercurial  \n🔹 Orca  \n\n---\n\n## **⚙️ Setup \u0026 Deployment**  \n\n1. **Clone the Repository**  \n ```sh\n git clone https://github.com/Capybara003/Solana-Trading-bot-DEXs.git\n cd Solana-Trading-bot-DEXs\n ```\n2. Install Dependencies\n  ```sh\n  npm install\n  ```\n3. Configure Environment Variables\n\nCreate a `.env` file and set your private key, RPC endpoints, and API keys\n4. Run Arbitrage Scanner\n  ```sh\n  npm run start\n  ```\n\n5. Deploy On-Chain Swap Program (for Solana)\n  ```sh\n  solana program deploy swap/\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapybara003%2Fsolana-trading-bot-dexs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapybara003%2Fsolana-trading-bot-dexs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapybara003%2Fsolana-trading-bot-dexs/lists"}