Stablecoin Yields May Boost US Bank Deposits: Patrick Witt

TheNewsCryptoОпубликовано 2026-03-12Обновлено 2026-03-12

Введение

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

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

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.

Похожее

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.

marsbit26 мин. назад

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

marsbit26 мин. назад

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.

marsbit1 ч. назад

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

marsbit1 ч. назад

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.

marsbit1 ч. назад

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

marsbit1 ч. назад

Торговля

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

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

Что такое $BANK

Банк ИИ: Революционный шаг в будущее банковского дела Введение В эпоху, отмеченную быстрыми темпами технологического прогресса, Банк ИИ находится на пересечении искусственного интеллекта (ИИ) и банковских услуг. Этот инновационный проект стремится переопределить финансовый ландшафт, повышая операционную эффективность, меры безопасности и качество обслуживания клиентов с помощью ИИ. Приступая к этому изучению Банка ИИ, мы углубимся в то, что включает в себя проект, его операционную динамику, его исторический контекст и значительные вехи. Что такое Банк ИИ? В своей основе Банк ИИ представляет собой преобразовательную инициативу, направленную на интеграцию искусственного интеллекта в различные банковские операции. Этот проект использует возможности ИИ для автоматизации процессов, улучшения протоколов управления рисками иEnhancing взаимодействия с клиентами через персонализированные услуги. Основные цели Банка ИИ включают: Автоматизация банковских функций: Используя технологии ИИ, Банк ИИ стремится автоматизировать рутинные задачи, снижая нагрузку на человеческие ресурсы и повышая эффективность. Улучшение управления рисками: Проект использует алгоритмы ИИ для прогнозирования и выявления рисков, тем самым укрепляя меры безопасности против мошенничества и других угроз. Персонализация банковских услуг: Банк ИИ сосредоточен на предложении индивидуально подобранных финансовых продуктов и услуг, анализируя данные и поведение клиентов. Улучшение клиентского опыта: Внедрение решений на базе ИИ, таких как чат-боты и виртуальные помощники, направлено на предоставление пользователям более человеческого взаимодействия, революционизируя способ, которым клиенты взаимодействуют с банками. С этими целями Банк ИИ позиционирует себя как ключевого игрока в сделании банковских услуг более эффективными, безопасными и ориентированными на пользователей. Кто создатель Банка ИИ? Детали, касающиеся создателя Банка ИИ, остаются неизвестными. Таким образом, ни одно конкретное лицо или организация не были идентифицированы в доступной информации. Анонимность, окружающая начало проекта, поднимает вопросы, но не умаляет его амбициозного видения и целей. Кто инвесторы Банка ИИ? Подобно создателю проекта, конкретная информация о инвесторах или поддерживающих организациях Банка ИИ не была раскрыта. Без этой информации трудно описать финансовую поддержку и институциональную поддержку, которая может продвигать проект вперед. Тем не менее, важность наличия прочной инвестиционной базы является ключевой для поддержания развития в такой инновационной сфере. Как работает Банк ИИ? Банк ИИ работает на нескольких инновационных фронтах, сосредотачиваясь на уникальных факторах, которые отличают его от традиционных банковских рамок. Ниже приведены ключевые операционные особенности: Автоматизация: Применяя алгоритмы машинного обучения, Банк ИИ автоматизирует различные ручные процессы внутри банков. Это приводит к снижению операционных затрат и позволяет работникам перераспределять свои усилия на более стратегические деятельности. Совершенное управление рисками: Интеграция ИИ в практики управления рисками обеспечивает банки инструментами для точного прогнозирования потенциальных угроз, таких как мошенничество, обеспечивая безопасность информации и активов клиентов. Индивидуализированные финансовые рекомендации: Путем непрерывного обучения на основе взаимодействия с клиентами, системы ИИ развивают тонкое понимание потребностей пользователей, позволяя им предлагать персонализированные советы по финансовым решениям. Улучшенные взаимодействия с клиентами: Используя чат-боты и виртуальных помощников на базе ИИ, Банк ИИ обеспечивает более увлекательный клиентский опыт, позволяя пользователям быстро получать ответы на свои запросы, тем самым сокращая время ожидания и повышая уровень удовлетворенности. Все вместе эти операционные особенности позиционируют Банк ИИ как пионера в банковском секторе, устанавливающего новые эталоны для предоставления услуг и операционного совершенства. Хронология Банка ИИ Понимание траектории Банка ИИ требует взгляда на его исторический контекст. Ниже представлена хронология, подчеркивающая важные вехи и события: Начало 2010-х: Концепция интеграции ИИ в банковские услуги начала привлекать внимание, когда банковские учреждения осознали потенциальные преимущества. 2018: Произошел заметный рост внедрения технологий ИИ, когда банки начали использовать инструменты ИИ, такие как чат-боты, для базового обслуживания клиентов и системы управления рисками для улучшения безопасности. 2023: Сложность ИИ продолжала развиваться, при этом генеративный ИИ был представлен для выполнения более сложных задач, таких как обработка документов и анализ инвестиций в реальном времени. Этот год стал значительным шагом вперед в возможностях, которые ИИ-технологии предоставили банкам. 2024-Настоящее состояние: На данный момент Банк ИИ находится на восходящей траектории, с продолжающимися исследованиями и разработками, которые расширяют возможности в банковских операциях. Продолжение изучения приложений ИИ намекает на захватывающие события, которые еще предстоят. Ключевые моменты о Банке ИИ Интеграция ИИ в банковское дело: Банк ИИ сосредоточен на принятии искусственного интеллекта для оптимизации банковских процессов и улучшения пользовательского опыта. Автоматизация и фокус на управлении рисками: Проект сильно акцентирует внимание на этих областях, стремясь сместить бремя рутинных задач, одновременно усиливая системы безопасности с помощью предсказательной аналитики. Персонализированные банковские решения: Используя данные клиентов, Банк ИИ предоставляет индивидуально подобранные банковские услуги, которые учитывают потребности отдельных пользователей. Обязанность по развитию: Банк ИИ остается приверженным постоянным исследовательским и развивающим усилиям, обеспечивая свою адаптируемость и постоянную актуальность по мере того, как технологии продолжают развиваться. Заключение В заключение, Банк ИИ является важным шагом вперед в банковской индустрии, использующим искусственный интеллект для изменения операционных парадигм, повышения безопасности и повышения удовлетворенности клиентов. Несмотря на пробелы в информации о создателе и инвесторах, четкие цели и функциональные механизмы Банка ИИ обеспечивают прочную основу для его постоянной эволюции. Поскольку технологии ИИ продолжают развиваться и сливаться с банковским сектором, Банк ИИ хорошо позиционирован, чтобы существенно повлиять на будущее финансовых услуг, улучшая наш подход к пониманию и взаимодействию с банковским делом.

148 просмотров всегоОпубликовано 2024.04.06Обновлено 2024.12.03

Что такое $BANK

Как купить BANK

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

996 просмотров всегоОпубликовано 2025.05.09Обновлено 2026.06.02

Как купить BANK

Обсуждения

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

活动图片