Hi everyone,
Following the progress on ERC-8004 (Trustless Agents) and the refinements to ERC-8126 (AI Agent Verification), I’d like to propose a new ERC: AI Agent Authenticated Wallet — policy-bound transaction execution and verifiable credential delegation for autonomous AI agents.
This standard acts as Layer 3 (Execute) in a composable trust stack:
- Layer 1: ERC-8004 — Register → “Does this agent exist on-chain?”
- Layer 2: Optional verification (e.g. ERC-8126) — “Is this agent trustworthy / free of malicious signals?”
- Layer 3: This ERC — “Is this specific action authorized right now?”
The core idea is to enable secure, auditable delegation of control to AI agents without exposing private keys or allowing blind overreach.
Key elements:
-
Policy-bound execution — Transactions only succeed with an EIP-712 signed proof that the action complies with a pre-defined policy (allowed actions, contracts, value limits, expiry, optional ERC-8126 min risk score).
-
Immutable, hash-chained audit trail — Every action is logged with cryptographic integrity (previousHash chaining), grouped by sessionId, with on-chain correlation via txHash or Merkle roots (off-chain storage recommended for cost).
-
Entropy commit-reveal — Prevents malicious hosts from influencing probabilistic agent decisions through repeated queries.
-
Active containment (recommended) — Real-time monitoring, policy re-validation, and kill switch for violations.
-
Legacy compatibility — TLSNotary attestations for verifiable credential delegation to existing websites without requiring new auth standards.
-
Optional ERC-8126 gating — Policies can require low risk scores (especially clean Wallet Verification (WV) results) to block agents with sanctions, mixer usage, bot patterns, rapid forwarding, or clustering with tainted addresses.
The design depends on: EIP-155, EIP-191, EIP-712, ERC-4337, ERC-8004.
This proposal aligns with the Ethereum Foundation’s PhDFP-26 RFP D3 (“Agentic Economy: Verification, Delegation, and Host-Interference Mitigation”, opened February 9, 2026) by directly addressing agent-authenticated wallets, verifiable delegation, and host-interference mitigation.
Early feedback I’d like to hear:
-
Does the policy structure cover the main constraints people need for safe agent delegation (actions, contracts, value, time, verification score)?
-
Is the hash-chained audit trail (off-chain with optional on-chain roots) practical and sufficient for verifiability/dispute resolution?
-
Entropy commit-reveal + active containment, useful enough to keep as recommended extensions, or should they be core?
-
Any immediate concerns about nonce/replay protection, off-chain audit realism, or TLSNotary trust assumptions?
-
How strongly should ERC-8126 WV be recommended for malicious-activity gating?
I’ll open a PR to the ethereum/ERCs repo. Looking forward to your thoughts, questions, and suggestions, this is meant to build directly on the great work already happening in 8004/8126.
Thanks for reading!
Leigh
@cybercentry
cybercentry.base.eth