@432/meta-dex-aggregator
Installation
SKILL.md
Meta DEX Aggregator — Multi-Source Quote Comparison with Safety Layer
Aggregator of aggregators. Queries 5 DEX aggregators in parallel, ranks by gas-adjusted net output, and runs safety checks before execution.
Safety Features
- Price Impact — Fetches fair market price from DefiLlama coins API (+ DexScreener fallback), compares vs quote output. Thresholds: 3% warning, 5% high, 10% critical (blocks swap).
- Gas-Adjusted Ranking —
netOut = amountUsd - gasUsd. Best route ≠ most tokens. - MEV Protection Flags — CowSwap and 0x Gasless are flagged
isMEVSafe. Recommends MEV-safe route when within 0.5% of best price. - Slippage Warnings — Sandwich risk >1%, stablecoin pairs >0.05%, too-low revert risk.
- Outlier Detection — Quotes >5% worse than best are flagged as outliers.