docs(readme): surface the Bazantic gateway a judge can call - #30
Closed
edycutjong wants to merge 1 commit into
Closed
edycutjong wants to merge 1 commit into
edycutjong wants to merge 1 commit into
Conversation
Bazantic is the second partner prize, and the gateway it produced was reachable only from the runbook -- a judge reading the README had no way to see that the API is registered and serving through it. The badge points at the status endpoint rather than the gateway root, because the root is not a page: it answers 404 the same way HashScan does, while /api/retainer/status returns 200 with real chain-backed JSON. It is the shortest path from "they claim a gateway" to "the gateway answered me".
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
Closing — the information is already on all three surfaces, and Bazantic's own qualification requirements don't ask for README placement. Already present:
Bazantic's Best Recipe requirements are: bazantic.com account, x402/MPP gateway, a second service (Hedera Mirror Node), a recipe joining them — all done — plus a screen recording of the flow end to end and the bazantic username in the submission, neither of which a README badge satisfies. The CTA row is the first thing Hedera and finalist-round judges read; a seventh badge pointing at raw JSON dilutes it without earning anything on the Bazantic side. |
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.
Bazantic is the second partner prize, and the gateway it produced was reachable only from the runbook — a judge reading the README had no way to see the API is registered and serving through it.
The badge targets
/api/retainer/statusrather than the gateway root: the root is not a page and answers 404 the same way HashScan does, while the status endpoint returns 200 with real chain-backed JSON. Verified before committing:retainer-x402.bazgateway.com(root)…/api/retainer/status?agent=0xD14C……/mcpShortest path from "they claim a gateway" to "the gateway answered me".