Hong Kong Freezes Stablecoin Rollout, Leaving HSBC, Standard Chartered Waiting

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

Анотація

Hong Kong has postponed the issuance of its first batch of stablecoin licenses, delaying approvals for major applicants like HSBC and Standard Chartered. The delay, attributed to money laundering concerns, may lead to stricter KYC regulations. This setback affects 36 applicants and follows mainland China's earlier crackdown on stablecoins due to regulatory and illegal activity risks. Despite initial plans to issue a small number of licenses in March, the Hong Kong Monetary Authority (HKMA) has not yet granted any approvals. The article also notes similar regulatory delays in South Korea, while Japan and the U.S. have advanced their stablecoin frameworks. The stablecoin market cap remains strong at $316 billion, a new all-time high. Bitcoin is trading around $68,700, down 4% over the week.

Hong Kong has postponed its first batch of stablecoin licenses amid money laundering concerns that could warrant stricter KYC rules.

Hong Kong Has Delayed Its Initial Batch Of Stablecoin Licenses

As reported by Wu Blockchain, citing coverage from Caixin, Hong Kong has postponed the issuance of its first stablecoin approvals, meaning that applicants would be waiting for longer before they can receive a license.

Hong Kong first passed its stablecoin bill in August 2025, making it so that organizations looking to issue stablecoins in the Chinese city’s jurisdiction will need to acquire approval from the Hong Kong Monetary Authority (HKMA).

Following the rollout of the new rules, HKMA started receiving applications from big names like Standard Chartered in its Joint Venture (JV) and HSBC. The first batch of approvals was expected to go out by the end of March, but now April has begun, and no licenses have been handed out at all.

“Hong Kong is concerned that stablecoins may be used for money laundering and may therefore implement stricter KYC regulations,” noted Wu Blockchain. The delay has thrown a wrench in the plans of 36 applicants. Earlier, mainland Chinese regulators cracked down on the sector, stating that fiat-tied cryptocurrencies don’t qualify as legal tender, as they fail to meet regulatory requirements and pose a risk of being used for illegal activities.

Despite the mainland’s stance, however, Hong Kong still moved forward with its stablecoin plans, announcing in February that a “very small number” of issuer licenses would be handed out in March. With that plan not coming to fruition, it now remains to be seen when the HKMA will be able to advance the city’s stablecoin ambitions.

Elsewhere in Asia, South Korea has also seen its stablecoin plans stall, with the Bank of Korea (BoK) arguing for bank-majority stablecoins, while the Financial Services Commission (FCS) advocates for laxer rules.

Meanwhile, Japan took ahead of its neighbors with the launch of its first yen-backed coin last year. The nation could also see its first bank-backed stablecoin this year, with Shinsei Trust and Banking planning on a Q2 2026 launch.

Over in the United States, President Donald Trump signed into law the GENIUS Act last year, providing a formal framework for stablecoins. Overall, this part of the cryptocurrency sector has seen significant global regulatory momentum over the past year, so it’s not surprising to see that its market cap has held up relatively well despite the recent market downturn.

The trend in the stablecoin market cap over the last several years | Source: DefiLlama

As the chart from DefiLlama shows, the market cap of the fiat-tied tokens has mostly moved sideways in recent months, with its value currently sitting at $316 billion, a new all-time high (ATH).

Bitcoin Price

At the time of writing, Bitcoin is trading around $68,700, down over 4% in the last week.

Looks like the price of the coin has gone up a bit over the past day | Source: BTCUSDT on TradingView

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

QWhy has Hong Kong postponed the issuance of its first stablecoin licenses?

AHong Kong has postponed the issuance due to concerns that stablecoins may be used for money laundering, which could lead to the implementation of stricter Know Your Customer (KYC) regulations.

QWhich major financial institutions are among the applicants for stablecoin licenses in Hong Kong?

AMajor applicants include Standard Chartered, through its Joint Venture, and HSBC.

QWhat was the original timeline for issuing the first batch of stablecoin licenses, and what is the current status?

AThe first batch of approvals was expected to be issued by the end of March, but as of the beginning of April, no licenses have been handed out.

QHow does the regulatory stance on stablecoins in mainland China differ from that in Hong Kong?

AMainland Chinese regulators have cracked down on stablecoins, stating they do not qualify as legal tender and pose a risk for illegal activities. In contrast, Hong Kong has moved forward with its own regulatory framework to license stablecoin issuers.

QWhat is the current total market capitalization of stablecoins, according to the article?

AThe current market capitalization of stablecoins is $316 billion, which is a new all-time high (ATH).

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

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星球日报11 хв тому

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

Odaily星球日报11 хв тому

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.

marsbit1 год тому

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

marsbit1 год тому

Торгівля

Спот
活动图片