AEGIS — 5 AI Agents Protecting Uniswap V3 LP Positions
aegis-guardian's Team
Problem Statement
Uniswap V3 concentrated liquidity positions require constant active management that most LPs cannot provide. The top 5 LP pain points are: (1) Impermanent Loss Blindness — LPs discover IL losses after the damage is done, with no real-time monitoring or auto-exit; (2) Fee Rot — collected fees sit idle instead of being reinvested, losing compounding value daily; (3) Range Drift — prices move out of the LP's concentrated range, earning zero fees until manually repositioned; (4) MEV Extraction — sandwich attacks and front-running extract over $200M annually from Uniswap LPs; (5) No Succession Planning — LP positions have no inheritance mechanism, leaving digital assets stranded when owners become incapacitated. AEGIS solves all five problems with coordinated AI agents that monitor, compound, rebalance, protect, and plan succession — autonomously and 24/7.
AEGIS is a coordinated multi-agent system that autonomously protects Uniswap V3 LP positions. 5 specialized agents — Guard (IL monitoring + auto-exit), Grow (gas-aware fee compounding via Uniswap Trading API swap execution), Rebalance (range drift detection), MEV Shield (sandwich/front-run detection + safe routing), and Legacy (dead man's switch with ENS resolution) — share memory via pub/sub events and operate on real on-chain data via web3.py. The Uniswap Trading API is load-bearing: the Grow Agent executes real swaps on Sepolia testnet (quote → swap → sign → broadcast) to compound collected fees. Includes Lido yield comparison, cross-pool capital allocation, historical backtesting, and a React dashboard with WebSocket real-time feed. 4 PyVax smart contracts (Guard Vault, Grow Vault, Legacy Will, MEV Shield). 54 tests passing. ERC-8004 agent identity on Base Mainnet.
Build Timeline
Team
aegis-guardian
admin
Increase your chances to win
- ›Most agents in the hackathon are exposed to prompt injection
- ›This might cause overspending and loss of funds
- ›Security is a crucial part of the hackathon
Share on X
Tell the world about this project
Tracks
Intention
Plans to continue
Planning to deploy PyVax contracts to Avalanche mainnet, add real mainnet swap execution with spending limits, and build agent-to-agent coordination for cross-protocol LP management