Crypto.com Moves Closer To Full Bank Status With Conditional US Charter Approval

bitcoinistОпубліковано о 2026-02-24Востаннє оновлено о 2026-02-24

Анотація

Crypto.com has received conditional approval from the OCC to establish a national trust bank, moving closer to becoming a federally regulated qualified custodian. The firm aims to offer custody, staking, and trade settlement services under the name Crypto.com National Trust Bank. This follows similar approvals for other crypto firms like Circle, Ripple, and BitGo. However, the American Bankers Association has urged the OCC to pause further approvals, citing unresolved concerns over customer asset segregation, cybersecurity, and operational risks. Despite regulatory progress, Crypto.com’s native token CRO has declined 20% over the past month.

Crypto.com has received conditional approval from the Office of the Comptroller of the Currency (OCC) to establish a national trust bank. The firm said that the approval allows the company to charter Foris Dax National Trust Bank, which will operate under the name Crypto.com National Trust Bank once it secures full authorization.

Crypto.com Advances Regulated Custody Plans

Kris Marszalek, Co‐Founder and CEO of Crypto.com, described the development as a reflection of the company’s focus on regulatory compliance and customer protection.

According to Marszalek, achieving full approval would position the firm as a “one‐stop shop” qualified custodian operating under what he characterized as a gold standard of federal supervision.

The company said it intends to provide custody, asset staking across multiple blockchains and digital asset protocols — including its Cronos network — as well as trade settlement services within a regulated framework.

Yet, Crypto.com is not alone in pursuing this regulatory pathway. Over the past year, the OCC has approved national trust charter applications from several major digital asset firms, including Circle’s First National Digital Currency Bank, Ripple National Trust Bank, BitGo Bank & Trust, Fidelity Digital Assets, and Paxos Trust Company.

More recently, Bridge — a stablecoin infrastructure provider owned by Stripe — said it also secured conditional approval to establish a national trust bank.

If finalized, these charters would allow crypto companies to hold and manage customer assets directly, potentially streamlining payment processing and accelerating settlement times. However, the OCC’s recent approvals have drawn scrutiny from traditional banking groups.

ABA Urges OCC To Halt Crypto Trust Bank Approvals

The American Bankers Association (ABA) last week called on the OCC to pause further approvals for crypto and stablecoin firms until there is greater clarity surrounding the regulatory framework tied to the GENIUS Act.

The ABA urged the regulator not to move forward with applications if the full scope of regulatory obligations — including requirements that may arise under future GENIUS Act rulemaking — has not been clearly defined.

In its comments, the association cautioned that uninsured national trust banks focused primarily on digital assets present unresolved safety and soundness concerns.

Among the issues cited were the segregation of customer assets, potential conflicts of interest, alleged cybersecurity risks, operational resilience, and how such institutions would be handled in the event of failure.

Meanwhile, interest in national trust bank status continues to grow within the digital asset sector. In January, World Liberty Financial (WLFI) said that one of its subsidiaries had filed an application to form a national trust bank centered on stablecoin operations.

The 1D chart shows CRO’s valuation trending downwards. Source: CROUSDT on TradingView.com

However, at the time of writing, the exchange’s native token, CRO, was trading at $0.074, according to CoinGecko data, registering a 20% loss in the monthly time frame.

Featured image from OpenArt, chart from TradingView.com

Пов'язані питання

QWhat is the significance of Crypto.com receiving conditional approval from the OCC?

AThe conditional approval from the OCC allows Crypto.com to establish a national trust bank, named Foris Dax National Trust Bank, which is a major step towards becoming a fully regulated, federally supervised 'one-stop shop' qualified custodian for digital assets.

QWhich other major digital asset firms have received similar national trust charter approvals from the OCC?

AOther firms that have received similar approvals include Circle’s First National Digital Currency Bank, Ripple National Trust Bank, BitGo Bank & Trust, Fidelity Digital Assets, and Paxos Trust Company.

QWhat concerns did the American Bankers Association (ABA) raise about the OCC's approvals for crypto trust banks?

AThe ABA expressed concerns about unresolved safety and soundness issues, including the segregation of customer assets, potential conflicts of interest, cybersecurity risks, operational resilience, and how such institutions would be handled in the event of failure.

QWhat specific services does Crypto.com intend to provide through its national trust bank?

ACrypto.com intends to provide custody services, asset staking across multiple blockchains and digital asset protocols (including its Cronos network), and trade settlement services within a regulated framework.

QHow did the market react to this news, as indicated by the price of Crypto.com's native token, CRO?

AAt the time of writing, the exchange’s native token, CRO, was trading at $0.074, registering a 20% loss over the monthly time frame, indicating a negative market reaction despite the positive regulatory news.

Пов'язані матеріали

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.

marsbit23 хв тому

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

marsbit23 хв тому

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.

marsbit25 хв тому

Your Claude Will Dream Tonight, Don't Disturb It

marsbit25 хв тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Що таке $BANK

Bank AI: Революційний крок у майбутнє банківської справи Вступ В епоху, що характеризується швидкими технологічними змінами, Bank AI знаходиться на перетині штучного інтелекту (ШІ) та банківських послуг. Цей інноваційний проєкт прагне переосмислити фінансовий ландшафт, підвищуючи ефективність роботи, заходи безпеки та досвід клієнтів завдяки потужності ШІ. Розпочинаючи дослідження Bank AI, ми заглибимося в суть проєкту, його операційні динаміки, історичний контекст і значущі етапи. Що таке Bank AI? У своїй основі Bank AI представляє собою трансформаційну ініціативу, спрямовану на інтеграцію штучного інтелекту в різні банківські операції. Цей проєкт використовує можливості ШІ для автоматизації процесів, покращення протоколів управління ризиками та підвищення взаємодії з клієнтами через персоналізовані послуги. Основні цілі Bank AI включають: Автоматизація банківських функцій: Використовуючи технології ШІ, Bank AI прагне автоматизувати рутинні завдання, зменшуючи навантаження на людські ресурси та підвищуючи ефективність. Покращене управління ризиками: Проєкт використовує алгоритми ШІ для прогнозування та виявлення ризиків, тим самим зміцнюючи заходи безпеки проти шахрайства та інших загроз. Персоналізація банківських послуг: Bank AI зосереджується на пропозиції індивідуальних фінансових продуктів і послуг, аналізуючи дані і поведінку клієнтів. Покращення досвіду клієнтів: Впровадження рішень на основі ШІ, таких як чат-боти та віртуальні асистенти, має на меті забезпечити користувачам більш природну взаємодію, революціонізуючи спосіб, яким клієнти спілкуються з банками. З цими цілями Bank AI займає важливу роль в робленні банківської справи більш ефективною, безпечною та орієнтованою на користувача. Хто є творцем Bank AI? Деталі стосовно творця Bank AI залишаються невідомими. Таким чином, жодна конкретна особа або організація не були ідентифіковані в доступній інформації. Анонімність навколо створення проєкту піднімає питання, але це не зменшує його амбітного бачення та цілей. Хто є інвесторами Bank AI? Аналогічно творцеві проєкту, конкретна інформація стосовно інвесторів або організацій, що підтримують Bank AI, не була розкрито. Без цієї інформації важко окреслити фінансову підтримку та інституційну підтримку, які могли б сприяти розвитку проєкту. Тим не менше, важливість наявності міцної інвестиційної бази є вирішальною для забезпечення розвитку в такій інноваційній сфері. Як працює Bank AI? Bank AI функціонує на кількох інноваційних фронтах, фокусуючись на унікальних факторах, які відрізняють його від традиційних банківських структур. Нижче наведено ключові операційні характеристики: Автоматизація: Застосовуючи алгоритми машинного навчання, Bank AI автоматизує різні ручні процеси в банках. Це призводить до зниження операційних витрат і дозволяє працівникам перенаправити свої зусилля на більш стратегічні завдання. Покращене управління ризиками: Інтеграція ШІ в практики управління ризиками забезпечує банки інструментами для точного прогнозування потенційних загроз, таких як шахрайство, забезпечуючи при цьому безпеку інформації і активів клієнтів. Індивідуальні фінансові рекомендації: Завдяки безперервному навчанню з інтерaktionen з клієнтами, системи ШІ розвивають тонке розуміння потреб користувачів, що дозволяє їм пропонувати персоналізовані поради щодо фінансових рішень. Покращені взаємодії з клієнтами: Використовуючи чат-ботів і віртуальних асистентів на базі ШІ, Bank AI дозволяє створити більш залучений досвід для клієнтів, дозволяючи користувачам швидше отримувати відповіді на свої запитання, зменшуючи час очікування та підвищуючи рівень задоволеності. Разом ці операційні характеристики позиціонують Bank AI як піонера в банківському секторі, встановлюючи нові стандарти для надання послуг і операційної досконалості. Хронологія Bank AI Для розуміння траєкторії Bank AI необхідно ознайомитися з його історичним контекстом. Нижче наведено хронологію, що підкреслює важливі етапи та розробки: Ранні 2010-ті: Концептуалізація інтеграції ШІ в банківські послуги почала привертати увагу, коли банківські установи визнали потенційні переваги. 2018: Відбулося помітне збільшення впровадження технологій ШІ, коли банки почали використовувати інструменти ШІ, такі як чат-боти для базового обслуговування клієнтів та системи управління ризиками для покращення безпеки. 2023: Софістикація ШІ продовжувала розвиватися, з введенням генеративного ШІ для більш складних завдань, таких як обробка документів і аналіз інвестицій в реальному часі. Цей рік став важливим стрибком у можливостях, які забезпечує технологія ШІ для банків. 2024-актуальний статус: Станом на цей рік, Bank AI знаходиться на зростаючій траєкторії, з постійними дослідженнями та розробками, які готові подальше покращити можливості в банківських операціях. Продовження дослідження застосувань ШІ натякає на захоплюючі події, які ще попереду. Ключові моменти про Bank AI Інтеграція ШІ в банківську справу: Bank AI зосереджується на прийнятті штучного інтелекту для оптимізації банківських процесів та покращення досвіду користувачів. Автоматизація та фокус на управлінні ризиками: Проєкт сильного підкреслює ці сфери, прагнучи зshift тягар рутинних завдань, водночас підвищуючи безпеку через прогнозну аналітику. Персоналізовані банківські рішення: Завдяки використанню даних клієнтів, Bank AI забезпечує персоналізовані банківські послуги, що відповідають потребам окремих користувачів. Прихильність до розвитку: Bank AI залишається відданим постійним дослідженням і розробкам, що забезпечують його адаптацію та постійну актуальність у міру того, як технології продовжують розвиватися. Висновок Підсумовуючи, Bank AI є важливим кроком вперед у банківській індустрії, використовуючи штучний інтелект для переформатування операційних парадигм, підвищення безпеки та сприяння задоволеності клієнтів. Незважаючи на прогалини в інформації щодо творця та інвесторів, чіткі цілі і функціональні механізми Bank AI забезпечують міцну основу для його подальшої еволюції. Оскільки технологія ШІ продовжує розвиватися та інтегруватися в банківський сектор, Bank AI має всі шанси суттєво вплинути на майбутнє фінансових послуг, покращуючи спосіб, яким ми розуміємо та взаємодіємо з банківською справою.

146 переглядів усьогоОпубліковано 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. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

625 переглядів усьогоОпубліковано 2025.05.09Оновлено 2025.05.09

Як купити BANK

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни BANK (BANK).

活动图片