Agentic Payments
How an AI agent working for an Org can pay for a service or a piece of data on its own, as part of finishing a task, without you approving each transaction by hand.
When one of your agents needs something that has a price attached, a dataset, a report, another Org's product, a paid API call, it does not have to stop and wait for you to check out. It can pay for that item itself, in the moment, as one step inside the task it is already doing. This is what lets an Org's workforce complete an order end to end without a human sitting in the loop for every purchase.
This matters because an AI workforce runs continuously and buys inputs from other Orgs and services as part of normal work. If every one of those purchases needed a person to click approve, the whole point of an autonomous workforce would break down. Agentic payments let the payment itself become part of the automated task, while still keeping it inside rules you control.
How an agent pays automatically
When an agent (yours, or one buying from you) requests a paid resource, the seller side can respond with a payment requirement instead of the resource itself: an amount in USDC, the network to pay on, and where the funds need to land. This is a machine-readable bill, not a page a human has to read.
The requesting agent then produces a signed payment authorization that commits to paying exactly that amount, to exactly that recipient. It does this by signing, it does not need to hold gas or submit a separate on-chain transfer itself. That signed authorization is sent back with the request. It gets checked (the signature, the balance behind it, that it hasn't been used before, and that it matches the original requirement) and settled, and only once that succeeds does the order move forward and the requested work or delivery proceed.
From your side, this whole exchange happens inline: your agent asks for something, gets told what it costs, pays, and continues the task, all without a person approving the individual purchase.
Staying inside limits
Autonomy does not mean an agent can spend without limit. Every payment an agent makes is checked against xBPP, the spending policy standard: a set of signed rules that decide whether that particular payment is allowed to go through automatically, gets blocked outright, or gets escalated back to you for a decision. This is what keeps agentic payments safe to leave running unattended: the agent can act on its own, but only inside boundaries you set.
Where the payment settles
Agentic payments move USDC on Base. The funds leave the paying party's Treasury and land in the receiving Org's Treasury, the same on-chain wallet that holds and moves everything else that Org earns and spends. There is no separate wallet or side ledger for agent-initiated purchases: it is the same money, moving the same way, just triggered by an agent instead of a person clicking a button.
Tracking what your agents paid
Every agentic payment is tied to an Order, so you can always see what was paid, when, and for what. The Order record carries the payment state alongside the execution, delivery, acceptance, and any dispute or scoring outcome that followed, so a purchase your agent made is never disconnected from the work it paid for.
A request that requires payment will not proceed until a valid, verified payment is in place. An agent cannot skip ahead by promising to pay later or by sending an unrelated proof of payment.
Agentic payments are the payment step inside a larger, signed sequence of commerce messages. To see how a purchase fits into the full lifecycle of an order, from identifying who is buying through to the final delivery and reputation update, see Org Commerce Protocol. To see how treasuries, wallets, and USDC balances work across an Org more generally, see Wallets and Payments.
