ENSIP-26: Add erc8004 identity anchor and agent-endpoint[card] protocol#76
Open
TMerlini wants to merge 2 commits into
Open
ENSIP-26: Add erc8004 identity anchor and agent-endpoint[card] protocol#76TMerlini wants to merge 2 commits into
TMerlini wants to merge 2 commits into
Conversation
Adds on-chain identity anchoring to agent-context via the erc8004 field, and registers agent-endpoint[card] as a defined protocol value pointing to an ENSIP-27 agent card document. Reference implementation live at gateway.ensub.org Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eedback Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Two additive contributions to ENSIP-26 backed by a live production implementation.
1.
erc8004field inagent-contextAdds a standard sub-field for agents registered in an ERC-8004 identity registry:
{ "erc8004": { "registry": "0xe61f5a6783ae09949b9a1b6821b68f89c0d7bb2d", "agentId": "5" } }Enables verifiers to confirm on-chain identity (
ownerOf,getAgentWallet,bindingOf) without trusting the gateway. Bridges ENSIP-25 (verification) + ENSIP-26 (discovery) + ERC-8004 (identity) into one resolution flow.2.
agent-endpoint[card]protocol valueAdds
cardto the definedagent-endpointprotocol table — points to an ENSIP-27 agent card document (/.well-known/agent.json) containing the full capability and identity manifest.Reference implementation
Both live at
gateway.ensub.orgas of 2026-05-19:https://gateway.ensub.org/agent/0xe61f5a6783ae09949b9a1b6821b68f89c0d7bb2d/5/.well-known/agent.json0xc2bb6502a7d8ee3cdb2f96508d6cdf426aa2858fRelated
— dinamic.eth