MVP focus
USDC payment rails for AI-native products on Arc.
A self-hosted proof-of-work demo showing how AIIV plans to use Arc and Circle App Kit for stablecoin payments, bridge routes, swaps, and unified balances.
Deployment target
arc.aiiv.meIsolated VPS service on 127.0.0.1:3100, proxied by Caddy with automatic HTTPS.
MVP flow
Payment request first, execution after review.
The first version intentionally separates the public web UI from the transaction executor. App Kit examples use blockchain adapters that can be backed by private keys; this demo keeps that signing boundary server-side instead of placing secrets in the browser.
Collect recipient, token, amount, and preferred Arc route.
Use App Kit quote/estimate APIs before any transaction is sent.
Run signing through a controlled server-side executor.
Surface transaction hash, route status, and completion state.
Next
Bridge
Next
Swap
Planned
Unified Balance
Proof package
What this demo proves for Build on Arc.
- Self-hosted on a production VPS at arc.aiiv.me
- Uses Circle App Kit dependencies: @circle-fin/app-kit, @circle-fin/adapter-viem-v2, viem
- Keeps signing secrets server-side; no private keys or API keys are bundled into the frontend
- Designed as a public proof-of-work for Build on Arc review
Roadmap
From demo to production workflow
Ship the public site, README, and Build on Arc application proof.
Add a server-side App Kit executor for testnet USDC send estimates.
Expand to bridge, swap, unified balance, and AI agent payment flows.