Getting Started

How Transvia moves money globally with USDC — the 60-second version.

Transvia is a global money movement platform. Anyone holding USDC can send value to ten destination currencies with transparent fees, real-time tracking, and settlement secured by an onchain escrow contract.

The product feels like a modern money app. Underneath, it is a full infrastructure: quotes, policies, automation agents, machine payments, and onchain settlement — all inspectable, all auditable.

The 60-second model

Anyone holding USDC

     Transvia

Global destination

You send USDC. Transvia quotes a rate, locks it, holds your funds in escrow on Arc (Circle's EVM L1, where USDC is also the gas token), settles the route, and releases the payout to your recipient. Every step is visible in the transfer timeline — with onchain proof.

Sending your first transfer

  1. Open transvia.xyz/send.
  2. Choose a destination currency (EUR, GBP, MXN, BRL, PHP, NGN, AED, SGD, CAD, AUD).
  3. Enter an amount and recipient. The rate and fee are shown upfront.
  4. Confirm. The transfer moves through a visible lifecycle:
Quote → Funded → Route secured → Processing → Complete

Fees

Fees are charged on the source amount and split atomically onchain at settlement time. There are no hidden spreads added after quoting.

ComponentRateWhat it covers
FX / liquidity0.35%Route liquidity and FX access
Protocol0.10%Settlement and network upkeep
Automation0.05%Policy-gated transfer monitoring
Total0.50%

Where settlement happens

Transvia settles on Arc Testnet (chainId 5042002) — Circle's EVM L1 where USDC is the gas token. The escrow contract TransviaEscrow enforces deposits, settlement, claims, and refunds. The authoritative contract address is recorded in the repository (contracts/README.md), never hardcoded in docs.

For developers

Everything the app does is available over the same API that powers it — plus machine-native access:

  • REST API — quotes, transfers, status, proof. See API.
  • MCP — connect AI agents with get_quote-style tools. See MCP.
  • x402 — software pays for resources it needs (e.g. FX feeds) with USDC nanopayments. See x402.
  • Automation — bounded, policy-gated agents that decide and execute transfers. See Agents and Policies.

Next steps

  • Sending USDC — the full lifecycle, end to end.
  • API — endpoints, request/response examples.
  • Architecture — how the whole system fits together.