๐ TRADING ENGINE โ BASE MAINNET
Trading Dashboard
Real-time DEX trading engine on Aerodrome Finance. Scans new pools, runs the scam detector, and executes swaps on Base with configurable take-profit, stop-loss, and max-hold exits.
๐
โฆ
Total Trades
๐
โฆ
Open Positions
๐ฏ
โฆ
Win Rate
๐ฐ
โฆ
Total P&L
Free stats ยท refreshed every 30 s
โ๏ธ Engine Configuration
DEXAerodrome Finance (Base)
Scan targetNew WETH / USDC pools
ETH per trade0.01 ETH (configurable)
Max slippage5% (500 bps)
Take profit+100% (2ร)
Stop lossโ50%
Max hold time30 min
Max open positions3
Daily loss limit0.05 ETH
All parameters are configurable via environment variables โ see SKILL.md for details.
๐ Open Positions & P&L
All open and closed positions with full P&L breakdown.
๐
Connect your wallet to unlock this data.
๐ญ Recent Scanner Signals
Last 10 pool signals with safety scores and BUY / CAUTION / BLOCK outcomes.
๐
Connect your wallet to unlock this data.
๐ Run the Trading Engine
# Dry-run (paper trading โ safe default) npx tsx skills/trading-engine/scripts/start-engine.ts # Live mode (set TRADING_DRY_RUN=false in .env) TRADING_DRY_RUN=false npx tsx skills/trading-engine/scripts/start-engine.ts
Always dry-run first. Set ALCHEMY_API_KEY and TRADING_WALLET_PRIVATE_KEY in your .env.
