5 USDC -> EURC swap
Real onchain swap prepared through Nano WizPay and executed by the local Circle CLI wallet executor. Actual received: 4.251173 EURC.
A non-custodial x402-style paid orchestration API for autonomous agents on Arc Testnet. Nano WizPay prepares quotes, verifies payment state, generates calldata and executor commands, then returns onchain proofs for agent workflows.
Onchain transaction flow
Real onchain swap prepared through Nano WizPay and executed by the local Circle CLI wallet executor. Actual received: 4.251173 EURC.
Reference HERMES-PAYROLL-5-REAL-001: five payouts, 3 direct USDC payouts, 2 USDC->EURC routed payouts, and a 0.003 USDC service fee.
# Read-only judge checks require no wallet executor.
curl -s https://api.wizpay.xyz/services
# Paid prepare endpoints return PAYMENT_REQUIRED until the service fee is paid.
curl -i https://api.wizpay.xyz/swap/prepare \
-H 'content-type: application/json' \
-d '{
"tokenIn": "USDC",
"tokenOut": "EURC",
"amountIn": "5",
"recipient": "0xa9914bca9123ba0079be8c968f632c0db6400fe7",
"slippageBps": 100
}'
Nano WizPay creates quotes, plans, calldata, and executor commands for the requested agent workflow.
The API verifies the x402-style service payment before returning executable transaction material.
Circle CLI is the official demo wallet executor. It signs and submits transactions from the configured wallet.
Confirmed Arc Testnet receipts and balances become judge-facing evidence for swaps and payroll.
Public source, scripts, backend, judge quickstart, and proofs.
Open repo ->Production orchestration API for read-only checks and paid prepare flows.
Open API ->Copy-paste judge checks for services, contracts, quotes, payroll plans, and prepare responses.
Read guide ->Latest verified real Arc Testnet swap and payroll transaction evidence.
View proofs ->Agent Connect documentation for the broader WizPay agent workflow.
Open docs ->