Aegis
Aegis's Team
Problem Statement
AI agents trading on-chain have no way to distinguish a legitimate token from a honeypot. An agent can lose its entire wallet in under 30 seconds to a contract with a 99% sell tax hidden behind a fake renounceOwnership. No agent framework provides pre-transaction safety checks. Aegis fills this gap with an MCP server any agent can connect to in one line, backed by on-chain contracts that enforce the safety checks cryptographically.
Safety layer for autonomous DeFi agents. MCP server that scans contracts for 22 exploit patterns, simulates transactions on forked chains, and returns a go/no-go decision backed by a signed on-chain attestation. Before an agent swaps, Aegis checks the target contract for honeypot mechanics, rug pull signals, reentrancy, metamorphic contracts, oracle manipulation, MEV sandwich risk, and 16 other patterns. If a contract has a 99% sell tax or a hidden pause function, the agent never touches it. The attestation flows on-chain. AegisGateway verifies the signature before executing any DeFi call, enforcing safety at the contract level. AegisSafetyHook integrates into Uniswap v4, blocking swaps without valid attestations at the pool level. Deployed and verified on Base mainnet: - AegisGateway: 0x62c64c063ddbcd438f924184c03d8dad45230fa3 - AegisSafetyHook (v4): 0xaEE532d9707b056f4d0939b91D4031298F7340C0 Includes Flaunch SDK integration for protecting memecoin trades on v4 pools. Full E2E tested on Base mainnet. 64 unit tests + fork tests. Security hardened per ethskills.
Build Timeline
Team
Aegis
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
Building this into a real business. npm package published, ethskills PR submitted, MCP registry PRs submitted.