Skip to main content

At a glance

Memo binding

Same as Algorand. Hosted-checkout payments include algovoi:{token} in the note field. The verifier matches against the active link.

ARC-200 versus ASA

VOI’s stablecoin (aUSDC) is an ARC-200 token, not an ASA. ARC-200 is a smart-contract token standard, more like ERC-20 than ASA. The differences your customers will notice:
  • No opt-in needed. ARC-200 transfers don’t require a separate opt-in transaction the way ASA transfers do.
  • Slightly higher fees per transfer (still well under a cent) because the transfer is a contract call.

WAD

VOI also has WAD (asset ID 47138068), an alternate stablecoin. It’s accepted but not the default. USDC equivalent for VOI tenants is aUSDC.

Wallets

VOI uses the same wallet ecosystem as Algorand:

Agent-to-agent settlement on VOI

VOI runs the Algorand Virtual Machine, so the same Falcon-1024 key and the same mesh code path that settle on Algorand settle on VOI with nothing changed but the endpoint. This proof is on VOI mainnet. AlgoVoi Mesh settles a payment directly between two autonomous agents on VOI. Each agent verifies the other offline with a Falcon-1024 credential, the pair negotiates VOI as the settlement chain, and the authorized decision is anchored in the transaction note as one content-addressed execution_ref. There is no facilitator, no per-transaction fee, and no AlgoVoi service in the trust path at settlement time. Proven on-chain. A mutually verified Falcon-1024 pair negotiated VOI and settled once: Open it and read the note. It carries algovoi-mesh:sha256:8da539d7..., the exact execution reference that run’s handshake produced. Recompute it yourself from the raw fields with a stock RFC 8785 (JCS) implementation and SHA-256; no AlgoVoi software is involved in checking it. The chain never verifies Falcon. It only carries the anchor, which is why the same agent trust works on VOI and on every other chain the pair could have chosen. See AlgoVoi Mesh for the mutual handshake, the signed chain-offer negotiation, and the full eight-chain proof.

See also