Skip to content

Commit a16ea11

Browse files
committed
feat(ecosystem): add AlgoVoi multi-chain x402 facilitator
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.
1 parent 608034f commit a16ea11

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "AlgoVoi",
3+
"description": "Multi-chain x402 payment facilitator spanning both EVM and non-EVM networks. Supports Algorand, VOI Network, Hedera, Stellar, Base, Solana, and Tempo. AI agents pay with on-chain USDC (or native-chain assets) on a single x402 endpoint. First-mover coverage of VOI, Hedera, Stellar, Solana Pay `reference` binding, and Tempo (TIP-20).",
4+
"logoUrl": "/logos/algovoi.png",
5+
"websiteUrl": "https://www.algovoi.co.uk",
6+
"category": "Facilitators",
7+
"facilitator": {
8+
"baseUrl": "https://cloud.algovoi.co.uk",
9+
"networks": [
10+
"algorand-mainnet",
11+
"voi-mainnet",
12+
"hedera-mainnet",
13+
"stellar-mainnet",
14+
"base-mainnet",
15+
"solana-mainnet",
16+
"tempo-mainnet"
17+
],
18+
"schemes": ["exact"],
19+
"assets": ["ARC-3", "ARC-200", "HTS", "Stellar-Credit", "ERC-20", "SPL-Token", "TIP-20", "USDC", "USDCe"],
20+
"supports": { "verify": true, "settle": true, "supported": true, "list": false }
21+
}
22+
}
4.49 KB
Loading

0 commit comments

Comments
 (0)