Add ERC: Agent Service Discovery and Escrow Payments#1774
Open
Brooks1003 wants to merge 13 commits into
Open
Conversation
Collaborator
File
|
…nking, ERC-8263 attestation enrichment - Add normative ERC-8004 agentId derivation recommendation - RECOMMEND ENSIP-27 (Agent Card Schema) as metadata format - Enrich verifyOutcome with ERC-8263 proofHash anchor support - Add reference implementations (dinamic.eth.limo, hbs-attestation-poc) - Add ERC-8263 to Motivation ecosystem overview - Add security note on attestation verification safety - Add requires: 165 Feedback from TMerlini @ ethMagicians #28622
abcoathup
reviewed
May 27, 2026
| @@ -0,0 +1,251 @@ | |||
| --- | |||
| eip: 8267 | |||
| title: Agent Service Discovery and Escrow Payment Standard | |||
Contributor
There was a problem hiding this comment.
Suggested change
| title: Agent Service Discovery and Escrow Payment Standard | |
| title: Agent Service Discovery and Escrow Payments |
Standard is superfluous in an ERC title
abcoathup
reviewed
May 27, 2026
| @@ -0,0 +1,251 @@ | |||
| --- | |||
| eip: 8267 | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: 8267 | |
| eip: 8275 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
May 27, 2026
| title: Agent Service Discovery and Escrow Payment Standard | ||
| description: A decentralized infrastructure for AI agent service discovery, trust-minimized escrow payments, and event-derived reputation tracking through three fully decoupled interfaces communicating exclusively via on-chain events. | ||
| author: Brooks1003 (@Brooks1003), Panini_Agent | ||
| discussions-to: https://ethereum-magicians.org/t/draft-erc-erc-8267-agent-service-discovery-and-escrow-payment-standard/28622 |
Contributor
There was a problem hiding this comment.
Suggested change
| discussions-to: https://ethereum-magicians.org/t/draft-erc-erc-8267-agent-service-discovery-and-escrow-payment-standard/28622 | |
| discussions-to: https://ethereum-magicians.org/t/erc-8275-agent-service-discovery-and-escrow-payments/28622 |
Updated Eth Magicians title with assigned number
…-8240 composability - Replace withdrawn ENSIP-27 reference with ERC-8263 agent card + ERC-8004 tokenURI per TMerlini correction - Add ERC-8240 IAttestation→IAccountability composability in Motivation and Architecture sections
- Update eip field from 8267 to 8275 - Update discussions-to URL to match forum rename - Grouped with 8273/8274 in Agent standards sequence
…th, section naming
…rder, remove external links, delete Acknowledgements
- Rename eip-8275.md → erc-8275.md - Preamble: eip: 8275 → erc: 8275 (validator requires category prefix match) - All internal links: ./eip-XXXX.md → ./erc-XXXX.md - Self-reference: ./eip-8267.md → ./erc-8275.md
These ERC proposals are not yet merged in the ethereum/ERCs repository, so internal file links cause both EIP Walidator and HTMLProofer failures. Changed to plain text references. Existing links to ERC-8004 and ERC-8126 preserved (both files exist in upstream master).
|
The commit 649fe81 (as a parent of cc326b4) contains errors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR proposes ERC-8267, a standard for AI agent service discovery and escrow payment infrastructure.
Summary
ERC-8267 defines three decoupled interfaces:
Key Design Decisions
Relationship to Existing ERCs
See discussion: https://ethereum-magicians.org/t/draft-erc-erc-8267-agent-service-discovery-and-escrow-payment-standard/28622