Free tool · agents
x402 paywall co-pilot for AI agents
When an agent hits HTTP 402 Payment Required on someone else’s API, it often freezes. Clanker Banker free GET /v1/resolve classifies the URL and decodes the challenge so the agent can settle the right merchant — or pack the page if it’s open.
Free endpoint
GET https://clanker-banker.agentfetcher.workers.dev/v1/resolve?url=TARGET_URL
Returns classification such as open · x402 · blocked · empty, plus decoded payment metadata when present. Does not pay third-party merchants for you.
Flow
- Agent calls free
/v1/resolve?url=… - If open → optional paid
POST /v1/llm-packfor LLM markdown (~$0.005 USDC Base) - If their x402 wall → settle them using decoded instructions; Clanker Banker only decodes
curl -s "https://clanker-banker.agentfetcher.workers.dev/v1/resolve?url=https://example.com" | jq .