Aegis Protocol V5

An on-chain execution firewall for AI agents powered by Chainlink CRE.
Top 12 Projects

Aegis Protocol V5 provides an on-chain execution firewall for autonomous AI agents. Giving agents direct custody of private keys introduces severe security risks. Aegis solves this by using Account Abstraction to strictly constrain agent permissions.

We utilize a Triple ERC stack to separate custody from execution. Funds are secured in an ERC-4337 Safe Smart Account. The AI agent operates using an ERC-7715 Session Key with defined allowances. All agent initiated transactions must pass through an ERC-7579 Executor Module before reaching the network.

When the agent attempts a trade, this firewall pauses execution and triggers the Chainlink Confidential Runtime Environment. Within a secure WASM enclave, we run parallel AI models (GPT-4o and Llama 3) to audit the destination smart contract for malicious logic like honeypots, hidden taxes, or privilege escalation.

If the multi model consensus flags the transaction as high risk, the transaction is rejected. The human owner can monitor these logs via our dashboard and manually revoke the agent's session keys if its risk profile becomes compromised.

A Chainlink Hackathon  //  Feb 6 – Mar 8