Charts
DataOn-chain
VIP
Market Cap
API
Rankings
CoinOSNew
CoinClaw🦞
Language
  • 简体中文
  • 繁体中文
  • English
Leader in global market data applications, committed to providing valuable information more efficiently.

Features

  • Real-time Data
  • Special Features
  • AI Grid

Services

  • News
  • Open Data(API)
  • Institutional Services

Downloads

  • Desktop
  • Android
  • iOS

Contact Us

  • Chat Room
  • Business Email
  • Official Email
  • Official Verification

Join Community

  • Telegram
  • Twitter
  • Discord

© Copyright 2013-2026. All rights reserved.

简体繁體English
|Legacy

A detailed explanation of the Tempo chain and MPP machine payment protocol.

CN
Odaily星球日报
Follow
3 hours ago
AI summarizes in 5 seconds.

1. Five Major Payment Needs of the AI Agent Economy

The global payment system is undergoing structural reconstruction. The explosive growth of stablecoin and the rise of the AI agent economy have jointly created an urgent demand for next-generation payment infrastructure.

Autonomous AI Agents exhibit essential differences in their payment behaviors when executing autonomous tasks compared to traditional human payments. The following five core needs form the basic requirements of the AI agent economy for payment infrastructure:

The traditional SWIFT payment network and universal blockchain struggle to fully meet the aforementioned payment needs of the AI agent economy, thus, Tempo has emerged.

2. Tempo: A Blockchain Built for the AI Era

As a payment-native blockchain launched by Commonware, Tempo achieves sub-second finality with Simplex BFT pipelined consensus, ensures payment priority through dedicated block space and stablecoin native gas mechanisms, and provides end-to-end, human-free payment capability for AI agents through the MPP protocol.

3. Tempo Blockchain Technology Architecture

3.1 Overall Architecture Overview

Tempo adopts a dedicated Layer-1 architecture, designed with the philosophy of "payment first" – every technical decision on the chain aims to optimize payment scenarios rather than general-purpose design for smart contract platforms.

3.2 Simplex BFT Pipelined Consensus

Tempo's consensus layer is based on the Simplex BFT protocol (ePrint 2023/463). This protocol, through pipelined design, brings the confirmation delay of each round down to a single network round trip time (1Δ).

Three-Phase Consensus Process

A single round of consensus in Simplex BFT consists of three sequential phases:

Comparison of Timing: Traditional BFT vs Simplex Pipelined

The following diagram shows the latency differences between traditional three-phase BFT and Simplex pipelined. The vertical axis represents the consensus round, while the horizontal axis represents the network time step (Δ).

Key to Performance Improvement: In the pipelined mode, the Propose phase of B₂ overlaps with the Vote phase of B₁. Each round only needs to wait for 1Δ to propose the next block, whereas traditional BFT requires a complete 3Δ for serial waiting each round.

View-Change Optimization

View-Change is triggered in two cases: (1) the current leader fails to broadcast a valid proposal within the stipulated timeout; (2) nodes detect abnormal leader behavior (such as repeated proposals or invalid message formats).

3.3 BLS Aggregated Signatures

Using the BLS (Boneh-Lynn-Shacham) scheme, signatures from N validators are aggregated into a single signature, requiring only two elliptic curve pairing operations for verification, significantly reducing bandwidth and computational overhead. This is particularly important for high-frequency micropayment scenarios, effectively lowering the computational and bandwidth costs per transaction.

BLS Signature Principle

Visualization of Aggregated Signature Process

3.4 Parallel Transaction Execution Mechanism

Tempo's parallel transaction execution capability derives from two officially documented technical designs:

1. EIP-2718 Custom Transaction Type (Transaction Type 0x76)

Tempo defines the Crypto-Native Transaction format, extending three types of native capabilities on top of standard EVM transactions:

  • Batch Execution: Atomically execute multiple instructions within a single transaction
  • Scheduled Execution: Specify future blocks to trigger execution
  • Parallel Execution: Declare no state dependency, allowing concurrent processing with other transactions

2. Expiring Nonce System

The traditional EVM's strictly increasing Nonce forces all transactions of the same account to be executed serially. Tempo changes Nonce to "valid block range," only requiring the Nonce to be unique within the validity period, allowing multiple independent transactions from the same account to be submitted and executed concurrently, eliminating account-level serial bottlenecks.

3. Dedicated Payment Lanes

Payment Lanes are the block space specially reserved at the protocol level for TIP-20 payment transactions. Unlike Ethereum, where all transactions compete for the same gas pool, Tempo splits the block gas budget into multiple independent channels, allowing payment transactions to be free from interference from "noisy neighbors" such as DeFi operations, NFT minting, or high-frequency contract calls.

Block Gas Partition Structure

Tempo's block header carries independent gas limit fields, dividing the total gas budget of 500M into three non-interfering areas:

3.5 Native Design for Stablecoins

Tempo treats stablecoins as first-class citizens in its protocol, redesigning the entire chain with stablecoins at its core, from gas fees, on-chain exchanges to token standards.

4. Machine Payments Protocol (MPP)

4.1 Protocol Positioning and Core Concept

MPP (Machine Payments Protocol) is an open payment standard jointly designed by Stripe and Tempo, referred to in the industry as "the OAuth of payments." Its core goal is to provide standardized, human-free payment capabilities for autonomous AI agents.

4.2 Complete Interaction Process of MPP

JWT Payload Structure

4.3 Session Mechanism

The session mechanism is one of the core innovations of the MPP protocol, addressing the efficiency of payments when AI agents consume resources continuously for long durations:

This design allows for long-duration task executions without triggering on-chain confirmations for every interaction, significantly improving payment efficiency.

4.4 Cross-Rail Payment Routing

The core design of MPP is to completely decouple the protocol from payment rails. The core layer only defines the HTTP challenge-response process, error handling, and security model, and does not bind to any specific payment network. Thus, adding new payment methods only requires registering method identifiers and publishing corresponding schemas and verification logics without altering the protocol itself. During payments, the agent does not need to concern itself with the underlying rails, as the server declares acceptable methods in the 402 response, and the client matches as needed. This is the crucial distinction that differentiates MPP from single-chain or single-network solutions.

Supported Payment Rails by MPP

5. Application Scenario Analysis

Scenario 1: Cross-Border Business Payments

Traditional cross-border payments typically require several steps through the paying bank, the SWIFT message network, intermediary banks, and the receiving bank, often taking 3 to 5 working days, with fees usually between 0.5% and 3%, and do not support real-time processing on weekends and holidays.

In contrast, Tempo seeks to provide an alternative path: if both parties involved in the payment and receipt use stablecoins for settlement, according to the current test network design goals, a cross-border payment from USDC to USDC could theoretically be completed in about 0.5 seconds, with a single transaction fee of about 0.001 USD.

Scenario 2: 24/7 Clearing of Tokenized Deposits

Tokenized deposits refer to digital financial assets representing bank deposit rights on the blockchain. This type of asset faces a practical obstacle: the Federal Reserve's Fedwire has fixed business hours, unable to process clearing outside working days or at night.

However, blockchain inherently supports 24/7 operation throughout the year, and Tempo's built-in exchange module can support protocol-level conversions between different tokenized deposits, making around-the-clock clearing possible.

Scenario 3: High-Frequency Micro Payments

Credit card processing fees typically consist of a fixed fee of about 0.2 USD per transaction, plus a percentage fee of 1.5% to 3%, making transactions below 1 USD commercially unfeasible—this is the fundamental reason for the long-standing void in the "micro payment" market. Tempo's fee design target of about 0.001 USD per transaction now makes the following scenarios commercially viable for the first time:

Scenario 4: Autonomous Payments by AI Agents

As AI agents are increasingly used to execute complex business tasks (such as booking resources, procuring materials, calling external services), these agents generate real payment needs. Tempo's EVM-compatible architecture and dedicated payment interface enable agents to trigger payments autonomously through smart contracts, without human approval for every transaction.

6. Competitive Landscape Analysis

From 2025 to 2026, the payment-specific chain sector will experience an intense influx. This chapter provides a horizontal comparison of three types of competitors from a technology architecture perspective.

6.1 Payment-Specific Chains: Tempo vs Circle Arc vs Stable

All three chains are payment-specific L1 but have significant differences in their underlying technological routes. Below, we break down their respective technical choices from three dimensions: consensus engine, fee mechanism, and core architectural innovation.

Competitive Positioning Matrix

All three chains show high similarity in performance indicators, with the true distinctions lying in target customers, stablecoin binding strategies, core bets, and known risks.

6.2 Comparison with General-purpose Blockchains: Ethereum L2 vs Solana

Ethereum L2 and Solana are the two general-purpose chains currently widely used in payment scenarios, with core differences from payment-specific chains manifested across several dimensions:

7. Conclusion

The value proposition of payment-specific chains has never been about whether they are "faster than Ethereum" or "cheaper than Solana," but whether they can internalize the semantic meaning of payments as design constraints of the protocol itself.

The core assessment of Tempo and MPP is: general-purpose blockchains do not lack functionality when handling payment scenarios, but rather they suffer from a misalignment in abstraction level—treating "asset transfer" as the entirety of payment while overlooking the authorization, session, routing, and reconciliation processes that have long been deeply engineered in traditional finance.

The AI agent economy injects a new sense of urgency into this track. As software agents begin to replace humans in economic activities such as procurement, subscriptions, and service calls, the authorization model of traditional payment systems—based on real-name verification and manual confirmation of human subjects—will face systemic structural mismatch. The MPP protocol seeks to solve this "agent sovereignty" issue: who is eligible to initiate payments, within what scope, for how long, and how can it be revoked. This logic is highly analogous to OAuth’s resolution of API authorization.

However, it must be pointed out that the large-scale realization of autonomous payments by AI agents hinges on clarifying the legal status of agent identities, responsibility attribution, and anti-money laundering compliance pathways. The challenges facing Tempo are structural, not merely execution-level. Firstly, regulatory uncertainty remains a core variable: the native design of stablecoins means Tempo must engage directly with local currency regulatory authorities, rather than hiding behind narratives of "neutral infrastructure"; secondly, the tension of EVM compatibility has yet to be resolved—abandoning EVM can yield a cleaner design space, but also implies relinquishing the inertia and toolchain support accumulated over years in the Ethereum ecosystem; thirdly, the collaboration with Stripe grants the MPP protocol a rare commercial endorsement, but this strong dependency likewise introduces vulnerabilities, as there exists an inherent tension between the protocol’s openness and the interests of commercial partners requiring long-term observation.

For industry practitioners, what Tempo/MPP is most worthy of study may not be whether it can ultimately become the "winner of the payment public chain," but rather the question it raises: as on-chain payment infrastructure enters the era of specialization, how should the competitiveness of protocol design truly be assessed? Beyond performance benchmarks, the accuracy of expressing payment semantics, compliance pluggability, and agent authorization models may represent the true dividing lines for the next generation of payment infrastructure.

References

  1. Tempo Official Website: https://tempo.xyz
  2. Tempo Mainnet Launch Blog: https://tempo.xyz/blog/mainnet/
  3. MPP Protocol Technical Specification: https://docs.tempo.xyz/mpp
  4. Fortune: Stripe-backed Tempo releases AI payments protocol (2026.03.18)
  5. The Block: Tempo Mainnet goes live with Machine Payments Protocol for agents
  6. Privy Blog: Building on Privy with Tempo's Machine Payments Protocol (MPP)
  7. Medium (jrodthoughts): The Architecture of Autonomous Wealth — Inside Tempo's MPP
  8. McKinsey & Artemis Analytics: 2025 Stablecoins in Payments Report
  9. CoinGecko Stablecoins Market Data
  10. DeFiLlama On-chain Stablecoins Data

免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。

复活节狂欢,瓜分1万USDT!
广告
|
|
APP
Windows
Mac
Share To

X

Telegram

Facebook

Reddit

CopyLink

|
|
APP
Windows
Mac
Share To

X

Telegram

Facebook

Reddit

CopyLink

Selected Articles by Odaily星球日报

4 hours ago
You may encounter high-net-worth clients who could be "mercenaries" for North Korean hackers.
5 hours ago
Oil prices surge, interest rates hard to lower, seven sisters idle: What main lines should we focus on for excess returns in Q2 of the US stock market?
5 hours ago
The X402 has been elevated to a pedestal by giants, yet its token has decreased by ninety percent.
View More

Table of Contents

|
|
APP
Windows
Mac
Share To

X

Telegram

Facebook

Reddit

CopyLink

Related Articles

avatar
avatarOdaily星球日报
4 hours ago
You may encounter high-net-worth clients who could be "mercenaries" for North Korean hackers.
avatar
avatarOdaily星球日报
5 hours ago
Oil prices surge, interest rates hard to lower, seven sisters idle: What main lines should we focus on for excess returns in Q2 of the US stock market?
avatar
avatarOdaily星球日报
5 hours ago
The X402 has been elevated to a pedestal by giants, yet its token has decreased by ninety percent.
avatar
avatarOdaily星球日报
5 hours ago
Market Indicator: Metaplanet fiercely invested 405 million dollars to acquire BTC, Bitmine's ETH staking scale surpassed 7 billion dollars (April 7).
APP
Windows
Mac

X

Telegram

Facebook

Reddit

CopyLink