Crypto Push In Korea: Hana Financial And Standard Chartered Unveil New Deal

bitcoinistPublicado em 2026-03-16Última atualização em 2026-03-16

Resumo

One of South Korea's largest financial groups, Hana Financial, has partnered with UK-based Standard Chartered to strengthen cooperation in global finance and crypto assets. The two institutions signed a memorandum of understanding (MOU) on March 15, aiming to develop stablecoins and digital assets as new growth drivers alongside their traditional banking operations. The agreement covers areas including stablecoins, deposit tokens, and tokenized financial instruments. Hana’s Chairman, Ham Young-joo, emphasized the importance of building a comprehensive ecosystem for won-denominated stablecoins, from issuance to circulation. Standard Chartered’s CEO, Bill Winters highlighted South Korea’s key role in Asian financial markets. This partnership reflects a broader trend among major Korean banks to develop regulated digital asset infrastructure—such as stablecoins and tokenized bonds—rather than focusing on retail crypto speculation. Both institutions have prior experience in the digital asset space, with Hana having established a crypto custody venture and Standard Chartered actively involved in tokenization projects and stablecoin initiatives in Asia.

One of the largest South Korean financial conglomerates has partenerd up with a major UK-based global bank to deepen cooperation in global finance and crypto assets.

A Transnational Crypto Deal

Incumbents are keen not to be left behind on the crypto curve, so much so that some of them are now joining forces. That seems to be the case for Hana Financial Group and Standard Chartered Group as on March 15th they announced the signing of a MOU (memorandum of understanding). By teaming up, the two lenders aim to turn stablecoins and other digital assets into a new growth engine alongside their existing international banking business.

Chairman Ham of Han Financial Group and Bill Winters, CEO of Standard Chartered Group, at the signing ceremony in Seoul. Source: Seoul Economic Daily.

According to The Korea Times, the signing ceremony took place at Hana’s Bank’s headquarters on March 13th. It was attended by Ham Young-joo, Chairman of Hana Financial Group, and Bill Winters, CEO of Standard Chartered Group. Seoul Economic Daily reports that Ham and Winters exchanged views on cooperation in global and digital assets. Chairman Ham stated that:

The partnership between Hana Financial Group and Standard Chartered Group, leveraging their extensive global networks and diverse financial know-how, will serve as a strong competitive edge in the global financial sector. We will create new growth opportunities by generating synergies in future financial domains, including digital assets.

Winters emphasized on the capital importance that South Korea has in Asian financial markets, regarding the country as a “key hub”.

Shared Goals

The MOU covers stablecoins, deposit-token experiments, and future tokenized instruments, tying in Hana’s domestic stablecoin plans and pilots.

The Seoul Economic Daily contextualizes this move with Chairman Ham views of stablecoins as “core future business”. His goal with Hana Financial points to the building of an “ecosystem encompassing the issuance, distribution, use and circulation of (won-denominated stable) coins”, as he stated in his New Year’s address in January. In 2024, Hana Bank, BitGo, and SK Telecom set up BitGo Korea as the local arm focused on institutional crypto custody. In 2025, the Korean lender had an all-time high net profit of ₩4 trillion.

Chairman Ham and Bill Winters at Hana’s Bank’s headquarters, Source: Seoul Economic Daily.

Standard Chartered already has a growing crypto footprint, from institutional custody services to pilots with tokenized bonds and other blockchain-based assets. The bank has also backed several stablecoin ventures in markets like Hong Kong.

This is not the first time Hana Bank and Standard Chartered team up. In December 2025, the UK-based global bank announced that it was facilitating Hana Securities first venture with digital assets.

A Crypto Race

Instead of chasing pure spot exposure, the South Korea’s big banks are now racing to build compliant rails around stablecoins, tokenized notes, and digital bonds that can plug directly into the regulated financial system, nudging the market away from retail speculation toward more structured corporate and banking participation.

This new deal marks another milestone in the latest wave of efforts by TradFi institutions to keep up with a rapidly evolving digital financial system.

BTC’s price trends to the upside on the daily chart, reaching the $73K. Source: BTCUSD on Tradingview

Cover image from Perplexity, BTCUSD chart from Tradingview

Criptomoedas em alta

Perguntas relacionadas

QWhat is the main purpose of the partnership between Hana Financial Group and Standard Chartered Group?

AThe partnership aims to deepen cooperation in global finance and crypto assets, turning stablecoins and other digital assets into a new growth engine alongside their existing international banking business.

QWhen and where did the signing ceremony of the MOU between Hana Financial Group and Standard Chartered take place?

AThe signing ceremony took place on March 13th at Hana Bank's headquarters in Seoul.

QWhat specific areas does the MOU between the two financial institutions cover?

AThe MOU covers stablecoins, deposit-token experiments, and future tokenized instruments, tying in Hana's domestic stablecoin plans and pilots.

QWhat did Chairman Ham of Hana Financial Group identify as a 'core future business' in his New Year's address?

AChairman Ham identified stablecoins as a 'core future business' and expressed his goal to build an ecosystem encompassing the issuance, distribution, use, and circulation of won-denominated stablecoins.

QHow is Standard Chartered Bank involved in the crypto space, according to the article?

AStandard Chartered has a growing crypto footprint, including institutional custody services, pilots with tokenized bonds and other blockchain-based assets, and backing several stablecoin ventures in markets like Hong Kong.

Leituras Relacionadas

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报Há 12m

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报Há 12m

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbitHá 1h

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbitHá 1h

Trading

Spot

Artigos em Destaque

Como comprar PUSH

Bem-vindo à HTX.com!Tornámos a compra de Push Protocol (PUSH) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Push Protocol (PUSH) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Push Protocol (PUSH)Depois de comprar o teu Push Protocol (PUSH), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Push Protocol (PUSH)Transaciona facilmente Push Protocol (PUSH) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

586 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar PUSH

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de PUSH (PUSH) são apresentadas abaixo.

活动图片