Flash Loan Arbitrage Engine
Automated cross-DEX arbitrage with multi-DEX scanning (Uniswap V3, PancakeSwap V3, Camelot V3, Ramses V2), server-side auto-executor, and real-time opportunity detection. Zero collateral via Aave V3 flash loans on Arbitrum.
You are purchasing software source code and architecture — not financial advice or guaranteed returns. Trading involves substantial risk of loss. Full disclaimer →
🎬 Product Demo
📸 Screenshots
What's Included
About This Product
🔌 **Plugin for AI Trading Dashboard** — Drop into your dashboard's `plugins/` folder and start finding arbitrage opportunities automatically.
Borrow millions with zero collateral. Buy low on one DEX, sell high on another. Repay in the same transaction. Keep the profit — or the whole thing reverts and you lose nothing but gas.
v1.1 — What's new:
What you get:
👉 **Try the live demo** to see the scanner finding real-time opportunities across DEXes.
How it works:
1. Scanner monitors price differences across 4 DEXes every 12 seconds
2. When spread exceeds gas + fees, it triggers a flash loan from Aave V3
3. Atomic transaction: borrow → buy low → sell high → repay → profit
4. If the trade isn't profitable, the entire transaction reverts (you lose nothing)
⚠️ **Risk Warning:** While flash loans are atomic (failed trades revert), this does NOT mean risk-free. Smart contract bugs, gas estimation errors, MEV attacks, and market manipulation can result in losses. DeFi protocols carry inherent smart contract risk. You are responsible for auditing, testing, and deploying any smart contracts. See our Trading Disclaimer.
**Integrates with:** AI Trading Dashboard ($149) — copy to `plugins/`, restart, done.
**You provide:** Your own wallet, private keys, ETH for gas, and risk management.
How to Set Up
Get up and running in under 10 minutes. Full documentation included in the download.
Download & extract
After purchase, download the zip file and extract it to a folder on your machine.
Install dependencies
Open a terminal in the project folder and run npm install. Everything resolves automatically.
Add your API keys
Copy .env.example to .env.local and fill in your keys. Each variable is documented inline.
Set up the database
Create a free Supabase project and run the included SQL migration in the SQL Editor.
Launch
Run npm run dev and open localhost:3000. A setup wizard walks you through final configuration.
What you need: Node.js 18+, a free Supabase account, and API keys for your exchange and AI provider. Detailed setup guide included in docs/SETUP.md.


