feat(ecosystem): add AlgoVoi multi-chain x402 facilitator#2211
Open
chopmob-cloud wants to merge 1 commit intox402-foundation:mainfrom
Open
feat(ecosystem): add AlgoVoi multi-chain x402 facilitator#2211chopmob-cloud wants to merge 1 commit intox402-foundation:mainfrom
chopmob-cloud wants to merge 1 commit intox402-foundation:mainfrom
Conversation
AlgoVoi is a multi-chain x402 payment facilitator covering Algorand, VOI, Hedera, Stellar, Base, Solana, and Tempo on a single endpoint, with USDC and native-chain assets. Adds the partner card under Facilitators and the logo asset. Ports an earlier add (coinbase#85) that landed before the upstream migration to x402-foundation/x402. supports.list is left false because the /discovery/resources surface currently lives on a different host (api.algovoi.co.uk) than the verify/settle baseUrl (cloud.algovoi.co.uk); documenting the discovery side will follow once the partner-card schema either adds a discoveryUrl field or once the two surfaces consolidate.
|
@chopmob-cloud is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
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 AlgoVoi as a Facilitator partner card under
typescript/site/app/ecosystem/partners-data/algovoi/, plus the matching logo asset.Background
This is a port of an earlier add (coinbase/x402#85) that was opened before this repo migrated to
x402-foundation/x402. PR #85 is still open on the old mirror but no longer attracts review attention there. Re-opening here against the canonical upstream.What AlgoVoi is
A multi-chain x402 facilitator covering seven networks on a single endpoint:
algorand-mainnetvoi-mainnethedera-mainnetstellar-mainnetbase-mainnetsolana-mainnetreferencebinding)tempo-mainnetVerify + settle live at
https://cloud.algovoi.co.uk.A note on
supports.listAlgoVoi does serve a Bazaar
/discovery/resourcesendpoint, but athttps://api.algovoi.co.uk/discovery/resourcesrather than at the facilitatorbaseUrl. The currentfacilitatorpartner-card schema has a single URL field, so I've leftsupports.list: falsehere to avoid implying thatcloud.algovoi.co.uk/discovery/resourcesresolves. Once the schema either gains a separatediscoveryUrlfield or the two surfaces consolidate, this can flip totrue. (See companion docs PR #2210 for the discovery side.)Files
typescript/site/app/ecosystem/partners-data/algovoi/metadata.json(new, 22 lines)typescript/site/public/logos/algovoi.png(new, 4.5 KB)No other files touched. No code change. No schema change.
AI disclosure
This PR was prepared with an AI coding assistant. The metadata content was written by hand on the original PR and was reviewed line-by-line on the port. The seven-network claim was verified against the live facilitator before submission.