Agents operate with wallets. Clanker Banker is designed so a single bad loop cannot silently “subscribe forever” — every paid call is an explicit x402 settle.
Clanker Banker prices are fixed per tool. Cap spending in the client before signing payment:
// install/client.mjs pattern const MAX_USD = 0.05; // hard cap per call // if 402 amountUsdApprox > MAX_USD → abort, do not sign
Optional request header (documented for SDKs):
X-Clanker-Max-Usd: 0.01
If present and the tool list price exceeds the cap, Clanker Banker returns 402 with code: SPEND_CAP and does not expect payment. See free price list: /v1/prices.
http: / https: public hostsnoCache: true for sensitive URLs*.workers.dev to a custom domain you control