Every one of our 63 tools speaks the x402 protocol: call it with no key, get a 402 Payment Required with exact USDC payment instructions, pay on-chain, retry, done. Autonomous payments on 9 chains.
# 1. Agent calls a tool with no credentials
curl -X POST https://archtools.dev/v1/tools/crypto-price \
-H "Content-Type: application/json" -d '{"symbol":"BTC"}'
# 2. Server answers 402 Payment Required with machine-readable terms:
# amount (e.g. $0.010 USDC), asset contract, pay-to address, network
# 3. Agent pays USDC on-chain (Base is ~$0.01 gas), retries the call
# with the X-PAYMENT header — and gets the result. No signup ever.Machine-readable discovery of every priced endpoint lives at /.well-known/x402. Protocol spec: x402.org.
Pay in USDC on Base, Ethereum, Arbitrum, Polygon, Optimism, Avalanche C-Chain, Unichain, Monad — plus Solana. Tool calls start at $0.010; every price is published upfront in the discovery document and matches what you're charged.
crypto-price — $0.010 per callweb-search (AI-synthesized answer) — $0.025 per callai-generate (Claude text generation) — $0.040 per callresearch-report — $0.055 per callAn autonomous agent can't click an email verification link or type a credit card. With x402 it just pays and works.
No subscription, no minimum, no expiring trial. One call costs one price, settled in USDC.
Prefer credits? Sign up free — 100 credits, 25 instant — and use one Bearer key across all 63 tools.
Deep-dive integration guide with wallet setup and code samples: x402 developer guide.