[{"data":1,"prerenderedAt":217},["ShallowReactive",2],{"blog:\u002Fblog\u002Fhow-ai-agents-pay":3},{"id":4,"title":5,"body":6,"date":203,"description":204,"extension":205,"keywords":206,"meta":207,"navigation":208,"path":209,"readingMinutes":210,"seo":211,"stem":212,"tags":213,"__hash__":216},"blog\u002Fblog\u002Fhow-ai-agents-pay.md","How autonomous AI agents pay for things: a guide to agentic payments",{"type":7,"value":8,"toc":194},"minimark",[9,18,23,26,48,52,55,88,92,95,116,119,123,139,143,146,174,186],[10,11,12,13,17],"p",{},"An AI agent that can browse, call APIs, and run tools eventually hits something it has to pay\nfor — a premium dataset, a metered API, a paywalled page. ",[14,15,16],"strong",{},"Agentic payments"," are how it gets\npast that wall without a human reaching for a wallet. This guide walks through how those payments\nactually work, and what changes when the buyer is software.",[19,20,22],"h2",{"id":21},"why-human-payment-rails-dont-fit-agents","Why human payment rails don't fit agents",[10,24,25],{},"Human commerce assumes a person: a card number, a billing address, a checkout page, a monthly\nstatement. Agents break every one of those assumptions.",[27,28,29,36,42],"ul",{},[30,31,32,35],"li",{},[14,33,34],{},"No cards."," Handing an autonomous process a credit card number is a governance nightmare —\nno per-request control, chargebacks are clumsy, and card networks weren't built for a thousand\ntenth-of-a-cent purchases a minute.",[30,37,38,41],{},[14,39,40],{},"No subscriptions."," An agent might touch a service once. Committing to a monthly plan for\nevery API it samples makes no sense.",[30,43,44,47],{},[14,45,46],{},"No checkout."," There's no human to click \"Buy.\" Payment has to be a machine-readable step in\na request, not a page a person navigates.",[19,49,51],{"id":50},"the-building-blocks-of-an-agent-payment","The building blocks of an agent payment",[10,53,54],{},"A working agent-payment setup needs four things:",[56,57,58,64,70,76],"ol",{},[30,59,60,63],{},[14,61,62],{},"A wallet the agent controls."," The agent holds (or is delegated authority over) a wallet it\ncan spend from programmatically.",[30,65,66,69],{},[14,67,68],{},"A stable unit of value."," Stablecoins like USDC give predictable, dollar-denominated pricing\nwithout volatility — essential when you're metering fractions of a cent.",[30,71,72,75],{},[14,73,74],{},"A fast, cheap settlement rail."," Payments clear in the request loop, so the underlying\nnetwork has to settle in seconds for negligible fees.",[30,77,78,81,82,87],{},[14,79,80],{},"A protocol to negotiate the payment."," This is where ",[83,84,86],"a",{"href":85},"\u002Fblog\u002Fwhat-is-x402","x402"," comes in: a\nstandard way for a server to say \"this costs X\" and for the agent to pay and retry.",[19,89,91],{"id":90},"the-request-loop-step-by-step","The request loop, step by step",[10,93,94],{},"Put together, a single paid agent request looks like this:",[56,96,97,100,107,110,113],{},[30,98,99],{},"The agent requests a resource.",[30,101,102,103,106],{},"The server answers ",[14,104,105],{},"402 Payment Required"," with a price and payment details.",[30,108,109],{},"The agent's wallet pays on-chain.",[30,111,112],{},"The agent retries the request with proof of payment.",[30,114,115],{},"The server verifies and returns the resource.",[10,117,118],{},"The agent never leaves its loop. From the outside it looks like a slightly slower HTTP call — but\nvalue moved, and the agent can keep going.",[19,120,122],{"id":121},"custody-who-holds-the-funds","Custody: who holds the funds?",[10,124,125,126,129,130,134,135,138],{},"A crucial design choice is ",[14,127,128],{},"custody",". Some setups are ",[131,132,133],"em",{},"custodial"," — a third party holds the\nagent's funds and moves them on its behalf. Others are ",[131,136,137],{},"non-custodial"," — the agent pays directly\nfrom a wallet it controls, and no intermediary ever takes possession of the money. Non-custodial\nsetups shrink counterparty risk: nobody can freeze, lose, or misuse funds they never hold. It's a\nprinciple worth insisting on, especially in any tooling you bolt onto the payment path.",[19,140,142],{"id":141},"the-risks-teams-underestimate","The risks teams underestimate",[10,144,145],{},"Once agents can pay, three problems show up fast:",[27,147,148,158,164],{},[30,149,150,153,154,157],{},[14,151,152],{},"Runaway spend."," A looping or misbehaving agent can burn through a wallet quickly, and a raw\ntransaction history won't tell you ",[131,155,156],{},"why",".",[30,159,160,163],{},[14,161,162],{},"No receipts with context."," A wallet shows transfers, not which agent paid, to which domain,\nfor what. Attribution disappears.",[30,165,166,169,170,157],{},[14,167,168],{},"Silent failures."," Payments that go through but still fail (the resource returns 402 anyway,\nor errors out) are invisible unless you're watching the buy side. We dig into those in\n",[83,171,173],{"href":172},"\u002Fblog\u002Fdebugging-x402-payments","debugging x402 payments",[10,175,176,177,181,182,185],{},"This is why ",[83,178,180],{"href":179},"\u002Fblog\u002Fagent-spend-observability","spend observability and governance"," matter the\nmoment agentic payments go to production: you need to ",[131,183,184],{},"see"," what your agents pay, per agent and\nper domain, and set guardrails before a bill surprises you.",[10,187,188,189,193],{},"402.report is the non-custodial control plane for exactly that.\n",[83,190,192],{"href":191},"\u002F#waitlist","Join the waitlist"," to track your agents' spend from day one.",{"title":195,"searchDepth":196,"depth":196,"links":197},"",2,[198,199,200,201,202],{"id":21,"depth":196,"text":22},{"id":50,"depth":196,"text":51},{"id":90,"depth":196,"text":91},{"id":121,"depth":196,"text":122},{"id":141,"depth":196,"text":142},"2026-07-01","Autonomous agents can't use credit cards or subscriptions the way people do. Here's how agentic payments actually work — wallets, stablecoins, on-chain rails, and the x402 request loop — plus the risks teams need to manage.","md","autonomous agent payments, agentic payments, AI agent payments, machine payments, agent wallet, AI agents paying for APIs, agent commerce",{},true,"\u002Fblog\u002Fhow-ai-agents-pay",6,{"title":5,"description":204},"blog\u002Fhow-ai-agents-pay",[214,215],"agentic payments","fundamentals","6PvwhCa5i36XxrVLXlfoVv55rKhL8Y6f5dzfvkoo7uE",1784841653222]