Klarna to launch USD-backed stablecoin: Critics question adoption and fintech motives

ambcrypto发布于2025-11-25更新于2025-11-25

Key Takeaways

Why is Klarna launching a USD stablecoin instead of a euro-based one?

Klarna is following market reality, which shows that USD-denominated stablecoins dominate, with over $200 billion in circulation.

What are the main concerns about Klarna’s stablecoin adoption?

Critics question whether BNPL users actually want a Klarna-branded token for everyday payments, with skeptics arguing the move prioritizes yield generation.


Klarna is preparing to launch a U.S. dollar-backed stablecoin, Klarna USD, marking one of the most aggressive moves yet by a major European fintech into digital money. 

Klarna announced on 25 November that the stablecoin will be launched on Tempo, the payments blockchain by Stripe and Paradigm

The Swedish company, best known for its buy-now-pay-later [BNPL] service and 150+ million global users, plans to integrate the token directly into its payments ecosystem as competition intensifies across the digital-payments sector.

The stablecoin will be fully backed by U.S. dollar reserves and redeemable at par, according to reports. 

Klarna has not yet revealed a release date or specific regulatory framework, but the decision positions the company against not just crypto-native issuers like Tether and Circle, but also payments giants such as PayPal, which launched its own PYUSD stablecoin in 2023.

Klarna’s choice of USD raises deeper questions

The announcement underscores a growing shift: Europe’s largest fintechs increasingly rely on U.S.-denominated digital assets, even as euro-stablecoins remain marginal. 

The move comes just weeks after the European Central Bank warned that euro-based stablecoins amount to just €395 million in circulation, compared to the $200+ billion in USD-denominated tokens.

Klarna issuing a dollar, not euro, will likely fuel debate about Europe’s competitiveness in digital finance and whether MiCA’s strict rules are inadvertently pushing innovation offshore. 

The EU’s Markets in Crypto-Assets regulation, which took full effect in December 2024, imposes stringent reserve requirements and transparency standards that some critics argue favor established dollar-based players.

The timing also intersects with Klarna’s reported IPO preparations. The Swedish fintech has been positioning itself for a public listing, and a stablecoin launch could serve as both a revenue diversification play and a signal to investors that Klarna is evolving beyond traditional BNPL.

Competitive landscape: Fintech’s stablecoin arms race

Klarna isn’t alone among European fintechs eyeing stablecoins. 

Revolut has explored similar initiatives, while traditional payments players like Stripe have acquired stablecoin infrastructure companies. 

PayPal’s PYUSD, launched in August 2023, has achieved modest adoption but faces ongoing questions about merchant acceptance and consumer demand.

Contrarian voices

While early commentary framed the move as a major breakthrough, several crypto analysts and fintech watchers urged caution.

A user on X wrote:

“A stablecoin only works if people actually adopt it—Klarna still has to prove users want a BNPL-branded token for everyday payments.”

Another commentator questioned the broader implications for crypto builders:

“We were supposed to build blockchains for enterprises—now enterprises are building for each other. Are retail and token traders being sidelined?”

A more sarcastic take mocked the merger of BNPL and crypto culture:

“Nice, now people who lost everything on leverage can take out loans for their burritos in a crypto-friendly way.”

Others argued the move is less about innovation and more about yield. A user noted:

“Yield on deposits, not innovation. This is just treasury management with blockchain branding.”

The bottom line

Whether shoppers, merchants, and regulators embrace a Klarna-issued digital dollar will determine whether this becomes a landmark moment—or another fintech experiment in search of real-world demand. 

The company has distribution advantages through its existing user base and merchant network, but converting BNPL customers into stablecoin users requires more than just technical infrastructure.

As one skeptical observer put it: “Klarna has 150 million users who signed up for installment payments, not crypto. Convincing them to hold a stablecoin is a different game entirely.”

Share

你可能也喜欢

八年投入急转弯,以太坊为何突然放弃Poseidon?

以太坊基金会研究员Justin Drake近日宣布,以太坊将在Layer 1层放弃已研发八年的SNARK友好型哈希算法Poseidon,转而采用SHA2或BLAKE2等传统哈希函数。这一重大转向源于后量子密码学研究的突破性进展。 Poseidon自2019年起因其在零知识证明电路中的高效性,被广泛用于zkRollup等应用。但其算法历史较短,密码学分析时间不足。而随着后量子安全成为硬性要求,其局限性显现。最新的SNARK设计,特别是基于“二进制域”的证明系统(如Binius和Flock),已能高效处理传统哈希函数的布尔运算,使得SHA2等成熟算法在证明性能上可媲美甚至超越Poseidon,消除了采用后者的主要优势。 另一关键因素是应对量子计算威胁的时间表正在加速。报告预测“量子破译日”可能在本世纪30年代初到来,将对区块链资产构成巨大风险。以太坊因此需要尽快采用经过长期密码分析验证的、抗量子攻击能力更强的哈希方案。其后续量子路线图计划于2027年推出核心构件leanVM,并在2028年完成共识层、执行层和数据层的部署。 与此同时,其他公链如Solana已选定后量子签名方案Falcon,而StarkNet也计划采用BLAKE2等算法。以太坊此次转向,标志着技术重点从“设计SNARK友好型哈希”转变为“设计哈希友好型SNARK”,是在后量子时代选择更成熟、更稳健的密码学基元的战略调整。

marsbit44分钟前

八年投入急转弯,以太坊为何突然放弃Poseidon?

marsbit44分钟前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

Anthropic官方发布博客,针对开发者使用Claude Code时可能产生的不必要高额费用,总结了六条核心省钱建议: 1. 任务完成后及时使用 `/clear` 清理对话,避免无关历史占用上下文。 2. 对话开始时固定好模型和推理强度,中途切换会导致提示缓存失效,需全价重新计算历史。 3. 使用 `@` 引用文件,而非手动输入路径,可避免Claude进行工具调用和试探性读取,减少上下文累积。 4. 为输出冗长的命令(如运行测试)添加静默参数,减少输出内容对上下文的占用。 5. 在会话缓存仍有效时(如休息前)进行 `/compact` 压缩对话,成本仅为十分之一。 6. 将产生大量输出的任务交由子Agent处理,其独立上下文不会污染主对话。 文章解释了费用产生的机制:输入token(预填充)成本较低,输出token(解码)成本约为其5倍。模型(Opus/Sonnet/Haiku)和推理强度直接影响单价和token数量。 **提示缓存是关键的省钱杠杆**:若请求前缀与之前完全相同,服务器可加载缓存结果,读取成本仅为正常输入价的10%。但切换模型、改变推理强度、执行压缩、缓存过期等操作都会导致缓存失效。 此外,对话历史会因不断追加文件内容和命令输出而“变胖”,导致后续每轮对话成本呈接近平方级(O(n²))增长。除了上述建议,还可使用 `/rewind` 回退无效轮次以保住前面缓存。 文章指出,管理token开销正成为AI时代开发者的新技能,关系到使用效率和成本控制。Anthropic自身大量使用AI编写代码,精细的成本管理至关重要。

marsbit2小时前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

marsbit2小时前

交易

现货
活动图片