Japan’s LDP Calls For Crypto ETF Framework, Yen Stablecoin Push In New Proposal

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

Анотація

Japan's ruling Liberal Democratic Party (LDP) has proposed establishing a legal framework for cryptocurrency-based exchange-traded funds (ETFs) to boost the country's digital asset sector. The party's blockchain promotion panel submitted the proposal to Finance Minister Satsuki Katayama, arguing that crypto ETFs would provide accessible investment options and should be recognized as official financial products. While Japan's Financial Services Agency (FSA) has historically been cautious, recent reports suggest potential regulatory amendments could allow the first crypto ETFs within two years. Separately, the LDP urged the government to promote the use of yen-denominated stablecoins for settlements in Asia, aiming to leverage Japan's upcoming hosting of the Asian Development Bank's annual meeting. Japan's stablecoin regulations, established in 2022, permit issuance only by licensed financial institutions. Recent legal changes have also eased rules for certain foreign trust-backed stablecoins and classified crypto assets as financial instruments.

Japan’s ruling party has called for the creation of the long-awaited rules for crypto exchange-traded funds (ETFs) and promotion of yen-denominated stablecoins in the region in a new proposal to the government.

Japan’s Ruling Party Pushes For Crypto ETF Rules

On Monday, Japan’s Liberal Democratic Party (LDP) asked the government to develop a legal framework to allow crypto-based ETFs in the country, seeking to strengthen the local digital assets sector, Reuters reported.

In a proposal ‌to the government, the ruling party affirmed that “Crypto-ETFs would provide investors with easy-to-understand ways of investment,” urging the government to “position the product as an official means of ​investment in the financial market.”

According to the report, LDP’s panel on the promotion of ​blockchain technology submitted its proposal to Finance Minister Satsuki Katayama, ⁠who oversees the Financial Services Agency (FSA).

It’s worth noting that Japanese authorities have been cautious about crypto-based investment products over the past few years, with the main financial regulator repeatedly expressing its reservations about the funds.

Earlier this year, reports indicated that the FSA plans to amend the Investment Trust Act’s enforcement order to add cryptocurrencies to the list of specified assets for ETFs, with stronger safeguards to protect investors.

Reportedly, the country will likely approve and list its first wave of crypto ETFs in the next two years, with some industry leaders affirming that the rollout could come as early as next year if the law’s revision allows it.

In an April interview, Hiromi Yamaji, CEO of Japan Exchange Group (JPX), the parent company of the Tokyo Stock Exchange, stated that asset management firms are interested in creating crypto investment products.

“We’re ready to work on it once legislation and tax treatment are made clear,” JPX CEO told Bloomberg, but noted that listings could come in 2028, if progress on the law’s amendments stalls.

Lawmakers Eye Yen-Stablecoin Boost In Asia

After Monday’s meeting with Katayama, Junichi Kanda, a lawmaker on the panel, told reporters that the ruling party had also pushed the government to boost the use of yen stablecoins in the region.

“We urged the government to take steps to promote ​yen stablecoins for settlement in Asia in the future,” he said, adding that Japan could promote yen stablecoins and its efforts on blockchain innovation next year, when the country hosts the Asian Development Bank’s annual meeting.

Japan’s legal framework for stablecoins was established through the 2022 amendment to the Payment Services Act. Under these rules, only licensed money transfer companies, trust companies, and banks are allowed to issue yen-denominated tokens.

Last year, Tokyo fintech company JPYC launched the first yen-pegged stablecoin, backed by Japanese yen reserves, including bank deposits and government debt. The FSA also endorsed a project by three major Japanese banks to jointly issue a yen-backed token.

This May, the financial regulator expanded the Cabinet Office Ordinance to recognize certain trust-type stablecoins issued by foreign trust banks and similar entities as “electronic payment instruments” under the Payment Services Act, starting June 1.

The revisions remove foreign trust-backed stablecoins from the Financial Instruments and Exchange Act (FIEA) “securities” classification, allowing domestic registered operators to manage them legally.

Similarly, authorities amended the FIEA earlier this year to classify crypto assets as financial instruments and outlined compliance requirements for the use of crypto in real estate deals.

The total crypto market capitalization is at $2.42 trillion in the one-week chart. Source: TOTAL on TradingView

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

QWhat are the two main proposals Japan's Liberal Democratic Party (LDP) has submitted to the government regarding digital assets?

AJapan's Liberal Democratic Party (LDP) has submitted two main proposals. First, it called for the government to develop a legal framework to allow crypto-based Exchange-Traded Funds (ETFs) in the country. Second, it urged the government to promote the use of yen-denominated stablecoins for settlement within Asia.

QWhat is the status of the legal framework for stablecoins in Japan, and who is allowed to issue yen-denominated stablecoins?

AJapan established its legal framework for stablecoins through a 2022 amendment to the Payment Services Act. Under these rules, only licensed money transfer companies, trust companies, and banks are permitted to issue yen-denominated stablecoins.

QWhat are the potential timelines for the approval and listing of the first crypto ETFs in Japan according to the article?

AThe article mentions that the first wave of crypto ETFs in Japan could be approved and listed within the next two years. Some industry leaders believe the rollout could happen as early as next year if legal revisions allow. However, the CEO of JPX also noted that listings might be delayed until 2028 if progress on amending the law stalls.

QWhat recent regulatory change did Japan's FSA make regarding foreign stablecoins, effective from June 1?

AIn May, Japan's Financial Services Agency (FSA) expanded the Cabinet Office Ordinance to recognize certain trust-type stablecoins issued by foreign trust banks and similar entities as 'electronic payment instruments' under the Payment Services Act, starting June 1. This change removes these foreign trust-backed stablecoins from the 'securities' classification under the Financial Instruments and Exchange Act (FIEA).

QWhat are the stated benefits of crypto ETFs according to the LDP's proposal?

AAccording to the LDP's proposal, 'Crypto-ETFs would provide investors with easy-to-understand ways of investment.' The party urged the government to position such products as an official means of investment in the financial market.

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

Vitalik: Building Index-Tracking Assets Based on Options Rather Than Debt

Vitalik Buterin proposes constructing index-tracking assets using synthetic options rather than debt-based mechanisms. The core problem is enabling exposure to a price index (T, e.g., USD/ETH) in a trust-minimized environment where only ETH is a trustless asset, relying solely on a decentralized oracle. Traditional approaches, like algorithmic stablecoins, use debt positions and require real-time, binding oracles for liquidations, which are difficult to secure. This article suggests a paradigm shift: eliminating liquidation and using options as the fundamental building block, requiring only a "slow" oracle. The design defines two synthetic assets, P and N, with parameters for the index T, a strike price S, and an expiry M. At any time, 1 ETH can be split to create a (P, N) pair or merged back. At expiry M, the oracle determines T's value x. P receives min(1, S/x) ETH, and N receives max(0, 1 - S/x) ETH. This structure inherently avoids insolvency risk (P+N=1) and can share an oracle with prediction markets. To gain stable exposure to T (e.g., USD), a user would hold deeply "in-the-money" P options (with S significantly below the current price) and periodically "roll" them to lower strikes as the price approaches the current strike, rebalancing their portfolio. This transfers the decision of *when* to act from a protocol-enforced liquidation (requiring a real-time oracle) to the user or an automated wrapper. Users can manage MEV risk and oracle dependency by choosing their rebalancing timing and data sources. A key trade-off is accepting some quadratic drift (deviation from perfect peg), estimated at 1-4% annualized volatility. Buterin argues this cost is reasonable compared to fiat currency volatility or equilibrium shifts in other stablecoins. The success of this model depends heavily on designing low-slippage market mechanisms for the rebalancing process, leveraging users' low time preference to execute trades patiently.

marsbit42 хв тому

Vitalik: Building Index-Tracking Assets Based on Options Rather Than Debt

marsbit42 хв тому

"Water Scarcity": The Hidden Fatal Flaw of AI Infrastructure

“Water Scarcity: The Hidden Vulnerability of AI Infrastructure” In June 2026, SpaceX revised its IPO prospectus to highlight a core resource constraint alongside power and processors: water. This move signals a pivotal shift where water scarcity has transformed from an operational cost to a major, uncontrollable investment risk, directly threatening AI data center expansion. The scale of the problem is immense. U.S. data centers consumed an estimated 17 billion gallons of water for direct cooling in 2023, with indirect water use for power generation exceeding 211 billion gallons. Giants like Google alone use billions of gallons annually, with single sites consuming volumes equivalent to a medium-sized city. This water is largely “consumptive,” evaporated into the atmosphere and lost. This massive demand is colliding with scarcity. Tech companies are building “water tigers” in arid regions, sparking community protests in places like Mexico and Arizona, where data centers can legally use millions of gallons daily—enough for tens of thousands of residents. These conflicts are not about illegality, but about a mismatch between historic water allocation frameworks and new, colossal demand. The consequences are real. Community opposition, largely centered on water, has reportedly stalled or canceled $64 billion in U.S. data center projects over two years. Simultaneously, investors are pressuring companies for greater water footprint transparency, viewing it as a financial risk, not just an ESG metric. Technological solutions like air or liquid cooling involve trade-offs between water and electricity use, with final choices dictated by local constraints. The irony is stark: while industry leaders envision AI as a utility “like water,” its physical infrastructure is straining real-world water supplies. The race for AI supremacy may ultimately be governed not by the fastest chip, but by the slowest water meter.

marsbit1 год тому

"Water Scarcity": The Hidden Fatal Flaw of AI Infrastructure

marsbit1 год тому

Global Card Issuance Enters a Compliance-Driven Era: WasabiCard is Building the Next-Generation Payment Infrastructure

Global card issuance is entering a compliance-driven era, with WasabiCard building next-generation payment infrastructure. The platform asserts that as stablecoins increasingly enter cross-border payments, corporate settlements, and global commerce, the industry is shifting focus from "availability" and "growth-driven" models to long-term, compliant operation under global frameworks. Competition will center on sustainable compliance and global infrastructure capabilities. Stablecoins are evolving from on-chain assets into key payment tools in global business, with card issuance acting as critical infrastructure connecting digital assets to traditional payment networks like Visa and Mastercard. This expansion has revealed structural issues, including cross-regional issuance, BIN resource management, and insufficient AML and risk controls. In response, the industry is moving away from reliance on "grey efficiency" towards prioritizing compliance, risk management, and long-term operational stability. WasabiCard outlines its strategy: collaborating with licensed principals and local partners for localized operations, building robust KYC/AML systems, strictly separating commercial and consumer BIN usage, and enhancing global issuance, payment, and cross-border fund flow infrastructure. The goal is to build stable, scalable payment infrastructure amid evolving global regulations, shifting industry competition from scale to infrastructure capability. As stablecoins integrate further with global commerce, payment infrastructure will become a fundamental, embedded component of internet business. WasabiCard will continue to develop capabilities in global card issuance, stablecoin payments, cross-border fund flows, and API-driven financial workflows.

marsbit1 год тому

Global Card Issuance Enters a Compliance-Driven Era: WasabiCard is Building the Next-Generation Payment Infrastructure

marsbit1 год тому

Торгівля

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

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

Як купити PUSH

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

548 переглядів усьогоОпубліковано 2024.12.13Оновлено 2026.06.02

Як купити PUSH

Обговорення

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

活动图片