Agentspay

Explainer

Tempo Blockchain: Stripe Tempo, Tempo Stablecoin Payments and the Tempo Network

Tempo is the payments chain Stripe and Paradigm built, and it shipped with a protocol that lets software pay for things on its own. It settles machine payments in under a second. It has nothing at all to say about whether your agent should have paid.

Agent Payments Console

Pick an agent

Payment intent

intent:

Policy evaluation

Human approval required

This spend is over your approval threshold. Approve it to issue a scoped card, or deny it.

Scoped virtual card issued

Agentspay

single-use

Wallet budget

spent of

Audit trail

In short

Tempo is a Layer 1 blockchain purpose-built for stablecoin payments, incubated by Stripe and Paradigm. Mainnet went live in March 2026 after a public testnet that opened in December 2025. It has no native gas token: fees are paid in any USD-denominated TIP-20 stablecoin, blocks finalize in roughly 0.6 seconds with no re-orgs, and payment transactions get reserved blockspace that other applications cannot consume. Tempo launched alongside the Machine Payments Protocol, an open HTTP 402 standard co-authored by Tempo and Stripe and submitted to the IETF standards track, which lets an AI agent or a script pay for an API call without a human account or a subscription. Tempo settles the payment and MPP negotiates it. Neither one decides whether a given agent was allowed to spend that money, which is a buy-side control that has to live above the rail.

What is the Tempo blockchain?

Tempo is a Layer 1 blockchain built for one job: moving stablecoins at the scale and reliability a card network is held to. It was incubated by Stripe and Paradigm, and it is deliberately not a general-purpose platform competing for trading volume. The design decisions read like they were made by people who operate payment infrastructure rather than by protocol researchers. Blocks finalize in roughly 0.6 seconds with no re-orgs, so a merchant can treat a confirmed payment as settled instead of waiting out a probabilistic window. Fees are paid in stablecoins rather than a volatile native asset, which removes the treasury problem of holding a gas token you never wanted. Payment transactions get dedicated payment lanes, meaning reserved blockspace that other applications cannot consume, so a congestion event elsewhere on the chain cannot price your payroll run out of a block. Transfers carry structured metadata, so a payment can reference an invoice rather than arriving as an anonymous number that someone has to match by hand later.

Who is behind Tempo, and why did Stripe build a blockchain?

Tempo was incubated by Stripe together with Paradigm, the crypto investment firm, and raised a 500 million dollar Series A in October 2025 at a 5 billion dollar post-money valuation, co-led by Thrive Capital and Greenoaks with participation from Sequoia Capital, Ribbit Capital and SV Angel. The strategic logic is easier to see if you stop thinking of it as a crypto project. Stripe already moves money for a very large share of US internet businesses, and the parts of that job that stay expensive are cross-border settlement, payouts and any transaction small enough that card economics stop working. A chain that settles in under a second, charges fees in dollars and reserves capacity for payments addresses exactly those three. Tempo is also positioned as neutral infrastructure rather than a Stripe product, which matters commercially: Visa, Mastercard, Deutsche Bank, Standard Chartered, Revolut, Nubank, Shopify, DoorDash, Ramp, OpenAI and Anthropic have all been named among its design partners, and several of those would never build on a rail their competitor controlled outright.

Does Tempo have a token?

Tempo has no native gas token, and that is a design choice rather than a gap. Transaction fees are paid in any USD-denominated TIP-20 stablecoin, and a Fee AMM converts your token into whichever fee token the validator prefers, so nobody has to hold a separate volatile asset just to transact. This is the single most misunderstood thing about the chain, because a large share of the searches for a Tempo coin or a Tempo price are looking for something to buy. The useful framing for a business is the opposite one: the absence of a gas token is what makes the fee predictable. You pay for a transfer in the same currency you are transferring, your finance team does not have to run a treasury position in a token to keep the payments working, and a spike in some unrelated asset cannot change what your payment costs. If you have ever tried to explain to a controller why last month’s settlement costs moved 40 percent without any change in volume, you already understand why this matters.

What is TIP-20?

TIP-20 is Tempo’s native token standard for stablecoins and payment tokens, and it is the foundation for most of what makes the chain payments-shaped. Four parts are worth knowing. Transfers can carry a 32-byte memo for a payment reference, an invoice ID or a transaction note, which is the difference between a reconcilable payment and a line item somebody has to investigate. Each token declares an immutable currency field naming the reference asset one unit is designed to be worth, and only USD-denominated tokens qualify for fee payment and for trading on the built-in stablecoin DEX. Each token also declares a quoteToken used for pricing and for routing liquidity on that DEX, so a payment denominated in one stablecoin can settle to another without a separate bridge. And TIP-20 transactions are the ones eligible for the reserved payment lanes. If you are evaluating Tempo for a real workload, the memo field is the feature to test first, because reconciliation is where most stablecoin payment projects actually fail.

What is the Machine Payments Protocol?

The Machine Payments Protocol (MPP) is an open standard for machine-to-machine payments, co-authored by Tempo and Stripe, developed in the open and submitted to the IETF standards track. The protocol is free to implement with no licensing fee. It solves a specific and slightly absurd problem: when an agent needs a paid API today, it hits an onboarding flow designed for a human, with an account to create, a pricing page to read and a subscription tier to choose. MPP replaces that with an HTTP exchange. A server answers an unpaid request with HTTP 402 and a challenge describing what payment it will accept; the client returns a credential; the server returns a receipt along with the resource. Because the negotiation happens per request, an agent can pay for exactly the calls it makes with no contract, no seat and no minimum. MPP also ships the unglamorous production primitives natively: idempotency, expiration, request-body binding and tampering mitigations. And it supports sessions, which settle a run of requests off-chain as vouchers, giving sub-100ms latency and near-zero per-request cost before a single on-chain settlement closes the batch.

What is the difference between MPP and x402?

Both revive HTTP 402 Payment Required and both let a machine pay inline for a resource, so they get treated as competitors. The real difference is scope. x402, introduced by Coinbase, is blockchain-only: the payment is a stablecoin transfer, typically USDC on Base, and that is the whole payment method surface. MPP treats the payment method as an extension point, and ships production-ready support for Tempo stablecoin payments, cards, and Lightning, with a permissionless path for anyone to define a new method without asking an intermediary for approval. That is why MPP can serve a buyer whose finance team will never approve holding crypto: the same 402 handshake settles on a card. The second difference is operational maturity rather than ideology. Idempotency, expiry and request-body binding are the things you end up building yourself around x402, and they are in MPP’s base specification. Neither protocol is a spend control, which is the point of the section below.

Is Tempo live, and who validates it?

Mainnet went live in March 2026, following a public testnet that opened in December 2025. The first external validators arrived in April 2026: Stripe, Visa, and Zodia Custody by Standard Chartered. The important qualifier for anyone doing diligence is that the validator set is permissioned today, with a stated roadmap toward permissionless validation. That is a genuinely different trust model from a public chain, and whether it counts as a drawback depends entirely on who is asking. A crypto-native team will call a permissioned set a compromise. A bank’s risk committee will call it the reason the project is approvable at all, because a known set of regulated validators is something they can write a policy about. Be honest about which of those two rooms you are presenting in. On performance, Tempo publishes the roughly 0.6 second finality figure; the throughput numbers circulating in coverage are testnet benchmarks and architectural targets rather than measured mainnet sustained rates, so treat them accordingly.

Who is building on Tempo?

The most concrete adoption signal so far is Klarna, which launched KlarnaUSD, its first stablecoin, on Tempo during the testnet phase. Klarna serves roughly 114 million customers, so this is a real consumer payments company issuing a real instrument rather than a logo on a slide. Beyond that, DoorDash, Shopify and Kalshi have been cited around live or active implementations, and Tempo’s own site lists more than 40 organizations including Visa, Mastercard, Deutsche Bank, UBS, Revolut, Nubank, Brex, Kraken, OpenAI and Anthropic. One caveat worth applying to any of those lists: Tempo does not clarify which named organizations are validators, investors, design partners or integrators, and the categories are very different commitments. Treat a name on the partner wall as interest, not as production volume. The question to ask a vendor pitching you on Tempo is not who is listed, it is which of them has settled a payment you can point at.

How much does a Tempo transaction cost?

There is no published Tempo fee schedule, and anyone quoting you a precise per-transaction number is guessing. What is documented is the shape of the cost rather than its size: fees are denominated in USD stablecoins so they do not move with a token price, Tempo describes them as low and stable, and MPP sessions push the marginal cost of an individual request close to zero by settling a batch of off-chain vouchers once rather than touching the chain per call. For a useful comparison point on the same rails, Stripe publishes minimums on its agentic payment methods: 0.50 dollars for a card charge via a Shared Payment Token and 0.01 USDC for stablecoin settlement, which is the practical floor on what a single agent purchase can be worth today. If you are modeling economics for a high-volume machine workload, model the session pattern rather than the per-transaction one, because the entire design assumes you will batch.

What Tempo and MPP do not decide

This is the part that matters if your agents are the ones spending. Read the MPP specification and the Tempo documentation looking for a spending limit and you will not find one. There is no budget, no cumulative cap, no merchant allowlist, no velocity rule and no approval threshold anywhere in the protocol, and no statement about who is responsible for setting them. That is a correct decision at the protocol layer, in exactly the same way it was correct for ACP, AP2 and x402. A payment standard that tried to encode your finance policy would be worse at both jobs. It is still a hole at the program level, and MPP makes the hole wider than usual for one structural reason: sessions and per-request pricing are designed so that an agent can make thousands of tiny payments cheaply and without friction. Friction is what used to make runaway spend visible. Remove it, and the failure mode stops looking like one bad 40,000 dollar purchase and starts looking like four hundred thousand payments of a tenth of a cent to an endpoint nobody vetted, discovered when the settlement batch closes.

Where Tempo sits among the agent payment standards

These specifications get covered as a race and they are closer to a layer cake. Tempo is settlement: the chain the value actually moves on. MPP is negotiation: how a machine and a server agree a request needs paying and what will pay for it. ACP, maintained by OpenAI and Stripe, is checkout: how an agent completes a retail purchase with a merchant. AP2, donated to the FIDO Alliance in April 2026, is authorization: cryptographic proof that a human permitted a purchase within stated limits. x402 is a narrower settlement-plus-negotiation standard on public chains. Our breakdown of AP2 vs ACP vs x402 treats them the same way. A serious 2026 stack touches several, and the layer none of them occupies is policy: the decision about whether this agent, right now, should be allowed to spend this amount with this counterparty. That gap is why agentic payments programs keep discovering they bought a rail when what they needed was a rail and a brake.

Should you build on Tempo?

An honest read. Tempo is a strong fit if you are moving stablecoins at volume and reconciliation matters, because the memo field and the dedicated payment lanes address the two things that usually break those projects. It is a strong fit if you are metering machine or agent access to an API and want per-request pricing without seats and contracts, because that is precisely what MPP was written for. It is a weak fit if you need a permissionless trust model today, since the validator set is not open yet. It is a weak fit if your counterparties cannot hold or accept stablecoins at all, in which case the card path through Stripe’s agentic commerce stack gets you further with less novelty. And it is a premature bet if you are choosing a single rail to standardize on, because the standards question is genuinely unresolved and the cost of being wrong is an integration rewrite. The design that ages well is to stay rail-neutral above the settlement layer, so switching chains is a configuration change rather than a rebuild.

How Agentspay governs Tempo and MPP payments

Agentspay is the control plane, not the rail. It sits above whichever standard moves the money and answers the one question none of them answer: should this specific payment happen right now? Every agent gets its own funded wallet rather than shared access to a corporate credential. Each intended payment is checked against policy before any credential exists, covering the per-transaction ceiling, the cumulative budget over a window, the counterparty allowlist and the velocity rule that catches a loop. Anything above your threshold pauses for human approval instead of settling. What the agent receives is a scoped credential, whether that is a merchant-locked virtual card or a session bounded in advance, and every decision lands in an immutable audit trail naming the agent, its human owner, the intent and the policy that allowed it. Because the policy layer is rail-neutral, adopting Tempo for settlement and MPP for negotiation does not require betting your architecture on either one winning.

Whatever standard moves the money, Agentspay is the rail-neutral control plane that keeps it governed. See how it works and the control surfaces that enforce policy, approvals, and audit on every transaction.

At a glance

Tempo blockchain specifications

What is documented, and what is a target rather than a measured mainnet figure.

Property Tempo
Type Layer 1 blockchain purpose-built for stablecoin payments
Built by Incubated by Stripe and Paradigm
Mainnet Live since March 2026, public testnet from December 2025
Finality Roughly 0.6 seconds, no re-orgs
Gas token None. Fees paid in any USD-denominated TIP-20 stablecoin via a Fee AMM
Token standard TIP-20, with 32-byte transfer memos and a declared currency and quoteToken
Payment lanes Reserved blockspace that non-payment applications cannot consume
Validators Permissioned today. First external validators April 2026: Stripe, Visa, Zodia Custody by Standard Chartered
Machine payments Machine Payments Protocol, co-authored with Stripe, on the IETF standards track
Funding 500 million dollar Series A, October 2025, at a 5 billion dollar post-money valuation
Published fees None. No per-transaction fee schedule has been released

Layer by layer

Where Tempo and MPP sit against the other agent payment standards

These are not competitors. Each one owns a different layer, and none of them owns policy.

Standard Layer it owns Payment methods Enforces a spend limit?
Tempo Settlement. The chain value moves on. TIP-20 stablecoins No
MPP Negotiation. How a machine agrees to pay for a request. Stablecoins, cards, Lightning, custom No
x402 Negotiation and settlement on public chains. Stablecoins only No
ACP Checkout. How an agent buys from a merchant. Delegated payment tokens No
AP2 Authorization. Proof a human permitted a purchase. Rail-agnostic mandates Per mandate only, no running total

The gap

What the rail enforces and what you still have to

Every control on the right is a buy-side decision that lives above the settlement layer.

Control Tempo or MPP Who has to enforce it
Payment is authentic and not tampered with Yes, request-body binding and receipts Protocol
Payment cannot be replayed Yes, idempotency and expiration Protocol
Settlement is final and fast Yes, roughly 0.6 second finality Chain
This agent has a cumulative budget No You
This counterparty is on an allowlist No You
A human approves above a threshold No You
Velocity limits catch a retry loop No You
The spend is attributable to an agent and an owner Partly, via the 32-byte memo if you populate it You

Frequently asked

Questions people ask about the Tempo blockchain

What is the Tempo blockchain?

Tempo is a Layer 1 blockchain purpose-built for stablecoin payments, incubated by Stripe and Paradigm. It went live on mainnet in March 2026. Blocks finalize in roughly 0.6 seconds with no re-orgs, fees are paid in stablecoins rather than a native gas token, and payment transactions get reserved blockspace that other applications cannot consume.

Is Tempo built by Stripe?

Tempo was incubated by Stripe together with Paradigm, and it is positioned as neutral infrastructure rather than a Stripe product. Stripe is one of its first external validators. The distinction is commercial as much as technical: Visa, Mastercard and several banks are named partners, and those firms would be unlikely to settle on a rail a direct competitor controlled outright.

Does Tempo have a native token or coin?

No. Tempo has no native gas token. Transaction fees are paid in any USD-denominated TIP-20 stablecoin, and a Fee AMM converts your token into whichever fee token the validator prefers. This is deliberate: it keeps the cost of a payment denominated in dollars, so it does not move with an unrelated asset price.

When did the Tempo mainnet launch?

Tempo mainnet went live in March 2026, after a public testnet that opened in December 2025. The first external validators, Stripe, Visa and Zodia Custody by Standard Chartered, came online in April 2026. The validator set is permissioned today, with a stated roadmap toward permissionless validation.

What is TIP-20?

TIP-20 is Tempo’s native token standard for stablecoins and payment tokens. Transfers can carry a 32-byte memo for an invoice ID or payment reference, each token declares an immutable currency field and a quoteToken used for DEX routing, and only USD-denominated TIP-20 tokens can be used to pay transaction fees.

What is the Machine Payments Protocol?

MPP is an open standard for machine-to-machine payments co-authored by Tempo and Stripe and submitted to the IETF standards track. It uses HTTP 402 and a challenge, credential and receipt exchange so a script or an AI agent can pay for a single API request without an account or a subscription. It is free to implement.

What is the difference between MPP and x402?

Both use HTTP 402 to signal that a request needs paying. x402 is blockchain-only and settles in stablecoins. MPP treats the payment method as an extension point and ships support for stablecoins, cards and Lightning, plus idempotency, expiration and request-body binding in the base specification. MPP also supports sessions that settle off-chain vouchers for sub-100ms latency.

How much does a Tempo transaction cost?

Tempo has not published a per-transaction fee schedule. What is documented is that fees are denominated in USD stablecoins so they stay predictable, and that MPP sessions settle a batch of off-chain vouchers once rather than touching the chain per request, which pushes the marginal cost of an individual call close to zero. Treat any specific figure you see quoted as an estimate.

Who is using Tempo?

Klarna launched KlarnaUSD, its first stablecoin, on Tempo during the testnet phase. DoorDash, Shopify and Kalshi have been cited around live or active implementations, and Tempo lists more than 40 named organizations including Visa, Mastercard, Deutsche Bank, Revolut, Nubank, OpenAI and Anthropic. Tempo does not clarify which are validators, investors or integrators, so read the list as interest rather than volume.

Does Tempo or MPP stop an AI agent from overspending?

No. Neither the Tempo documentation nor the MPP specification defines a budget, a cumulative cap, a merchant allowlist, a velocity rule or an approval threshold. Those are buy-side controls that sit above the rail. MPP arguably makes the problem sharper, because per-request pricing and sessions are designed to remove exactly the friction that used to make runaway agent spend visible.

Should we standardize on Tempo for agent payments?

Not yet, if standardizing means committing to one rail. The agent payments standards question is unresolved and the cost of picking wrong is an integration rewrite. The safer design is to adopt Tempo where it fits, high-volume stablecoin settlement and metered machine access, and keep your policy and approval layer rail-neutral so a change of settlement layer is configuration rather than a rebuild.

Keep reading

More explainers

ServiceNow AI Control Tower

ServiceNow AI Control Tower

ServiceNow AI Control Tower is the most complete agent inventory and risk console a large US enterprise can buy, and it now reaches across AWS, Google Cloud and Azure. We read the schema ServiceNow ships to developers to answer the one question the rollout meeting always ends on: can it stop an agent from spending money? It cannot, and the reason is written into the data model.

Read

Gemini Enterprise

Gemini Enterprise

Google did something in August 2026 that the other agent platforms have not done: it shipped a hard monthly spend cap that genuinely stops usage instead of emailing you about it. That deserves credit, and it also moves the interesting question one step along. A cap that stops something is only as useful as the thing it is scoped to, so we went and measured what Google can actually point that cap at, in the API model Google publishes for anyone to read.

Read

Salesforce Agentforce

Salesforce Agentforce

Agentforce is the largest agent platform any US enterprise is likely to already own, and it moved to consumption billing, which means the meter now runs on what your agents do rather than on how many seats you bought. That raises a finance question the rollout deck rarely answers: when an Agentforce agent is loose in production, what actually stops it spending. We went and measured the answer in Salesforce own published object model rather than guessing at it.

Read

AWS AgentCore

AWS AgentCore

Amazon shipped the missing piece in August 2026. Bedrock AgentCore Payments went generally available, and it is a real payments product: an agent can now hold a wallet, meet an HTTP 402, pay, and carry on reasoning without a human in the loop. So the question a platform lead has to answer stopped being whether AWS gives agents money and became a narrower, more awkward one: how much of a spend policy did AWS actually ship? We went and measured it, property by property, in the API model AWS publishes.

Read

Microsoft Agent 365

Microsoft Agent 365

Microsoft shipped a control plane for AI agents, and it is a good one. It gives every agent an identity, a registry entry, an owner, a sponsor and a Conditional Access policy. Then somebody in finance asks the obvious follow-up question: fine, but what stops the agent from spending money? This page answers what Agent 365 costs, what it governs, and what we measured when we went looking for a dollar amount anywhere in Microsoft's agent governance surface.

Read

QuickBooks MCP Server

QuickBooks MCP server

Connecting an accounting system to an AI assistant is now a ten minute job. Deciding what that assistant is allowed to do once it is connected is the part nobody writes about, and it is the part your controller will ask about first. This page compares what the official QuickBooks, NetSuite and Xero MCP servers actually hand a model, measured rather than summarized from marketing pages.

Read

Payment MCP Servers

payment MCP servers

Every large payment company shipped an MCP server in the last eighteen months, and almost every write-up of them is a setup tutorial. The setup is the easy part. The question worth answering before you connect one to a production account is narrower and much less comfortable: what, exactly, can the model on the other end of that connection do to your money?

Read

PayPal Agentic Commerce

PayPal Agentic Commerce

PayPal made a bet that most merchants would rather not implement a commerce protocol at all. Where Stripe and OpenAI shipped a spec for you to build against, PayPal shipped two products that sit on top of the checkout you already have, and then bought a company to make the catalog half work. That choice is the whole story: it explains why Agent Ready needs almost no engineering from you, why there is nothing for an agent to discover about your store on the open web, and why the thing PayPal will not do for you is the thing that gets expensive later.

Read

Shopify Agentic Commerce

Shopify Agentic Commerce

Shopify switched agentic commerce on by default, so your store is probably already selling to AI assistants whether or not anyone on your team configured it. Instead of restating the announcement, we checked something you can check too: on September 2, 2026 we requested the machine-readable capability file that Shopify publishes for real storefronts, on fourteen well-known US brand domains, and read what it exposes to an agent. Eleven answered correctly. The three that did not share one trait, and it is quietly costing them agent traffic.

Read

Web Bot Auth

Web Bot Auth

Web Bot Auth is the reason your agent either gets served or gets throttled with the scrapers. Almost everything written about it repeats the same architecture diagram, so we did something different: on September 1, 2026 we fetched the published key directories of more than twenty major AI operators and infrastructure vendors to see who is genuinely signing their traffic. Four were. The results are in the first table.

Read

AI Agent Governance

AI agent governance

Every agentic AI governance framework published so far governs the same four things: identity, tools, data and prompts. Not one of them carries a budget. Here is what the real frameworks say, which guardrails actually bind at runtime, and what to do about the last mile none of them reach.

Read

A2A Protocol

A2A Protocol

Most explanations of the A2A protocol stop at the sentence that agents can now talk to each other. That was true in April 2025 and it is no longer the interesting part. A2A shipped version 1.0 in April 2026 under Linux Foundation governance, it runs in production inside Azure AI Foundry and Amazon Bedrock AgentCore, and the questions engineers actually get stuck on are narrower: what an Agent Card commits you to, when to reach for MCP instead, and what happens the first time one of your agents has to pay another one for the work. That last question has a specific answer, and it is not in the core spec.

Read

Mastercard Agent Pay

Mastercard Agent Pay

Nearly every article about Mastercard Agent Pay is a retelling of one press release from April 2025, the one where Mastercard said AI agents would be able to shop with Agentic Tokens and named Microsoft as the first platform. That was sixteen months ago, and four more things have shipped since. Reading only the launch coverage leaves you with roughly a quarter of the picture, and the missing three quarters are the parts that decide whether you can actually put this into production.

Read

Visa Intelligent Commerce

Visa Intelligent Commerce

Almost everything written about Visa Intelligent Commerce is a retelling of the April 2025 announcement, when Visa said AI agents would be able to pay with a Visa credential. Three more things have shipped since, including an open agent-identity protocol built with Cloudflare that most coverage does not mention at all. This page is the current version, checked against Visa’s own developer documentation and newsroom in August 2026.

Read

Stripe agentic commerce

Stripe agentic commerce

Most writing about Stripe and agentic commerce is still a retelling of the September 2025 launch week, when Stripe and OpenAI shipped Instant Checkout and published the Agentic Commerce Protocol together. Stripe has built a good deal more since then, and some of it points in a direction the launch coverage never anticipated. This page is the current version, checked against Stripe’s own documentation in August 2026.

Read

ChatGPT Instant Checkout

ChatGPT Instant Checkout

Almost every guide to ChatGPT Instant Checkout still reads like it was written the week it launched, walking merchants through how to apply and what the fee will be. OpenAI changed course in March 2026. Here is the accurate version: what Instant Checkout was, what the numbers actually looked like, what replaced it, and which parts of the stack are still very much alive.

Read

Google AP2

Google AP2

Most guides to Google AP2 still describe an Intent Mandate and a Cart Mandate, because most of them are rewrites of the September 2025 launch post. The specification moved. Here is what the Agent Payments Protocol actually defines today, and the one question it deliberately does not answer.

Read

Human in the loop AI

Human in the Loop AI

Every guide to human in the loop AI describes the same shape: the agent pauses, a person decides, the agent continues. The shape is right. What almost none of them ask is a harder question, which is where the pause is enforced, because a pause written into the agent's own code is a pause the agent is trusted to honor.

Read

AI agent cost

AI Agent Cost

Every cost guide for AI agents answers the same two questions: what does it cost to build, and what does it cost to run. Both are answerable, and both are on somebody's invoice. The third question is the one that ends up in a variance report, because the agent also spends your money, and nobody sends you a bill for that.

Read

Agentic checkout

Agentic Checkout

Nearly every guide to agentic checkout is written for the merchant who wants to receive these orders. Far fewer are written for the company whose agents are placing them, which is odd, because agentic checkout quietly removes the one screen where spending used to get a second look.

Read

API monetization

API Monetization

Most guides to API monetization argue about which pricing model wins. The harder question in 2026 is who is calling. An API priced for a signed-up developer with a key behaves very differently when the caller is an agent that showed up once, wants one record, and has no account.

Read

x402 protocol

x402 Protocol

x402 took the one HTTP status code the web never used and turned it into a payment rail machines can drive. The protocol is elegant and genuinely small. The part it deliberately leaves to you is the budget.

Read

AI procurement agents

AI Procurement Agents

Every major procurement suite shipped agents during 2026. Almost none of them answer the question your controller will ask first, which is what happens when the agent is wrong about a purchase and the money has already moved.

Read

Agentic payments

Agentic Payments

Agentic payments move money with no human at the checkout. The rails to do it all shipped during 2026. The part most teams have not solved is deciding, before the money moves, whether the agent was allowed to spend it.

Read

AI agent monetization

AI Agent Monetization

Every AI agent company is rewriting its price list. The models that survive are metered. The ones that quietly fail are the ones where nobody measured what a single task costs to serve.

Read

Agent payment platforms

AI Agent Payment Platforms

Five different kinds of product now call themselves an AI agent payment platform, and they solve five different problems. Picking the wrong category is the expensive mistake, not picking the wrong vendor inside a category.

Read

Universal Commerce Protocol

the Universal Commerce Protocol (UCP)

Google and Shopify shipped UCP as an open standard so an AI agent can check out at any merchant that supports it. Here is what the specification actually defines, where it is live for US buyers, and the one thing it deliberately leaves to you.

Read

MCP Payments

MCP Payments

MCP payments are how an AI agent discovers a payment tool and calls it to move money. The catch: the Model Context Protocol carries the tool call, not the spending decision, so nothing in the stack asks whether the purchase should have happened.

Read

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce vs Mastercard Agent Pay

Visa Intelligent Commerce and Mastercard Agent Pay are the two big card networks racing to let AI agents pay. They take different routes to the same idea, and neither one decides whether a given purchase should have happened.

Read

Agentic Commerce Protocol

the Agentic Commerce Protocol

ACP is the open standard behind agentic checkout in ChatGPT. It tells a merchant how to sell to an AI agent. It says nothing about whether your agent should have made the purchase.

Read

AP2 vs ACP vs x402

AP2 vs ACP vs x402

AP2, ACP, and x402 are the three standards shaping how AI agents pay. They solve different layers of the problem, and most real systems will touch more than one.

Read

Machine payments protocol

Machine payments protocol

As software starts paying software, machine payments protocols define how value moves without a human at the keyboard. The harder question is how to keep that spending governed.

Read

Know Your Agent (KYA)

Know Your Agent

KYA, or Know Your Agent, extends the idea of customer due diligence to autonomous software. When an agent spends, you need to know which agent, on whose authority, and under what limits.

Read

Keep agent spending governed

Add policy, hard limits, human approval, and an immutable audit trail across any protocol or rail. Start in the sandbox today.

Never moves money without policy