Stablecoin Yields May Boost US Bank Deposits: Patrick Witt

TheNewsCryptoPublished on 2026-03-12Last updated on 2026-03-12

Abstract

Patrick Witt, executive director of the President’s Council of Advisors for Digital Assets, argues that the debate over stablecoin yields overlooks a broader macroeconomic benefit. Contrary to concerns from banking groups that yield-bearing stablecoins could drain deposits, Witt suggests that under the GENIUS Act framework, compliant stablecoins may actually bring new capital into the U.S. banking system. He explains that global demand for USD is significant, and when foreigners purchase U.S.-issued stablecoins, it represents net new capital entering American banks. This discussion occurs amid ongoing tension between policymakers, banks, and crypto firms regarding whether stablecoin issuers should be allowed to offer rewards or interest-like returns. Traditional banks, like the American Bankers Association, warn that such yields could threaten bank deposits and advocate for a level regulatory playing field. Crypto industry representatives counter that the GENIUS Act already imposes strict reserve requirements, mandating full backing by cash or cash-equivalents. Witt emphasizes that it is not the payment of yield itself that necessitates bank-like regulation, but rather the lending or rehypothecation of underlying funds—which the GENIUS Act explicitly prohibits.

The recent debate concerning stablecoin yields may be neglecting a wider macroeconomic dynamic, as per Patrick Witt, the executive director of the President’s Council of Advisors for Digital Assets.

On March 11, Witt posted on X, mentioning that the stablecoins’ complaint with the GENIUS Act framework could really influence new funds into the U.S. banking system instead of draining deposits away from it, as some banking groups have alerted.

Witt mentioned that lost in the rewards/yield debate is how GENIUS-compliant stablecoins will really lead to deposit inflows. The global demand for USD is huge. Foreigners exchange local currency for stablecoins from a US-based issuer, and that is net new capital setting its foot into the American banking system.

The comment from Witt comes amid the continuing clash of policymakers, banks and crypto firms over whether stablecoin issuers should be allowed to permit rewards or interest-like incentives to holders.

Concerns of the Market Players

Traditional banking groups have alerted that yield-bearing stablecoins could influence deposits from the US banking system. The latest survey authorised by the American Bankers Association found that consumers widely backed limitations on stablecoin rewards, voicing concerns regarding financial risk.

The CEO and ABA President Rob Nichols mentioned earlier this week that our industry welcomes competition and revolution. Although he alerted that the regulator should avoid making an uneven playing field where crypto companies offer bank-like products without following equivalent regulatory standards.

Crypto industry players have claimed that stablecoin issuers so far witness strict reserve needs under the GENIUS Act, which requires tokens to be completely supported by cash or cash-equivalent assets.

Witt also had the same concerns at the start of this month. It is not the paying of yield on a balance per se that requires bank-like regulations, but instead the lending out or rehypothecation of the dollars that make up the underlying balance.

The GENIUS Act deliberately restricts stablecoin issuers from doing the latter.

Highlighted Crypto News Today:

CBI Arrests Darwin Labs Co-Founder in Multi-Crore GainBitcoin Scam

TagsGENIUSStablecoinUSA

Related Questions

QAccording to Patrick Witt, how could GENIUS Act-compliant stablecoins potentially affect the US banking system?

APatrick Witt argues that GENIUS Act-compliant stablecoins could lead to deposit inflows into the US banking system, as foreigners exchange local currency for stablecoins from US-based issuers, bringing net new capital into American banks.

QWhat concern have traditional banking groups raised about yield-bearing stablecoins?

ATraditional banking groups have warned that yield-bearing stablecoins could drain deposits from the US banking system.

QWhat did the American Bankers Association survey find regarding consumer attitudes toward stablecoin rewards?

AThe American Bankers Association survey found that consumers widely supported limitations on stablecoin rewards, expressing concerns about financial risk.

QWhat regulatory requirement does the GENIUS Act impose on stablecoin issuers regarding their reserves?

AThe GENIUS Act requires stablecoin tokens to be fully backed by cash or cash-equivalent assets.

QAccording to Witt, what specific activity (not the payment of yield itself) would require bank-like regulations for stablecoin issuers?

AWitt stated that it is not the payment of yield itself, but the lending out or rehypothecation of the dollars that make up the underlying balance that would require bank-like regulations.

Related Reads

Claude Opus 4.8 Finds a $4.5 Billion Bug: The AI Era is Mass-Producing Hackers

A researcher discovered a critical "infinite mint" vulnerability in the Zcash cryptocurrency's Orchard protocol using Claude Opus 4.8, leading to a swift fix but also a 50% market drop, erasing billions in value. This incident highlights a new era where powerful, accessible AI models are dramatically lowering the barrier to finding software vulnerabilities. Previously, the security community feared specialized models like Claude Mythos Preview, capable of finding decades-old zero-day exploits. The Zcash case, however, involved a publicly available, general-purpose model. This shift makes advanced security auditing—and attack capabilities—accessible to far more people, not just experts. The mass democratization of vulnerability discovery brings a dual challenge: a flood of low-quality, AI-generated false reports that overwhelm maintainers, and the real, rapid uncovering of deep, dangerous bugs. Open-source projects, often understaffed and unfunded, are particularly vulnerable to this "attention DDoS." The article cites examples like curl shutting down its bug bounty program due to the unsustainable workload. Our perceived digital safety has often been luck, relying on the high cost and effort required to find deeply hidden flaws in complex systems, as seen with historical vulnerabilities like Heartbleed or Baron Samedit. AI changes this cost structure, effectively "mass-producing flashlights" to illuminate every corner of our codebase. While large companies operate extensive security chains involving external white-hat hackers and massive defensive operations, the global cybersecurity workforce faces a severe shortage, especially of experienced personnel capable of analyzing complex threats and coordinating fixes. The core dilemma emerges: AI makes *finding* bugs cheap and scalable, but *fixing* them remains a slow, expensive, and human-intensive process. The article concludes that AI won't destroy the internet but acts as a bright light, revealing that our digital existence is not inherently secure but is precariously maintained by ongoing human effort. The true cost in the AI era may not be discovery, but whether there will be enough people left willing and able to do the hard work of repair.

marsbit27m ago

Claude Opus 4.8 Finds a $4.5 Billion Bug: The AI Era is Mass-Producing Hackers

marsbit27m ago

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

"Codex Goal Mode: How to Make AI Work Continuously Toward a Specific Goal" OpenAI's Codex "goal mode" (/goal) transforms the AI from a reactive code assistant into a proactive execution agent capable of working autonomously for hours or even days to achieve a defined objective. To maximize its effectiveness, follow these key principles: 1. **Define Clear, Verifiable Exit Criteria:** The goal prompt should be a concise, measurable success condition, not a lengthy specification. Use quantifiable metrics like "reduce build time by 30%" or "achieve 100% test parity." 2. **Provide Initial Guidance and Tools:** Direct Codex toward likely problem areas and specify available tools (e.g., browsers, testing environments) to prevent it from exploring unproductive paths. 3. **Enable Progress Measurement:** Equip Codex with ways to track advancement, such as creating comparison tools for visual tasks or evaluation sets, ensuring it can gauge its own progress. 4. **Use a Realistic Execution Environment:** For tasks like performance optimization, provide access to environments that closely mimic production (e.g., similar configs, databases) to yield valid results. 5. **Be Cautious with Visual Goals:** Avoid vague "pixel-perfect" instructions. Instead, supplement visual references with functional checklists or design system specifications to prevent Codex from obsessing over minor details. 6. **Implement Progress Tracking:** For long-running tasks, have Codex commit code to draft PRs, update progress documents, or send Slack updates to maintain visibility into its work. 7. **Review and Consolidate Results:** Once the goal is met, instruct Codex to review its work, clean up ineffective experimental code, and reflect on what strategies succeeded or failed. Ultimately, using goal mode shifts the developer's role from writing prompts to managing a persistent engineering agent—defining objectives, establishing metrics, configuring environments, and conducting final reviews.

marsbit1h ago

Codex Goal Mode Usage Guide: How to Make AI Continuously Pursue a Specific Objective

marsbit1h ago

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

Recently, Vitalik Buterin has frequently emphasized the concept of "CROPS," first outlined in the Ethereum Foundation's March mandate as core principles guiding its focus: Censorship Resistance, Capture Resistance, Open Source, Privacy, and Security. CROPS represents Ethereum's commitment to providing foundational capabilities for user sovereignty—enabling asset ownership, identity expression, and coordination without reliance on centralized platforms or surrendering ultimate control. This framework is gaining new urgency with the rise of AI, particularly AI agents managing digital assets and automating transactions. While AI offers convenience, it risks centralizing user data, intent, and control if dependent on opaque, centralized services. Vitalik argues for "CROPS AI"—AI that is open, privacy-preserving, secure, and capable of local execution to maintain user agency. He highlights convergence between "CROPS Ethereum access layers" and "CROPS AI," such as using zero-knowledge proofs for private remote LLM calls and Ethereum RPC reads, ensuring users can access services without exposing sensitive information. Ultimately, CROPS is not just an abstract ideal but a practical guide for Ethereum's development and AI integration. It addresses the critical long-term question: as digital systems grow more powerful, how can users retain control over their privacy, assets, and autonomy? In an AI-driven era, these principles may define Ethereum's enduring value—prioritizing verifiable, secure, and user-centric design over short-term optimizations like speed and cost alone.

marsbit1h ago

From Ethereum to AI's 'CROPS': What Exactly Is This 'Slow Variable' That Vitalik Has Repeatedly Emphasized?

marsbit1h ago

Trading

Spot
Futures

Hot Articles

What is $BANK

Bank AI: A Revolutionary Step in the Future of Banking Introduction In an era marked by rapid advancements in technology, Bank AI stands at the intersection of artificial intelligence (AI) and banking services. This innovative project seeks to redefine the financial landscape, enhancing operational efficiency, security measures, and customer experiences through the power of AI. As we embark on this exploration of Bank AI, we will delve into what the project entails, its operational dynamics, its historical context, and significant milestones. What is Bank AI? At its core, Bank AI represents a transformative initiative aimed at integrating artificial intelligence into various banking operations. This project harnesses the capabilities of AI to automate processes, improve risk management protocols, and enhance customer interaction through personalised services. The primary objectives of Bank AI include: Automation of Banking Functions: By leveraging AI technologies, Bank AI aims to automate routine tasks, reducing the burden on human resources and enhancing efficiency. Enhanced Risk Management: The project utilises AI algorithms to predict and identify risks, thereby fortifying security measures against fraud and other threats. Personalisation of Banking Services: Bank AI focuses on offering tailored financial products and services by analysing customer data and behaviours. Improving Customer Experience: The implementation of AI-driven solutions, such as chatbots and virtual assistants, aims to provide users with more human-like interactions, revolutionising the way customers engage with banks. With these goals, Bank AI positions itself as a crucial player in rendering banking more efficient, secure, and user-centric. Who is the Creator of Bank AI? Details regarding the creator of Bank AI remain unknown. As such, no specific individual or organisation has been identified in the available information. The anonymity surrounding the project's inception raises questions but does not detract from its ambitious vision and objectives. Who are the Investors of Bank AI? Similar to the project's creator, specific information regarding the investors or supporting organisations of Bank AI has not been disclosed. Without this information, it is challenging to outline the financial backing and institutional support that might be propelling the project forward. Nevertheless, the importance of having a robust investment foundation is pivotal for sustaining development in such an innovative field. How Does Bank AI Work? Bank AI operates on several innovative fronts, focusing on unique factors that differentiate it from traditional banking frameworks. Below are key operational features: Automation: By applying machine learning algorithms, Bank AI automates various manual processes within banks. This results in reduced operational costs and allows human workers to redirect their efforts towards more strategic activities. Advanced Risk Management: The integration of AI into risk management practices equips banks with tools to accurately predict potential threats such as fraud, ensuring that customer information and assets remain secure. Tailored Financial Recommendations: Through continuous learning from customer interactions, the AI systems develop a nuanced understanding of user needs, enabling them to offer tailored advice on financial decisions. Enhanced Customer Interactions: Utilizing chatbots and virtual assistants powered by AI, Bank AI enables a more engaging customer experience, allowing users to have their queries resolved quickly, thus reducing wait times and improving satisfaction levels. Together, these operational features position Bank AI as a pioneer in the banking sector, establishing new benchmarks for service delivery and operational excellence. Timeline of Bank AI Understanding the trajectory of Bank AI requires a look at its historical context. Below is a timeline highlighting important milestones and developments: Early 2010s: The conceptualisation of AI integration into banking services began to gain attention as banking institutions recognised the potential benefits. 2018: A marked increase in the implementation of AI technologies occurred when banks started using AI tools like chatbots for basic customer service and risk management systems for improved security handling. 2023: The sophistication of AI continued to advance, with generative AI being introduced for more complex tasks such as document processing and real-time investment analysis. This year marked a significant leap in the capabilities afforded to banks by AI technology. 2024-Current Status: As of this year, Bank AI is on an upward trajectory, with ongoing research and developments poised to further enhance capabilities in banking operations. Continued exploration of AI applications hints at exciting developments yet to come. Key Points About Bank AI Integration of AI in Banking: Bank AI focuses on adopting artificial intelligence to streamline banking processes and improve user experiences. Automation and Risk Management Focus: The project strongly emphasises these areas, aiming to shift the burden of routine tasks while enhancing security frameworks through predictive analytics. Personalised Banking Solutions: By harnessing customer data, Bank AI enables tailored banking services that cater to individual user needs. Commitment to Development: Bank AI remains committed to ongoing research and development efforts, ensuring its adaptability and ongoing relevance as technology continues to evolve. Conclusion In summary, Bank AI exemplifies a crucial step forward in the banking industry, leveraging artificial intelligence to reshape operational paradigms, enhance security, and promote customer satisfaction. Despite gaps in information surrounding the creator and investors, the clear objectives and functional mechanisms of Bank AI provide a strong foundation for its ongoing evolution. As AI technology continues to advance and merge with the banking sector, Bank AI is well-positioned to significantly impact the future of financial services, enhancing the way we understand and interact with banking.

152 Total ViewsPublished 2024.04.06Updated 2024.12.03

What is $BANK

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BANK (BANK) are presented below.

活动图片