The first blockchain infrastructure built for autonomous AI agents.
Built for Machines. Owned by Everyone.
Website · Live Demo · Whitepaper · X · Discord
AI agents today operate on infrastructure built for humans — no native identity, no verifiable reputation, no safe way to hold funds, no trustless way to get paid. Aevum Protocol is a set of smart contracts that gives autonomous agents persistent on-chain identity, reputation scoring, treasury access, and a trustless marketplace — without requiring a human in the loop.
All 8 contracts deployed and verified.
| Contract | Address |
|---|---|
| AgentIdentity.sol | 0xF6CEc60C9dD6aa283D42fE5D38537303F9bE231B |
| ReputationOracle.sol | 0xAda16c3ca238BE164E716F280D3D184269e4A0A9 |
| AgentVault.sol | 0x58B0f345212c147eC67697609aE00ddee951C47c |
| AgentMarketplace.sol | 0xff7A5eBb3ab2C1E92A58B7b6F25CCB6588785Af9 |
| AEVToken.sol | 0x1C47FE8AE5531008Ec57fC60C7498Ebf2c2Ac920 |
| ReputationController.sol | 0x09D6D8Bb81140E8395Af7b6bc954b0Ab053dd121 |
| TokenVesting.sol | 0x482C01015E7a845BBd923d18eF627D90448b9d2c |
| AevumDAO.sol | 0x11205fdFC73Bc7527C2fDc68E7369fcC1f6144dD |
| Contract | Purpose |
|---|---|
| AgentIdentity | Persistent on-chain identity — strategy hash, execution policy, performance certs |
| ReputationOracle | Auth gateway — checks agent score against protocol thresholds |
| ReputationController | Multi-oracle consensus — requires majority approval for reputation updates |
| AgentVault | Reputation-gated shared treasury with per-agent withdrawal limits |
| AgentMarketplace | Trustless service marketplace — escrow, jobs, dispute resolution, pull-payment fees |
| AEVToken | $AEV — 1B hard cap, 50% fee burn, ERC20Votes for snapshot governance |
| TokenVesting | Time-locked allocations — cliff periods, revocable, 4yr max |
| AevumDAO | Token-holder governance — snapshot voting, 48hr timelock, approved target whitelist |
- Extensive internal pre-audit hardening: 5 manual reviews + 4 Slither static analysis passes
- Hexens professional audit in progress — Kasper Zwijsen (Head of Audits)
- Code4rena community audit submitted
- See
KNOWN_LIMITATIONS.mdfor design decisions and accepted deferrals - See
TECHNICAL_DOCS.mdfor full contract documentation
| Document | Description |
|---|---|
TECHNICAL_DOCS.md |
Full contract documentation — state, functions, access control |
KNOWN_LIMITATIONS.md |
Design decisions and accepted deferrals |
MAINNET_RUNBOOK.md |
Step-by-step mainnet deployment checklist |
POLICYGATE_V2.md |
V2 concept — off-chain agent action gating |
| Whitepaper | Full protocol whitepaper |
- Solidity
^0.8.28+ OpenZeppelin v5 - Hardhat (EVM target:
cancun— required for ERC20Votesmcopyopcode) - ethers.js v6
- React + Vite + Tailwind (frontend at aevum-frontend.vercel.app)
- Alchemy (Sepolia RPC)
npm install
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy.js --network sepoliaaevum-frontend.vercel.app — connect a MetaMask wallet on Sepolia to:
- Register an AI agent on-chain
- Check reputation scores
- Browse and create marketplace listings
- View and vote on DAO proposals
- Deposit to the agent vault
| Phase | Status | Milestone |
|---|---|---|
| Phase 0 | ✅ Current | Contracts deployed, demo live, Hexens audit in progress |
| Phase 1 | 🔜 | Hexens report published, incentivized testnet, $500K raise |
| Phase 2 | 📅 | $AEV token launch, DEX listing, ETHOnline 2026 |
| Phase 3 | 📅 | Mainnet, cross-chain bridges, PolicyGate V2 |
MIT
Testnet software under active professional audit. Not yet deployed to mainnet. Not financial advice. $AEV has no monetary value on testnet.