feat(conformance): add GenTech x402 gateway as reference example - #84
Open
GentechLabs wants to merge 1 commit into
Open
feat(conformance): add GenTech x402 gateway as reference example#84GentechLabs wants to merge 1 commit into
GentechLabs wants to merge 1 commit into
Conversation
GentechLabs
requested review from
evalstate,
mindpower and
rvguha
as code owners
August 26, 2026 21:09
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
Adds a reference conformance example for the GenTech x402 payment gateway — a real, live, spec-compliant ARD manifest.
What this is
conformance/examples/gentech-x402/ard.json— a validated ARD manifest describing the GenTech x402 gateway (10 paid API services across Base, Solana, Avalanche, X Layer, Algorand, settled in USDC via the x402 protocol).Why it's a good example
metadatafor settlement chains and service count./.well-known/x402-bazaarmanifest.Verification
python3 conformance/bin/conformance-test manifest conformance/examples/gentech-x402/ard.json # CONFORMANCE STATUS: PASS — 0 critical errors, 0 warningsAI Disclosure
This PR was authored with assistance from an AI agent (Gentech). The manifest was validated against the project's own conformance CLI before submission. Human (Jordan) reviewed and approved.