The On-Chain Game of Payment Giants: The Battle for a $40 Trillion Settlement Layer

marsbitОпубликовано 2025-12-18Обновлено 2025-12-18

Введение

The payment industry, while perceived as traditional, remains one of the earliest and most adaptable parts of the financial system to technological transformation. While the market continues to debate whether cryptocurrencies are assets, payment giants Visa and Mastercard have reached a consensus on a more fundamental issue: the need for a more efficient settlement layer that can integrate with existing payment systems, rather than requiring a complete overhaul. Their answer is stablecoins. Visa has begun integrating USDC stablecoin settlements via the Solana blockchain for U.S. banks, emphasizing standardization and productization rather than disruptive innovation. This allows for near-instant, 24/7 settlements, reducing liquidity constraints and transaction times, all while maintaining a seamless experience for end-users. Meanwhile, Mastercard is pursuing a multi-chain strategy, partnering with entities like Ripple and Gemini to build a flexible compliance layer that connects traditional finance with on-chain settlement networks. This approach prioritizes adaptability across various stablecoins and blockchain environments, particularly for cross-border and B2B payments. Both companies recognize that the real competition is not about individual stablecoin growth, but about controlling the future settlement layer—where an estimated $40 trillion in credit market activity could be redefined. The shift toward programmable settlement tools could reshape core financial processe...

The payment industry may seem "old," but it has always been the earliest and most easily restructured part of the financial system through technology.

While the market continues to debate whether "cryptocurrency is an asset," the two payment giants—Visa and Mastercard—have reached a consensus on a more fundamental engineering question: Is there a more efficient settlement layer that can be embedded into the existing payment system, rather than starting from scratch?

The answer is stablecoins.

Recently, Visa announced the use of Solana to open USDC settlements to banks in the United States. Prior to this, Mastercard partnered with Ripple to test RLUSD-based transaction settlements on the XRPL.

This is not a short-term pilot but rather a clear signal of the global payment infrastructure beginning to migrate toward a new generation of settlement layers.

Visa: Turning Stablecoins into a "Settlement Plugin"

Visa's moves may seem cutting-edge, but their logic remains highly restrained.

It did not choose to build a closed blockchain system but instead directly integrated the Solana network and USDC stablecoin into its settlement backend as an available option within the existing clearing process.

Key data: In the United States, institutions like Cross River Bank have already begun using USDC for settlements via Solana. Visa disclosed an annualized settlement run rate exceeding $3.5 billion.

Seamless experience: For consumers, the card-swiping experience remains unchanged.

For banks, the change is highly intuitive: the traditional T+1/T+2 clearing cycle, limited to weekdays, has been compressed into 24/7 continuous settlement, significantly reducing funds in transit and liquidity occupancy.

Notably, Visa has not packaged this capability as a "financial paradigm shift" or "disruptive innovation." It repeatedly emphasizes standardization and productization—treating stablecoin settlement as a deployable, replicable foundational capability.

This also explains Visa's recent launch of stablecoin consulting services: its goal is not to push banks "toward crypto" but to help them understand and integrate next-generation settlement tools.

In this system, stablecoins are not standalone financial products but rather foundational modules embedded within the payment network.

Mastercard: Building a "Compliant Connectivity Layer"

Unlike Visa's "direct connection to public chains," Mastercard has chosen a more complex path of "alliances and partnerships."

Multi-chain collaboration: It has not bet on a single path but has instead worked with Ripple (XRPL), Gemini, and institutions in the Middle East.

Compliance puzzle: It prefers to build a "pluggable compliant connectivity layer."

Mastercard's self-positioning is very clear: it does not seek to become an extension of any single public chain but instead places itself at the interface between the traditional financial system and on-chain settlement networks.

The core advantage of this architecture lies in its flexibility—regardless of which stablecoin or technical path becomes mainstream in the future, Mastercard can quickly integrate through connection and adaptation. This model is particularly suitable for cross-border payments, B2B settlements, and RWA scenarios that are structurally complex and require high compliance.

The Battle for the Settlement Layer Points to a $40 Trillion Redistribution

Despite their different paths, Visa and Mastercard are highly aligned on one key judgment.

What they are truly focused on is not the growth of a single stablecoin's scale but whether future settlement activities will break away from the existing payment network and complete closed loops on new technological layers.

Once fund flows can achieve peer-to-peer settlements on-chain, the intermediary value of traditional clearing networks will be reassessed. This is precisely why the two major card networks must intervene early and define their positions clearly.

Visa's latest report mentioning that "stablecoins could reshape the global $40 trillion credit market" is not merely a narrative of scale but a structural judgment: when settlement tools become programmable, the underlying logic of credit issuance, risk control, and fund allocation will adjust accordingly.

Whoever controls the settlement layer is closer to defining the rules of next-generation fund flows.

This is a revolution happening outside the public eye.

It is not a user-facing celebration but a technical migration occurring in backend systems: quiet, gradual, but once completed, almost irreversible.

When the world's largest payment networks begin to view on-chain settlement as a foundational capability, blockchain is no longer an external variable of the financial system but is becoming part of its internal engineering.

Payments may still look the same, but the underlying settlement logic is entering a new technological phase.

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

QWhat is the core consensus that Visa and Mastercard have reached regarding the future of payment infrastructure?

AThey agree that a more efficient settlement layer, specifically stablecoins, can be embedded into the existing payment system rather than rebuilding it from scratch.

QHow does Visa's approach to integrating stablecoin settlement differ from Mastercard's?

AVisa directly connects the Solana network and USDC to its settlement backend as a plug-in option, while Mastercard builds a flexible 'compliant connectivity layer' to interface between traditional finance and various on-chain settlement networks.

QWhat key benefit does on-chain stablecoin settlement provide to banks, according to the article?

AIt compresses the traditional T+1/T+2 settlement cycle into 7x24 continuous settlement, significantly reducing funds-in-transit time and liquidity occupancy.

QWhat massive market shift in the financial system are Visa and Mastercard's moves ultimately aimed at?

AThey are positioning themselves for the potential reallocation of the global $40 trillion credit market, as programmable settlement tools could reshape the underlying logic of credit issuance, risk control, and fund allocation.

QHow does the article characterize the nature of this technological shift in payment settlement?

AIt is described as a quiet, gradual, but almost irreversible revolution happening in the backend systems, making blockchain an internal part of the financial engineering rather than an external variable.

Похожее

No Coding Required: Build Your First AI Agent in 2 Days (Complete Tutorial)

A No-Code Guide to Building Your First AI Agent in a Weekend This article presents a weekend, zero-code tutorial for beginners to build a functional AI Agent using tools like Claude. It clarifies the core difference between a chatbot, which responds to queries, and an Agent, which autonomously plans and executes multi-step tasks using tools to deliver a final result. The process is broken into four stages over two days: 1. **Saturday Morning: Understanding Agents.** Learn that an Agent requires a clear Goal, a Plan, necessary Tools, and an execution Loop. Identify a simple, multi-step task from your own work/life as your first project. 2. **Saturday Afternoon: Building with Claude.** Create a one-page "Agent Blueprint" answering: the Goal, sequential Steps, required Tools, the desired Output format, and error-handling rules. Implement this blueprint in Claude (Desktop Cowork or web Projects) and run the Agent for the first time. 3. **Sunday Morning: Debugging & Optimization.** Review the initial (often 60-70% accurate) output. Identify flaws, trace them back to vague instructions in your blueprint, and refine it with more specific criteria and error handling. Iterate this run-review-refine cycle 3-4 times to reach ~90% reliability. 4. **Sunday Afternoon: Expansion.** Apply the learned workflow to quickly build a second, different Agent (e.g., for research, content repurposing, or meeting prep), experiencing the compounding efficiency gains. The core skill is not writing a perfect blueprint initially, but rapidly iterating based on output. By the end of the weekend, you'll have built two usable Agents, moving beyond just chatting with AI to automating multi-step workflows, fundamentally changing how you approach repetitive tasks.

marsbit2 ч. назад

No Coding Required: Build Your First AI Agent in 2 Days (Complete Tutorial)

marsbit2 ч. назад

Торговля

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

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

Как купить HPP

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

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

Как купить HPP

Что такое GENIUS

I. Введение в проект1. Что такое Genius?Genius (GENIUS) позиционируется как «конечный терминал на блокчейне», децентрализованная торговая платформа, ориентированная на конфиденциальность и скорость. Интегрируя технологии конфиденциальности высшего уровня, она стремится создать инфраструктуру торговли с конфиденциальностью нового поколения на таких сетях, как BNB Chain, позволяя пользователям взаимодействовать на блокчейне с бесшовным опытом, сопоставимым с централизованными биржами.2. Как работает Genius?Основная техническая архитектура Genius структурирована следующим образом:(1) Невидимость для цепочки: Пользователям не нужно вручную обрабатывать многоступенчатые одобрения для кросс-цепочных операций, упаковки активов или сложного управления газом.(2) Торговля без подписи: Благодаря интеграциям, таким как Turnkey, Genius позволяет мгновенно торговать без всплывающих подтверждений или авторизации на каждую транзакцию.(3) Аггрегатор аггрегаторов: Genius работает на основе лучшего в своем классе стека агрегации, интегрированного с более чем 150 DEX, утверждая о превосходной эффективности котировок по сравнению с конкурентными продуктами.(4) Управление аккаунтом: Платформа использует некастодиальную архитектуру и использует Turnkey и Lit Protocol для управления ключами, позволяя пользователям безопасно получать доступ к своим аккаунтам через пасскоды.3. Кто создал Genius?Согласно официальным Условиям обслуживания, Genius был разработан компанией Shuttle Labs, Inc. На основе официального аккаунта проекта в X, Райан Майер является одним из ключевых участников, способствующих итерации продукта, включая разработки, такие как внедрение протокола Ghost, а также более широкое вовлечение сообщества.Основатель Binance CZ официально присоединился к проекту в качестве советника с целью помочь команде создать более быструю и конфиденциальную торговлю на блокчейне.Кроме того, проект получил сильную поддержку от YZi Labs, которая инвестировала в Genius и работает вместе с Фондом Genius, ответственным за поддержание основного Протокола Моста Genius (GBP).4. Токеномика GeniusGENIUS — это родной токен экосистемы Genius. На данный момент проект не выпустил полный документ по токеномике.Согласно последним официальным раскрытиям, Genius включает дефляционный механизм, и 4,6% от общего объема токенов уже было сожжено в ходе ранней фазы запуска.Система Genius Points (GP):(1) Торговля за вознаграждение: Платформа создала пул вознаграждений в 200 миллионов Genius Points, и пользователи зарабатывают GP за каждую сделку, выполненную через терминал.(2) Уровни и значки: Genius предлагает систему значков на основе прогрессии от Умного до Бога, с более высокими уровнями, открывающими дополнительные привилегии и преимущества.(3) Родной доход: Пользователи, держащие определенные активы, такие как usdGG на панели управления, могут зарабатывать родной доход напрямую, не проходя через сложное стекинг.(4) Реферальные стимулы: Рефереры могут зарабатывать возвраты комиссии более 45%, выплачиваемые в USDC, а также дополнительные GP.5. Хронология и ключевые вехиМарт 2020: Официальный аккаунт проекта в X был создан, что ознаменовало начало его ранней подготовительной фазы.13 января 2026: Genius объявил о многомиллионной инвестиции от YZi Labs и одновременно подтвердил CZ в качестве советника для ускорения создания своей инфраструктуры торговли с конфиденциальностью.18 апреля 2026: Проект объявил, что протокол конфиденциальности Ghost будет запущен в ближайшее время.29 апреля 2026: Протокол Ghost официально открылся для первых 50 тестеров, что ознаменовало начало новой эры для торговли с конфиденциальностью на BNB Chain. В то же время команда подтвердила, что 4,6% токенов были сожжены.​II. Информация о токенах1) Основная информацияНазвание токена: GENIUS (Genius)III. Связанные ссылкиВебсайт: https://www.tradegenius.com/homeЭксплореры: https://bscscan.com/address/0x1f12b85aac097e43aa1555b2881e98a51090e9a6Социальные сети: https://x.com/GeniusTerminalПримечание: Введение в проект основано на материалах, опубликованных или предоставленных официальной командой проекта, и предназначено только для справки и не является инвестиционной рекомендацией. HTX не несет ответственности за любые прямые или косвенные убытки, возникшие в результате этого.

257 просмотров всегоОпубликовано 2026.04.29Обновлено 2026.05.12

Что такое GENIUS

Как купить GENIUS

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

208 просмотров всегоОпубликовано 2026.04.29Обновлено 2026.05.12

Как купить GENIUS

Обсуждения

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

活动图片