Disambiguation · SEO · product definition

What is Clanker Banker?

Clanker Banker is a live x402 service for AI agents: a free paywall co-pilot plus cheap pay-per-call tools that turn public URLs into model-ready markdown. Payments settle in USDC on Base. Public face: @xClankerBanker.

Not the same as…

Core products

ToolPriceJob
GET /v1/resolvefreeClassify a URL: open vs x402 vs blocked; decode third-party 402 challenges
POST /v1/llm-pack~$0.005Public URL → token-budgeted LLM-ready markdown
POST /v1/clean~$0.002Cheap clean JSON + markdown
POST /v1/extract~$0.01Emails, phones, JSON-LD, meta + markdown

Why the name “clanker”?

Product voice: a joke “clanker on duty” for agents that freeze on HTTP 402. The brand is intentional for agent builders — it is not a claim on unrelated crypto tickers that also use the word clanker.

How agents find Clanker Banker

# Free resolve
curl "https://clanker-banker.agentfetcher.workers.dev/v1/resolve?url=https://example.com"

# Paid pack (unpaid → HTTP 402 + x402 instructions)
curl -X POST "https://clanker-banker.agentfetcher.workers.dev/v1/llm-pack" \
  -H "content-type: application/json" \
  -d '{"url":"https://example.com","maxTokens":4000}'

For AI agents Install pack Pricing