Agent Registry: add optional verification block to the Concordium Badge - #1511
Merged
ktconcordium merged 4 commits intoJul 13, 2026
Merged
Conversation
…s standards with the official Concordium instance as example
ktconcordium
approved these changes
Jul 13, 2026
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.
What
Adds an optional
verificationblock to the Concordium Badge'sconcordiumcard block, plus a short "Zero-setup path" note in Resolve and verify a badge. Additive only.Why
Today the badge tells a consumer what to check (the
verifystring) but not where. A party with no prior Concordium tooling has no machine-readable pointer to a node, Indexer, or MCP endpoint, so it cannot bootstrap verification from the card alone — defeating the point of an agent discovering a badge it has never seen before.The
verificationblock closes that gap: a first-time consumer canGETtheverifyUrland read the verdict, or point an MCP client atmcpand callverify_agent_card/agent_by_token_addressdirectly.Trust model unchanged
Every field is a discovery convenience, not an authority. The trust root remains the on-chain contracts named in
contracts; a consumer may ignore the hints and resolve directly against the chain (the existing steps). A named resolver returns chain-derived data the consumer can re-check.Compatibility
Purely additive and optional — badges without
verificationstay valid. No page is added or renamed, so the landing-page document map andpublic/llms.txtare unaffected.Fields added:
service,verifyUrl(single-GETREST verdict),mcp(MCP endpoint),indexer,docs.🤖 Generated with Claude Code