White House report challenges case for banning stablecoin yield as CLARITY Act debate intensifies

ambcryptoОпубликовано 2026-04-08Обновлено 2026-04-08

Введение

A White House report from the Council of Economic Advisers challenges the argument that banning yield on stablecoins is necessary to protect the banking system. The analysis, published on April 8, finds that prohibiting such yields would only increase bank lending by $2.1 billion (0.02% of total loans) while causing an estimated $800 million annual welfare loss for consumers. The report disputes claims that stablecoin yield draws significant deposits away from banks, noting that most reserves are held in Treasury bills and similar instruments, meaning capital largely remains within the financial system. Only about 12% of reserves held as cash-like deposits affect banks’ lending capacity. These findings come amid debates over the CLARITY Act, which proposes restricting yield-bearing stablecoins. The report suggests that a yield ban offers limited benefits to banks while reducing consumer returns and potentially hindering innovation in digital payments. It also frames stablecoins as part of a broader shift toward “narrow banking,” emphasizing benefits like faster settlement and reduced credit risk.

A new report from the White House’s Council of Economic Advisers is pushing back on one of the most contested claims in U.S. crypto policy: that stablecoin yield threatens the banking system.

The 8 April paper finds that prohibiting yield on stablecoins would have only a minimal impact on bank lending, while imposing measurable costs on consumers and the broader financial system.

At the center of the debate is whether stablecoin issuers should be allowed to pass through returns generated from reserve assets—typically short-term U.S. Treasuries—to users.

Banking groups have argued that offering yield could draw deposits away from traditional banks, reducing their ability to lend.

However, the White House analysis suggests those concerns may be overstated.

Yield ban delivers limited gains for banks

According to the report, eliminating stablecoin yield would increase bank lending by just $2.1 billion, or roughly 0.02% of total loans. At the same time, the policy would result in an estimated $800 million annual welfare loss, largely due to reduced returns for users.

Even under more aggressive assumptions—such as significantly higher stablecoin adoption—the overall impact on lending remains relatively small compared to the size of the U.S. financial system.

The findings challenge a key argument that has shaped ongoing legislative discussions, particularly around provisions in the proposed CLARITY Act that seek to restrict or fully eliminate yield-bearing stablecoin products.

Why the “deposit drain” narrative falls short

The report’s core insight lies in how stablecoin reserves interact with the banking system.

Rather than removing liquidity entirely, most stablecoin reserves are held in Treasury bills and similar instruments.

This means that the underlying capital is often recycled back into the financial system. In many cases, deposits simply shift between institutions rather than disappearing.

The analysis estimates that only a small fraction—around 12% of reserves held as cash-like deposits—meaningfully affects banks’ lending capacity.

As a result, even large shifts from stablecoins back into bank deposits translate into only modest increases in actual credit creation.

Policy implications for the CLARITY Act

The report arrives at a critical moment for U.S. stablecoin regulation.

One of the sticking points in negotiations around the CLARITY Act has been whether to ban yield entirely. This includes indirect rewards offered through intermediaries such as exchanges.

Proponents argue this would protect banks and preserve financial stability, while critics see it as limiting competition.

By quantifying the limited benefits of a yield ban, the White House analysis weakens the economic case for strict restrictions.

It also highlights a tradeoff: preventing yield may slightly support bank lending, but at the cost of reducing consumer returns and slowing innovation in digital payments.

A broader shift in the financial model

Beyond the immediate policy debate, the report frames stablecoins as part of a broader shift toward what economists describe as “narrow banking”—a system where assets are fully backed by safe reserves rather than used for fractional lending.

In this model, stablecoins could offer faster settlement, global accessibility, and reduced credit risk, particularly for users outside the traditional banking system.

The question now facing regulators is not just whether stablecoins compete with banks, but whether limiting that competition ultimately serves the financial system.


Final Summary

  • A White House report finds that banning stablecoin yield would have a negligible impact on bank lending while reducing consumer welfare.
  • The findings challenge a key argument behind CLARITY Act negotiations, potentially reshaping how lawmakers approach stablecoin regulation.

Связанные с этим вопросы

QWhat is the main finding of the White House report regarding the impact of a stablecoin yield ban on bank lending?

AThe report finds that eliminating stablecoin yield would increase bank lending by only $2.1 billion, or approximately 0.02% of total loans, which is a negligible impact.

QAccording to the report, what would be the estimated annual welfare loss from prohibiting stablecoin yield and who would primarily bear this cost?

AThe policy would result in an estimated $800 million annual welfare loss, largely due to reduced returns for stablecoin users.

QHow does the report explain that the 'deposit drain' narrative from stablecoins to traditional banks is overstated?

AThe report states that most stablecoin reserves are held in instruments like Treasury bills, meaning the capital is recycled back into the financial system. Only around 12% of reserves held as cash-like deposits meaningfully affect banks' lending capacity.

QWhat is the name of the proposed legislation that includes provisions to restrict or ban yield-bearing stablecoins?

AThe proposed legislation is called the CLARITY Act.

QBeyond the immediate policy debate, what broader financial model does the report frame stablecoins as a part of?

AThe report frames stablecoins as part of a broader shift toward 'narrow banking'—a system where assets are fully backed by safe reserves rather than used for fractional lending.

Похожее

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit29 мин. назад

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit29 мин. назад

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit31 мин. назад

Your Claude Will Dream Tonight, Don't Disturb It

marsbit31 мин. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить HOUSE

Добро пожаловать на HTX.com! Мы сделали приобретение Housecoin (HOUSE) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Housecoin (HOUSE).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Housecoin (HOUSE)После приобретения вами Housecoin (HOUSE) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Housecoin (HOUSE)С легкостью торгуйте Housecoin (HOUSE) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

557 просмотров всегоОпубликовано 2025.04.27Обновлено 2025.04.27

Как купить HOUSE

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на HOUSE (HOUSE) представлены ниже.

活动图片