How Does Tempo Work?

L1|Risk C|6 mechanisms|5 interactions

Tempo is a new Layer 1 blockchain purpose-built for stablecoin payments, incubated by Stripe and Paradigm. It can process 100,000+ transactions per second with sub-second finality and allows gas fees to be paid in USDC or USDT. Backed by $500 million at a $5 billion valuation, with major design partners including Visa, Mastercard, UBS, Deutsche Bank, and Klarna. As of early 2026, Tempo is on public testnet only — mainnet has not yet launched. There is no confirmed native token. The project's close connection to Stripe raises regulatory and censorship questions: protocol-level blocklists allow regulated businesses to freeze specific accounts, a feature that critics compare to the failed Facebook Libra project.

TVL

Sector

L1

Risk Grade

C

Value Grade

C

Core Mechanisms

Consensus/BFT

Novel

Simplex Consensus via Commonware — a Byzantine Fault Tolerant consensus engine providing sub-second finality (~0.5s block times) with deterministic block production and graceful degradation under adverse network conditions

Simplex is a novel BFT consensus algorithm developed by Commonware (in which Tempo invested $25M). Unlike Tendermint or HotStuff variants, Simplex is designed specifically for high-throughput payments workloads. On testnet, Tempo benchmarks 20,000 TPS with a stated roadmap to 100,000+ TPS at mainnet. The tight coupling between Tempo and a single external consensus provider creates dependency risk.

Execution/EVM-Compatible

Reth-based EVM targeting Osaka hard fork — Tempo uses Reth (Rust Ethereum client) as its execution layer, maintaining full EVM compatibility with Solidity tooling, Foundry, and Hardhat while adding payment-specific extensions

Using Reth as the execution client is increasingly common (Base, Arc also use it). EVM compatibility reduces developer friction but means Tempo inherits Ethereum EVM limitations. The payment-specific fork diverges from standard EVM by adding TIP-20 and payment lanes.

Token-Standard/Payment

Novel

TIP-20 — a superset of ERC-20 designed specifically for stablecoins and payment instruments, adding a 32-byte memo field for invoice IDs and an opt-in reward distribution mechanism that distributes in O(1) regardless of holder count

TIP-20 is a genuine innovation over ERC-20. The memo field enables on-chain reconciliation of payments against invoices, a critical primitive for institutional payment systems. The O(1) reward distribution solves gas scalability issues with dividend-style distributions. Tempo has dedicated payment lanes in every block reserved exclusively for TIP-20 transfers, targeting sub-$0.001 fees.

Network/Block-Structure

Novel

Dual-lane block architecture — block headers carry separate gas limits for general EVM execution and payment lanes; block bodies begin with system transactions, then general proposer transactions, then sub-blocks from other proposers, then end-of-block system transactions

This carve-out ensures payments get deterministic block placement and cannot be starved by general smart contract activity. This is a meaningful architectural novelty over conventional single-lane EVM chains and comparable payment chains like Celo. The sub-block architecture enables composability across multiple proposers.

Fee-Mechanism/Enshrined-AMM

Enshrined AMM for gas abstraction — an AMM baked directly into the protocol allows gas fees to be paid in any supported stablecoin; the AMM automatically converts to the validator's preferred denomination

Gas abstraction via AMM eliminates the need for a native gas token and avoids account abstraction complexity. Similar approaches exist on other chains but Tempo makes this a core protocol primitive rather than an optional layer. The enshrined AMM introduces a protocol-level liquidity mechanism with its own risks around price manipulation during low-liquidity periods.

Identity/Access-Control

Protocol-level access control lists — regulated businesses can register blocklists and allowlists at the chain layer, preventing funds from flowing to blacklisted addresses or requiring KYC verification on specific accounts

ACLs at the protocol layer are a deliberate compliance feature that distinguishes Tempo from permissionless chains. This enables institutional adoption (banks, payment processors) but introduces a fundamentally different trust model: users must trust that ACL administrators will not abuse censorship powers. This feature is controversial and draws direct comparisons to Libra's compliance-first architecture.

How the Pieces Interact

Consensus/BFTIdentity/Access-ControlCritical

Validator censorship via ACL enforcement — permissioned validators operating under Stripe/Paradigm control can selectively censor transactions by coordinating with ACL blocklists, creating a protocol-native censorship mechanism with no on-chain recourse for affected users

Network/Block-StructureConsensus/BFTHigh

Payment lane starvation under adversarial load — while the dual-lane architecture reserves blockspace for TIP-20 transfers, a malicious or overwhelmed validator set could fail to honor payment lane priorities during a consensus disruption, breaking the latency guarantees that institutional partners rely on

Fee-Mechanism/Enshrined-AMMToken-Standard/PaymentHigh

Enshrined AMM price manipulation during low liquidity — if the enshrined AMM's liquidity pools are thin (especially for less-common stablecoins), an attacker could temporarily skew AMM prices to extract value from transactions using those stablecoin denominations for gas, distorting payment lane economics

Execution/EVM-CompatibleToken-Standard/PaymentMedium

TIP-20 and ERC-20 composability gaps — smart contracts written against ERC-20 may not properly handle TIP-20's extended fields (memo, reward distribution), creating silent compatibility failures when TIP-20 tokens interact with standard DeFi protocols or cross-chain bridges that expect pure ERC-20 behavior

Identity/Access-ControlFee-Mechanism/Enshrined-AMMMedium

ACL-based stablecoin delistings — if a stablecoin issuer (USDC, USDT) adds a counterparty to their own blacklist, it interacts unpredictably with Tempo's enshrined AMM: transactions routed through the AMM using that stablecoin could fail in mid-execution, leaving payment state inconsistent

What Could Go Wrong

  1. Permissioned validator set — Tempo launches with validators chosen by Stripe and Paradigm, creating a single point of corporate control and censorship risk before any decentralization roadmap materializes
  2. Regulatory capture — Stripe's involvement and built-in protocol-level blocklists/allowlists expose Tempo to direct government pressure to freeze accounts or censor transactions
  3. Pre-mainnet immaturity — only on public testnet as of early 2026; no battle-tested mainnet, no confirmed tokenomics, and limited track record leaves cryptoeconomic assumptions unverified
  4. Libra precedent — corporate-backed blockchains with regulatory compliance baked in have historically faced existential pressure; Libra co-creator explicitly compared Tempo's architecture to Libra's failed model

Regulatory intervention forces Stripe to freeze Tempo operations

Moderate

Trigger: A US or EU regulator (FinCEN, OFAC, or EU MiCA authority) requires Stripe to apply sanctions or KYC enforcement across all Tempo transactions, and Stripe complies by instructing validators to enforce blanket censorship orders that conflict with existing user expectations

  1. 1.Regulatory demand: a major financial regulator issues a subpoena or enforcement action requiring Stripe to block specified transaction categories or geographic regions on Tempo Stripe, as a licensed payment processor, faces existential risk to its core payments business if it refuses; it is likely to comply, instructing validators to activate ACL blocklists at scale
  2. 2.Validators, operating under permissioned control, begin censoring transactions per the regulatory order; affected users and institutions cannot move funds Institutional partners who relied on Tempo for cross-border payments (Nubank, Shopify, remittance providers) face operational failures; users in affected jurisdictions lose access to funds
  3. 3.News of the censorship event spreads; crypto-native users and DeFi protocols abandon Tempo for permissionless alternatives The stablecoin payments use case fragments: institutional partners may still use Tempo as a private payment rail, but the broader crypto ecosystem treats it as a regulated walled garden, similar to how Libra/Diem ultimately failed

Risk Profile at a Glance

Mechanism Novelty8/15
Interaction Severity11/20
Oracle Surface2/10
Documentation Gaps4/10
Track Record8/15
Scale Exposure0/10
Regulatory Risk8/10
Vitality Risk6/10
C

Overall: C (47/100)

Lower score = safer

More on Tempo

Related L1 Explainers