docs: add Nevermined as a reference implementation - #21
Open
aaitor wants to merge 1 commit into
Open
Conversation
Nevermined is an ARD publisher and the payment layer for agentic discovery: catalog entries carry verifiable pay-per-call terms (x402 / MPP) in JSON-LD extension terms (@context + nvm:catalog / nvm:payment), and its Router lets an agent pay for what it discovers. Publisher manifest, conformant against the official ard-spec tool: https://api.live.nevermined.app/.well-known/ard.json
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.
Adds a Nevermined section to the Reference Implementations page.
Nevermined Catalog (https://nevermined.app/catalog/) is an ARD publisher and the payment layer for agentic discovery: most discovery answers "what can do this task?", and Nevermined also answers "what will it cost, and how do I pay it?" — every catalog entry names its payment protocol, per-call price, and settlement network, and its Router lets an agent actually pay for what it discovers (x402 / MPP, across chains, under a spend cap) without leaving the discovery flow.
Payment and discovery data ride in JSON-LD extension terms (
@context+nvm:catalogfor external services,nvm:paymentfor Nevermined-hosted plans), so a registry can index price, protocol, and network as filter dimensions rather than parsing free-formmetadata.Publisher manifest:
https://api.live.nevermined.app/.well-known/ard.json— 149 curated x402 / MPP / REST / A2A services, conformant against the officialard-spectool (conformance-test manifest→ PASS, 0 errors).The section follows the existing house style: a prose intro, numbered
curlexamples, and a conformance check. Single file changed (docs/ref_implementations.md), rebased on currentmain.