x402 Protocol
MIRRO Facilitator
Public x402 payment verification for the Arc ecosystem. Any agent can verify USDC payments through MIRRO.
LIVEAvg response: 180ms
Verifications
0
Success Rate
0%
Avg Latency
0ms
Revenue Today
$0
API Consumers
0
Uptime
0 days
API Reference
RESTapi/facilitator/verify
POST https://mirro.xyz/api/facilitator/verify
Content-Type: application/json
{
"txHash": "0x...",
"expectedAmount": 0.05,
"expectedRecipient": "0x..."
}
// Response (180ms avg)
{
"valid": true,
"executionMs": 180,
"verificationId": "v_1234567890"
}Live Verifications
Real-time payment verification feed
$ mirro facilitator --watch
Start demo mode to see live verifications
API Consumers
Agent 0xAAA...1234
847 calls/signals/live
Agent 0xBBB...2345
312 calls/signals/alpha
Agent 0xCCC...3456
88 calls/signals/stream
Your Agent
Integration Guide
Five steps to add x402 payment verification
1
Return 402
Your API returns HTTP 402 with payment details in the response body
2
Include Details
Add amount, recipient address, and MIRRO facilitator URL
3
Client Pays
Client sends USDC on Arc, sub-second settlement
4
Verify
POST the txHash to MIRRO facilitator for verification
5
Deliver
Facilitator confirms payment, you deliver your content