AI agents can write code, book flights, and analyze legal contracts. But ask one to pay for a $0.002 API call, and it falls apart. That gap — between what agents can do and what they can spend — is exactly what Tempo’s Machine Payments Protocol (MPP) is designed to close.
On March 18, 2026, Tempo officially launched its mainnet and simultaneously released MPP, an open-source payment standard co-authored with Stripe. The announcement landed with a Fortune exclusive and immediate pickup from CoinDesk, The Block, and a dozen crypto outlets. Within two hours, llm-stats.com had already cataloged it.
The pitch: give AI agents the ability to authorize, execute, and settle payments autonomously — across both fiat and crypto rails — without a human clicking “approve” on every transaction. Visa helped write the spec. Anthropic, OpenAI, and Shopify are among the 100+ services already listed in the payments directory.
This is not a whitepaper. The chain is live, the protocol is open-source, and the first transactions are flowing.
Who Built This and Why It Matters
Tempo is a standalone company incubated by two heavyweights: Stripe (the $90 billion payments giant) and Paradigm (the crypto VC firm managing $12.7 billion in assets). The CEO is Matt Huang, Paradigm’s co-founder and former Sequoia partner — the same investor behind Uniswap and Fireblocks.
The company raised $500 million at a $5 billion valuation in 2025, with backing from Joshua Kushner’s Thrive Capital and Grenoaks. The team currently consists of about 15 full-time employees, which is small for a project at this valuation — but the tight headcount is intentional. Huang described the approach in Fortune: “Agentic payments is very early, and we still are figuring out the best way to structure these. So our team just came up with what we thought was the most elegant, minimal, efficient protocol that anyone can extend without our permission.”
That last phrase — “without our permission” — is key. MPP is open-source and rail-agnostic. It’s not locked to Tempo’s blockchain, and it’s not locked to Stripe’s payment stack. Anyone can implement it.
How MPP Actually Works: Sessions, Not Signatures
The core technical innovation in MPP is the “sessions” primitive. Think of it as OAuth for money.
Here’s the problem MPP solves: traditional payment systems require explicit authorization for every transaction. A human has to approve each charge. That works fine when you’re buying something on Amazon, but it completely breaks down when an AI agent needs to make hundreds of micropayments per minute — calling APIs, purchasing compute, fetching data.
MPP sessions let an agent (or its operator) authorize a spending limit upfront. Once a session is active, the agent can stream micropayments continuously within those limits. Thousands of small transactions get aggregated into a single settlement transaction on-chain. No per-transaction approval. No human in the loop for each $0.001 API call.
The protocol supports multiple payment methods through extensions:
- Stablecoins (USDC, USDT) — native on the Tempo chain
- Credit and debit cards — Visa developed the card payment specifications, with Cuy Sheffield (Visa’s crypto head) noting it provides “a very clear, defined protocol around how an agent communicates with merchants”
- Bitcoin Lightning — via Lightspark’s extension
- Stripe cards and wallets — through Stripe’s own extension
Gas fees on Tempo can be paid directly in stablecoins — no need to hold a native token. Transaction costs sit at roughly one-tenth of a cent, designed for high-volume, low-margin payment corridors.
Under the Hood: Tempo’s Blockchain
Tempo is a Layer 1 blockchain, not built on top of Ethereum, but EVM-compatible. Developers can deploy existing Solidity contracts with minimal or no modification using standard tools like Foundry and Hardhat.
Key performance specs:
- Throughput: 20,000 TPS on testnet, with architecture targeting 100,000+ TPS at scale
- Finality: sub-second (~0.5 seconds per block) via Simplex Consensus through Commonware
- Built on: Reth SDK, the most performant EVM execution client
The chain went through a public testnet phase starting December 2025, with early testing partners including Mastercard, UBS, Klarna, and Visa. The mainnet launched March 18, 2026 with public RPC endpoints, a wallet interface, block explorer, and full documentation.
The design philosophy is payments-first. Unlike general-purpose blockchains that try to be everything — DeFi platform, NFT marketplace, smart contract playground — Tempo is laser-focused on moving money fast and cheap. The built-in stablecoin DEX handles automatic conversions between different stablecoins without routing through external protocols.
The Three-Way Race: MPP vs. x402 vs. AP2
Tempo’s MPP is entering a market that’s already heating up. Two other major protocols are competing for the same territory:
Coinbase’s x402 leverages the HTTP 402 “Payment Required” status code — a response code reserved since the early internet days but never standardized. x402 has real traction: 50 million+ total transactions processed, and by October 2025 it was handling 500,000 weekly transactions across Base, Solana, and BNB Chain. Transaction time runs about 2 seconds.
Google’s AP2 (Agent Payments Protocol) launched in September 2025 with 60+ partners including Mastercard and PayPal. AP2 uses cryptographically-signed “Mandates” — digital contracts that define what an agent is authorized to spend.
The fundamental philosophical split: who holds the wallet?
- x402 lets the agent itself hold funds and pay autonomously
- AP2 keeps the human in control — the agent acts on behalf of the user through mandates
- MPP takes a middle path with sessions — the operator sets limits, the agent operates freely within them
Each approach reflects its creator’s DNA. Coinbase builds for crypto-native users comfortable with agent autonomy. Google builds for enterprise compliance where human oversight is non-negotiable. Stripe and Tempo build for developers who want flexibility across both worlds.
The real question isn’t which protocol “wins” — it’s whether the market fragments into incompatible standards or converges. MPP being rail-agnostic and open-source is a deliberate play to become the coordination layer that other systems plug into, rather than a walled garden.
The Partner Network Tells the Story
The design partner list reads like a who’s-who of companies that would actually need machine-to-machine payments:
- AI model providers: Anthropic, OpenAI
- E-commerce: Shopify, DoorDash, Coupang
- Financial services: Visa, Mastercard, Standard Chartered, Nubank, Ramp, Revolut
- Infrastructure: Alchemy, Dune Analytics
The payments directory already lists 100+ integrated service providers spanning model providers, developer infrastructure, compute platforms, and data services. For developers, this means an AI agent can discover available services, negotiate pricing, and pay — all through a single protocol.
What’s notable is the mix of traditional finance and crypto-native companies. Standard Chartered and Nubank sitting alongside Alchemy and Dune Analytics suggests Tempo is positioning MPP not as a crypto product or a fintech product, but as infrastructure that bridges both.
What This Means for Developers and Businesses
The practical impact depends on what you’re building:
If you run an API or service: MPP offers a way to monetize at the granularity that AI agents actually consume — per-call, per-token, per-query — without the overhead of traditional subscription billing. The sessions primitive handles the aggregation.
If you’re building AI agents: the payments directory gives your agent access to 100+ services without integrating each one separately. One protocol, multiple payment methods, automated settlement.
If you’re in fintech: Visa’s involvement in writing the card payment specs means this isn’t just a crypto experiment. The traditional payment rails are being extended to work with autonomous agents, which opens up new transaction volumes that don’t currently exist.
The broader signal: the “machine economy” — where software pays software — is moving from theoretical to operational. Stripe, the company that made it easy for developers to accept human payments, is now making the same bet on machine payments. And they brought $500 million and the backing of Visa to do it.
Frequently Asked Questions
Is Tempo Machine Payments Protocol free to use?
MPP is open-source and free to implement. Transaction costs on the Tempo blockchain are approximately one-tenth of a cent per transaction, with gas fees payable in stablecoins like USDC or USDT. There’s no requirement to hold a native token. Stripe’s standard processing fees would apply if you route payments through Stripe’s card/wallet extensions.
How does MPP compare to Coinbase x402 and Google AP2?
The three protocols differ primarily in their trust model. x402 gives agents full wallet autonomy and has the most traction with 50M+ transactions processed. Google AP2 keeps humans in control through signed mandates and has 60+ enterprise partners. MPP uses a sessions-based approach where operators set spending limits and agents operate freely within them, supporting both crypto and traditional card payments through Visa’s extension.
What AI services are available through the MPP payments directory?
The directory lists 100+ integrated services at launch, including Anthropic, OpenAI, Shopify, Alchemy, Dune Analytics, and various compute and data providers. Visa, Stripe, and Lightspark provide payment method extensions for cards, wallets, and Bitcoin Lightning respectively.
Do I need to use the Tempo blockchain to use MPP?
No. MPP is designed to be rail-agnostic and extensible. While it launches on the Tempo blockchain, the protocol is an open standard that can be implemented on other chains and payment systems. The intent is for MPP to function as a coordination layer, not a proprietary lock-in.
Who is behind Tempo?
Tempo is a standalone company incubated by Stripe and Paradigm. Its CEO is Matt Huang, Paradigm’s co-founder and a former Sequoia partner. The company raised $500 million at a $5 billion valuation in 2025 from investors including Thrive Capital and Grenoaks. The current team is approximately 15 people.
You Might Also Like
- Cloudrouter Gives Your ai Coding Agent its own Cloud Machine and Thats a big Deal
- Agent Action Protocol aap the Missing Layer Above mcp That Actually Makes Agents Production Ready
- Openai Just Acquired Promptfoo the 86m ai Security Startup Used by 25 of Fortune 500
- 13b Into Openai yet Microsoft Copilot Cowork Runs on Anthropic Claude
- Agent Builder by Thesys When ai Agents Stop Talking and Start Showing

Leave a comment