Add capacity-attest to Open Source & SDKs - #651
Open
holistis wants to merge 1 commit into
Open
Conversation
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.
capacity-attest is a small open-source MCP server for signed delivery claims on x402 trades where "delivered" is metered or duration-based (GPU-hours, storage, API credits, bandwidth) rather than a single request/response payload.
After an x402 payment settles, the paying agent signs a plain factual record (delivered: yes/no/partial, what was promised, evidence hash, settlement ref) with EIP-191, and it's appended to a public, per-seller, append-only history. No reputation score, no ranking, just verifiable-offline signed facts a future buyer can check before paying the same seller.
New, zero external users so far. Adding it next to TrustBench since it's the closest existing entry in spirit (signed receipts, verifiable offline) but targets metered/continuous delivery specifically.