Seed Round Secures $500 Million, It Aims to Be the 'Apple' of Payment Blockchains

比推Pubblicato 2025-12-11Pubblicato ultima volta 2025-12-11

Introduzione

Stripe's Tempo blockchain, a fork of Ethereum optimized for fintech applications, is now live on testnet. Backed by a $500 million seed round from Stripe and Paradigm, it aims to become the "Apple" of payment blockchains through vertical integration and a closed-architecture approach. Key innovations include: TIP-20, a stablecoin standard with prioritized transaction lanes; low, predictable gas fees payable in any stablecoin (converted automatically via a built-in AMM); and native smart accounts enabling batch payments, gas sponsorship, scheduled transactions, and passkey authentication. Unlike Ethereum’s open, permissionless validator set, Tempo uses a private, permissioned consensus mechanism (Simplex BFT) and is fully EVM-compatible. Its design prioritizes user experience, security, and commercial adoption over decentralization, targeting the payments industry as its primary market. The code is open-sourced under Apache/MIT licenses.

Author: Lex Sokolin

Original Title: Analysis: Stripe's Tempo is building the Apple of payment blockchains

Compiled and Edited by: BitpushNews


So fast!

Stripe's controversial payment chain—forked from Ethereum and modified with key adaptations for fintech applications—is now live on the testnet.

It's worth noting that the project has completed a seed funding round of $500 million, co-supported by Stripe and Paradigm, targeting the payment industry as its initial market entry point.

(Source Chart: Technical Architecture Comparison Diagram)

Interested parties can check out the code repository here.

The first thing we noticed is that the technology is released under the Apache or MIT open-source licenses. This is good news.

The Apache 2.0 license is a popular permissive open-source license from the Apache Software Foundation, allowing broad commercial use, modification, and distribution, requiring only the retention of copyright notices, provision of the license text, and notation of significant modifications, while also including an explicit patent grant from contributors to users.

Therefore, the open-source community is free to adopt any of Tempo's technological achievements. This means that although Ethereum may not gain the commercial landing advantages that Tempo brings to Stripe, it can still absorb its protocol-level technological innovations.

So what are the key differences? We quote the core design notes:

Payment Channels Reserved for TIP‐20 Transfers

TIP‐20 is a stablecoin issuance standard created with specific functions. Its core effect is to bundle stablecoin issuance with prioritized transfers on-chain.

On Ethereum, different stablecoin issuers compete with each other, and these issuers are not fundamentally different from other token issuers.

On Tempo, the stablecoin issuance contract is solidified in the TIP20Factory, creating the potential for future on-chain revenue. Establishing a fast lane for such tokens gives them a permanent advantage. However, anyone can use this factory contract, meaning competition still exists at the distribution level, but manufacturing tends to be centralized.

Low, Predictable Fees Paid in Stablecoins

Users can pay Gas fees directly with USD stablecoins upon initiation. A fee automated market maker (AMM) will convert them into the validator's preferred stablecoin. The target cost for TIP‐20 transfers is less than one-thousandth of a dollar (<$0.001). Liquidity providers in the AMM can earn a 0.3% fee from each swap. This design also avoids Miner Extractable Value (MEV) and arbitrage attacks against transactions—which have cost users over $1 billion on Ethereum.

Generalizing the way users pay for transactions is a commendable design direction, and Tempo achieves multi-directional payment options.

Here, any asset can be converted into stablecoins to pay for Gas; on Ethereum, while any asset (including stablecoins) can also be converted to ETH to pay Gas, this process is not automated and requires support from smart accounts.

More importantly, Ethereum has execution competition between different AMMs, rather than solidifying a specific AMM within the chain mechanism. This competition is crucial when trying to spur innovation for new financial primitives; but for Tempo, which aims to industrialize financial primitives, its importance is relatively lower.

Native Smart Account Integration

Tempo integrates the excellent concept of smart accounts into transactions: (1) supports batch processing of multiple operations (payroll, settlement, refunds); (2) a fee sponsorship mechanism, allowing applications to pay Gas on behalf of users; (3) scheduled payment functionality, supporting recurring and timed payments within protocol-level time windows; (4) modern authentication methods using passkeys (e.g., biometric login).

(Attached Figure: Statista chart of long-term competitive trends between Microsoft and Apple)

Just as Stripe itself integrates various fintech services into a single platform, Tempo is absorbing the most demanded payment features as native parts of the chain, rather than leaving them to third-party development and competing for user awareness. This is the Apple-style software development philosophy—all experiences are meticulously designed, proprietary, and vertically integrated—rather than the Windows-style model of gathering developers to create third-party applications (which may create functional breadth but often lack security and a unified user experience). More broadly, this reflects the fundamental difference between closed and open architecture systems.

Performance and Finality

(Source: Ethereum Validator Distribution Chart)

Tempo is fully compatible with the Ethereum Virtual Machine (EVM). Developers can use the same tools, languages, and frameworks (e.g., Solidity, Foundry, Hardhat) as on Ethereum to deploy and interact with smart contracts. Its consensus algorithm uses Simplex BFT consensus (originating from Commonware, to which Tempo has invested $25 million). The validator set is currently private and permissioned, an expected design for the initial stage of a private company.

In contrast, Ethereum is antifragile and anti-censorship, meaning anyone can freely join or leave the validator set. There are currently about 1 million daily active validators on the chain.

Overall, the core impression of Stripe/Tempo is: it is advancing rapidly with a vertically integrated product approach, aiming to capture the fintech market. Its partnerships with AI companies, Web2 enterprises, and traditional banks fully demonstrate its strength in driving blockchain commercialization.

Original link:https://www.bitpush.news/articles/7595070

Domande pertinenti

QWhat is the core innovation of Tempo's TIP-20 standard compared to Ethereum's stablecoin issuance?

AThe TIP-20 standard binds stablecoin issuance with prioritized on-chain transfers by creating a dedicated payment channel for TIP-20 transfers. Unlike Ethereum where stablecoin issuers compete freely, Tempo centralizes the issuance mechanism through the TIP20Factory contract, creating potential for on-chain revenue while allowing distribution-level competition.

QHow does Tempo handle gas fee payments differently from Ethereum?

ATempo allows users to pay gas fees directly in dollar stablecoins through an automated market maker (AMM) that converts them to the validator's preferred stablecoin, with costs targeted below $0.001 per TIP-20 transfer. This differs from Ethereum where assets must be converted to ETH for gas payments, a process that isn't automated and requires smart account support.

QWhat are the key features of Tempo's native smart account integration?

ATempo's smart account integration includes: (1) batch processing for multiple operations like payroll and settlements, (2) fee sponsorship allowing applications to pay gas for users, (3) scheduled payments with protocol-level timing capabilities, and (4) modern authentication using passkeys like biometric login.

QWhat is the fundamental architectural difference between Tempo's approach and Ethereum's approach as described in the article?

ATempo follows an Apple-like closed architecture with vertical integration where payment features are natively incorporated into the chain with proprietary, carefully designed experiences. Ethereum follows a Windows-like open architecture that relies on third-party developers to create applications, resulting in broader functionality but potentially less security and unified user experience.

QHow does Tempo's consensus mechanism and validator system differ from Ethereum's?

ATempo uses Simplex BFT consensus with a private, permissioned validator set, which is expected for a private company's initial phase. Ethereum features an anti-fragile and anti-censorship design where anyone can freely join or leave the validator set, with approximately 1 million active validators daily.

Letture associate

The "Impossible Triad" Is Fundamentally a Pseudo-Problem

The article argues that blockchain's fundamental limitation is not the scalability trilemma (decentralization, scalability, security), which has been largely solved, but the lack of **privacy** and, until recently, clear **legitimacy**. Blockchain is described as a slow, expensive, globally shared computer whose core value is censorship resistance and verifiability. While ideal for native digital assets like money (e.g., stablecoins), its default transparency acts as a **tax**, exposing all transactions and enabling MEV extraction, which deters serious institutional capital. Simultaneously, its permissionless nature created regulatory ambiguity. The piece contends that **privacy** is the missing critical feature. It rejects the false choice between total transparency and complete anonymity. Modern cryptography (like zero-knowledge proofs) enables **compliant privacy**: users can prove facts (solvency, KYC status, compliance) without revealing the underlying sensitive data (specific holdings, identities). This preserves auditability for regulators and eliminates the leak of financial information. With recent regulatory progress (e.g., the GENIUS Act) addressing legitimacy, adding default, provably compliant privacy becomes a pure upgrade. It transforms blockchain from a costly, public ledger into a confidential settlement layer, finally bridging the gap to mainstream institutional and individual adoption of on-chain finance.

链捕手7 h fa

The "Impossible Triad" Is Fundamentally a Pseudo-Problem

链捕手7 h fa

Optical Chips: Collective Capacity Expansion

The global optical chip industry is experiencing a massive wave of expansion driven by surging AI data center demand. Major players across the US, Japan, Europe, and China are aggressively investing to ramp up production capacity. In the US, Coherent is expanding its 6-inch Indium Phosphide (InP) semiconductor fab in Texas, supported by CHIPS Act funding and a $2 billion strategic investment from NVIDIA. Lumentum is building a new factory for InP optical devices, and Nokia is scaling its advanced photonic chip packaging and testing capabilities. NVIDIA's investments aim to secure future supply of critical lasers and optical interconnect products for AI infrastructure. Japan's JX Advanced Metals, a leading InP substrate supplier, plans a multi-billion yen investment to increase its capacity 7-10 times, strengthening its grip on the crucial upstream materials market. In Europe, IQE and Tower Semiconductor settled a patent dispute and signed a multi-year InP epitaxial wafer supply agreement, highlighting that next-generation silicon photonics platforms will integrate high-performance InP components. STMicroelectronics and Sivers Semiconductors are also expanding silicon photonics production and partnerships. China is rapidly building out its domestic supply chain. Dongshan Precision's subsidiary, Source Photonics, announced a $12 billion project to expand optical chip and module production. Companies like Sanan Optoelectronics and Yunnan Germanium are scaling up InP chip manufacturing and substrate production, moving towards vertical integration from materials to modules. While debate continues around the exact future architecture—whether CPO (Co-Packaged Optics), NPO, or pluggables will dominate—analysts like Morgan Stanley argue the underlying driver is unchangeable: the explosive growth in bandwidth demand. This will inevitably increase the volume of optical engines, lasers, and related content per GPU, regardless of the final technical path. The competition for "more light" in the AI era has intensified into a global, full-chain capacity race.

marsbit10 h fa

Optical Chips: Collective Capacity Expansion

marsbit10 h fa

Stablecoins Finally Find Real Yield: An In-Depth Look at On-Chain Reinsurance Re | A Conversation with Re Founder Karan Saroya

Stablecoin Real Yield Found: A Deep Dive into On-Chain Reinsurance with Re's Karan Saroya As stablecoin supply exceeds $170 billion, the search for sustainable, non-speculative yield intensifies. Re, an on-chain reinsurance platform, provides an answer: connecting stablecoin capital to the trillion-dollar traditional reinsurance market. Re operates as a regulated reinsurer, accepting stablecoin deposits as collateral to back US insurance companies. These insurers pay premiums, generating yield that flows back to on-chain depositors. Currently supporting 35 insurers and underwriting $500 million, Re projects scaling to over $1 billion soon. Key insights from a Bankless podcast with founder Karan Saroya and investor Avichal of Electric Capital: 1. **Uncorrelated, Real-World Yield:** Re offers stablecoin holders access to reinsurance returns (targeting 12-14%+), an asset class entirely separate from crypto or equity markets. 2. **Operational Efficiency via Smart Contracts:** Re replaces traditional, labor-intensive capital fundraising with smart contracts, allowing a ~12-person team to compete with industry giants. 3. **Regulatory Leverage:** For every $1 of collateral, regulations allow backing $5-7 in written premiums. This leverage amplifies returns from the underlying risk-free rate. 4. **DeFi Integration:** Depositors receive receipt tokens, which can be used in protocols like Morpho for "looping," potentially pushing yields to 18-20%+. 5. **The "DeFi Mullet" Model:** A compliant front-end (regulated reinsurer) paired with a decentralized back-end (smart contracts, DeFi capital markets). 6. **RE Governance Token:** Modeled on Lloyd's of London, the token governs the central capital pool's allocation, counterparty acceptance, and parameters. 7. **Real Economic Impact:** Capital funds real-world productivity (factories, clinics, businesses) via insurance, moving beyond crypto's internal loops. The discussion highlights a pivotal moment: DeFi's supply-side infrastructure is now met by real demand for productive yield, potentially kickstarting a flywheel where vast on-chain stablecoin capital seeks these real-world returns.

链捕手11 h fa

Stablecoins Finally Find Real Yield: An In-Depth Look at On-Chain Reinsurance Re | A Conversation with Re Founder Karan Saroya

链捕手11 h fa

1996 or 1999? Walsh's First Test is 'How to View AI'

"1996 or 1999? Wall's First Big Test Is 'How to View AI'" Federal Reserve Chairman Wall's initial challenge is not whether to raise or cut rates, but a more fundamental judgment: what kind of boom is the current AI boom? This will determine the Fed's policy path and define his legacy. Economics is split between two opposing views, according to reporter Nick Timiraos. One sees imminent productivity gains that will increase supply and cool inflation, allowing the Fed to hold steady. The other argues that while productivity benefits are distant, demand shocks are here now, and waiting for data confirmation risks missing the intervention window, forcing sharper rate hikes later. Wall has signaled a leaning toward the first view, echoing 1996-era Alan Greenspan, who embraced strong, productivity-driven growth without fear of inflation. However, Wall faces a different macro environment than Greenspan did, with tariff pressures, expanding fiscal deficits, and diminishing globalization benefits, which could force more significant inflation pressures even if AI benefits materialize. Wall's logic, expressed before taking office, is that AI-driven productivity gains won't show in official data for years. If the Fed waits for confirmation, it might mistakenly tighten policy and choke off the very growth that could suppress inflation. This argues for using forward-looking narratives over lagging data. Chicago Fed President Austan Goolsbee presents a key counter-argument. He distinguishes between expected and unexpected productivity booms. A widely anticipated boom, like the current AI wave, can cause people to spend future wealth gains in advance, overheating the economy before productivity actually rises, thus requiring preemptive rate hikes. He cites rising costs for AI data centers as evidence of such overheating. Fed Governor Christopher Waller offers a rebuttal to Goolsbee, noting the "expected spending" mechanism only works if people can borrow against future income, which many households cannot do due to borrowing constraints. Wall also faces a paradox related to his desire to reduce the Fed's use of "forward guidance" (pre-announcing policy moves). This practice was established in 1999 when Greenspan began signaling hikes to avoid market shocks. If the economy follows a less optimistic path, Wall may be forced to choose between using the guidance he wants to abolish or risking market volatility by staying silent. The ultimate question defining Wall's first major test remains: Is this 1996 or 1999?

marsbit12 h fa

1996 or 1999? Walsh's First Test is 'How to View AI'

marsbit12 h fa

Trading

Spot
Futures
活动图片