Add AlgoVoi multi-chain payment gateway#34
Add AlgoVoi multi-chain payment gateway#34chopmob-cloud wants to merge 2 commits intostellar:masterfrom
Conversation
AlgoVoi is a production payment facilitator that accepts USDC on Stellar
(Circle-issued asset via the GA5ZSEJY... issuer) alongside 6 other
chains on a single endpoint. Uses a short-memo binding pattern
(av:{token}) designed specifically for Stellar's 28-byte MEMO_TEXT
limit — memo_note_prefix stored per payment link. Also implements x402,
MPP, and AP2 agent-commerce protocols at the same URL.
Live at api1.ilovechicken.co.uk.
There was a problem hiding this comment.
Pull request overview
Adds AlgoVoi to the “Projects Building on Stellar” section of the README.
Changes:
- Add a new “AlgoVoi” entry under “Projects Building on Stellar”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - [Skyhitz](https://skyhitz.io/) - Skyhitz is a beats market for music creators built on Stellar. | ||
|
|
||
| - [AlgoVoi](https://algovoi.co.uk/) - Multi-chain, multi-protocol crypto payment gateway. Accepts USDC on Stellar via Circle-issued assets with SEP-friendly memo binding (`av:{token}` short-memo format to fit MEMO_TEXT's 28-byte limit). Also spans Algorand, VOI, Hedera, Base, Solana, and Tempo on a single endpoint. Implements Coinbase x402, IETF MPP, and Google AP2 agent-commerce protocols. Hosted checkout pages + on-chain verification + open-source adapters for 17+ eCommerce platforms. |
There was a problem hiding this comment.
The memo binding format in this entry (av:{token}) doesn’t match the PR description’s stated av:{token[:20]} truncation to ensure it fits Stellar’s 28-byte MEMO_TEXT limit. Please align the README wording with the actual on-chain format (including any truncation/encoding rules) to avoid misleading integrators.
|
|
||
| - [Skyhitz](https://skyhitz.io/) - Skyhitz is a beats market for music creators built on Stellar. | ||
|
|
||
| - [AlgoVoi](https://algovoi.co.uk/) - Multi-chain, multi-protocol crypto payment gateway. Accepts USDC on Stellar via Circle-issued assets with SEP-friendly memo binding (`av:{token}` short-memo format to fit MEMO_TEXT's 28-byte limit). Also spans Algorand, VOI, Hedera, Base, Solana, and Tempo on a single endpoint. Implements Coinbase x402, IETF MPP, and Google AP2 agent-commerce protocols. Hosted checkout pages + on-chain verification + open-source adapters for 17+ eCommerce platforms. |
There was a problem hiding this comment.
This list item is substantially longer and more marketing-dense than the surrounding entries in this section, which are generally 1–2 concise sentences. Consider trimming to a short description focused on Stellar relevance (and optionally a single link), to keep the directory scannable and consistent with nearby items (e.g., README.md:307–347).
| - [AlgoVoi](https://algovoi.co.uk/) - Multi-chain, multi-protocol crypto payment gateway. Accepts USDC on Stellar via Circle-issued assets with SEP-friendly memo binding (`av:{token}` short-memo format to fit MEMO_TEXT's 28-byte limit). Also spans Algorand, VOI, Hedera, Base, Solana, and Tempo on a single endpoint. Implements Coinbase x402, IETF MPP, and Google AP2 agent-commerce protocols. Hosted checkout pages + on-chain verification + open-source adapters for 17+ eCommerce platforms. | |
| - [AlgoVoi](https://algovoi.co.uk/) - Crypto payment gateway supporting USDC on Stellar with SEP-friendly memo binding. |
- Shorten to 1-sentence entry matching surrounding listings
- Use av:{token[:20]} to match the documented Stellar truncation
rule (3 prefix bytes + 20 token bytes < 28-byte MEMO_TEXT limit)
|
Thanks for the review @copilot-pull-request-reviewer — both points addressed in 71e77e8:
Happy to trim further if it's still too long for the section. |
|
Quick milestone update — fresh today (2026-05-05): xChain mainnet for Stellar shipped. EVM USDC (Base, Arbitrum, Polygon, Optimism, Ethereum, BNB, Avalanche) settles to canonical Stellar USDC (Circle issuer Backing this in the AlgoVoi listing makes Stellar the third destination (alongside Algorand and Solana) reachable from MetaMask without the user installing a Stellar wallet. CCTP V2 will be added as a second protocol on the same pipeline once Circle ships Stellar mainnet contracts publicly. Listing edits already addressed both review points ( |
Adds AlgoVoi to the Projects Building on Stellar section.
Stellar integration
AlgoVoi accepts on-chain USDC on Stellar via the Circle-issued asset (`USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN`). Stellar is a first-class chain on the facilitator — not an afterthought. Notable Stellar-specific design choices:
Broader context
AlgoVoi is multi-chain (Algorand, VOI, Hedera, Stellar, Base, Solana, Tempo) so merchants don't pick just one network; all 7 can be offered on the same hosted checkout with automatic routing by tenant preference. Agents can pay via Coinbase x402, IETF MPP, or Google AP2 — all three at the same URL.
Live references
Scope of change
Single-line addition to `Projects Building on Stellar`. No other sections touched.