Skip to content

Add ERC: AI Agent Authenticated Wallet#1606

Open
Cybercentry wants to merge 39 commits intoethereum:masterfrom
Cybercentry:eip-XXXX
Open

Add ERC: AI Agent Authenticated Wallet#1606
Cybercentry wants to merge 39 commits intoethereum:masterfrom
Cybercentry:eip-XXXX

Conversation

@Cybercentry
Copy link
Contributor

@Cybercentry Cybercentry commented Mar 14, 2026

This PR proposes a new ERC: AI Agent Authenticated Wallet.

Summary

This standard defines a policy-bound smart wallet interface for AI agents, ensuring transactions execute only with a verifiable EIP-712 proof tied to a pre-defined policy. It serves as Layer 3 (Execute) in the trust stack:

  • Layer 1 (Register): ERC-8004 - on-chain identity
  • Layer 2 (Verify - optional): e.g. ERC-8126 - trust/risk scoring
  • Layer 3 (Execute): This ERC - policy enforcement, signature validation, immutable audit trail

Key features include policy constraints, hash-chained audit logging, entropy-based commit-reveal for host-interference mitigation, recommended active containment, TLSNotary legacy support, and optional ERC-8126 gating (especially Wallet Verification (WV)) to block malicious history.

Dependencies: EIP-155, EIP-191, EIP-712, ERC-4337, ERC-8004

File added: ERCS/erc-XXXX.md

Discussion Thread

https://ethereum-magicians.org/t/erc-xxxx-ai-agent-authenticated-wallet/27987

The thread is active and seeks feedback on the policy structure, the practicality of the audit trail, entropy/containment extensions, nonce/replay protection, and the strength of ERC-8126 WV gating.

Additional Notes

  • Commit is cryptographically signed and verified
  • Ready for editor review, feedback.

Many thanks,
Leigh (@Cybercentry),
cybercentry.base.eth.

Cybercentry and others added 30 commits January 15, 2026 17:33
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Updated the creation date for ERC-8126 from 2025-01-15 to 2026-01-15.
@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Mar 14, 2026

File ERCS/erc-8196.md

Requires 1 more reviewers from @g11tech, @jochem-brouwer, @samwilsn, @xinbenlv

File ERCS/erc-8126.md

Requires 1 more reviewers from @g11tech, @jochem-brouwer, @samwilsn, @xinbenlv

ERCS/erc-XXXX.md Outdated
@@ -0,0 +1,209 @@
---
eip: XXXX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
eip: XXXX
eip: 8196

Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.

Please also update the filename.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed.

ERCS/erc-XXXX.md Outdated
title: AI Agent Authenticated Wallet
description: Policy-bound transaction execution and verifiable credential delegation for autonomous AI agents
author: Leigh Cronian (@cybercentry) <leigh.cronian@cybercentry.co.uk>
discussions-to: https://ethereum-magicians.org/t/erc-xxxx-ai-agent-authenticated-wallet/27987
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
discussions-to: https://ethereum-magicians.org/t/erc-xxxx-ai-agent-authenticated-wallet/27987
discussions-to: https://ethereum-magicians.org/t/erc-8196-ai-agent-authenticated-wallet/27987

Updated title with assigned number

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed.

@abcoathup
Copy link
Contributor

abcoathup commented Mar 15, 2026

@Cybercentry recommend moving ERC-8126 changes to a separate PR. ERC changes where you are the author should auto merge.

@github-actions github-actions bot removed the w-ci label Mar 16, 2026
@Cybercentry
Copy link
Contributor Author

@Cybercentry recommend moving ERC-8126 to a separate PR. ERC changes where you are the author should auto merge.

Completed. Many thanks.

@github-actions
Copy link

The commit 8cd6b80 (as a parent of 36b970a) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci label Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants