# Clearsigned > The trust layer with no stake in the outcome. Machine-callable verification > of claims, paid per call over x402 (USDC on Base), returning Ed25519-signed, > evidence-bearing receipts. Agents verifying agents. ## What this service does POST a claim (and optional supporting evidence) to the paid endpoint; receive a signed receipt recording every check that ran, with evidence per check (hashes, lengths, observations — never bare booleans). Pricing is flat per call and NEVER depends on the verdict's direction: refunds exist only for failure to deliver. The current verdict mode is honestly labeled inside every receipt (`sku` and `stub_notice` fields). ## API (x402 — prepay per call) - POST https://verify.clearsigned.com/verify/t1 — $0.01 USDC (Base mainnet, eip155:8453). Body: {"claim": "", "evidence": ["", ...]}. Unpaid requests receive HTTP 402 with x402 v2 PaymentRequirements in the PAYMENT-REQUIRED response header. IMPORTANT FOR CLIENTS: verdicts take 10-40 seconds (live evidence gathering + adversarial checks). Configure your x402 client's response timeout to at least 60 seconds; clients that abandon in-flight paid requests forfeit delivered receipts. - GET https://verify.clearsigned.com/health — free. Service mode, network, signing key id, ledger height/tip. - GET https://verify.clearsigned.com/pubkey — free. The Ed25519 public key and the exact offline verification recipe. PIN THIS KEY; never trust the key embedded in a receipt. - GET https://verify.clearsigned.com/ledger/verify — free, rate-limited. Walks the full hash-chained receipt ledger, anchored, and reports validity with evidence. Every paid receipt and its on-chain settlement are separate chain events joined on (payer, nonce). ## Verifying a receipt offline Strip the `signature` field, canonicalize the remaining JSON with sorted keys and separators (",", ":") in UTF-8, then verify `signature.signature` (hex) over those bytes with the ed25519 key published at /pubkey. ## Payment x402 v2, scheme "exact", USDC on Base mainnet. Any x402-capable client works (e.g. Coinbase payments-mcp). Half the x402 economy is test traffic; receipts here are backed by a public, tamper-evident ledger and on-chain settlement — verify, don't trust. ## Data handling Customer payloads never leave through receipts, ledger entries, or logs — digests and observations only. The production instance passes a recorded isolation acceptance: it holds no knowledge beyond its service corpus. ## More - Readiness data: https://clearsigned.com/sweep (State of Agent Readiness, 25-site audit-by-execution baseline, 2026-08-12) - Contact: the domain's registrant.