Japan Moves Crypto Under Financial Law, Toughens Penalties For Fraud

bitcoinist發佈於 2026-04-11更新於 2026-04-11

文章摘要

Japan has officially shifted its regulatory approach to cryptocurrencies by approving an amendment to the Financial Instruments and Exchange Act (FIEA), moving crypto from the Payment Services Act to be treated as financial products, similar to stocks and bonds. This change introduces stricter rules, mandatory disclosures, explicit bans on insider trading, and enhanced investor protections. Penalties for unlicensed operators are significantly toughened, with prison terms increasing from up to three years to ten years and fines rising from ¥3 million to ¥10 million. The new law, which renames registered firms as "crypto asset trading operators," is expected to take effect in fiscal 2027 if passed in the current parliamentary session.

Japan had over 13 million crypto accounts when its financial regulator started fielding more than 350 fraud complaints every month. Those numbers helped push the government toward a major regulatory overhaul — one that officially cleared the cabinet this week.

A Shift Away From Payment Rules

For years, crypto in Japan was governed under the Payment Services Act, a framework built around digital money and transactions rather than investment activity.

That changes under the newly approved amendment to the Financial Instruments and Exchange Act, known as the FIEA.

Image: Chesnot/Getty Images

The revision treats crypto assets the same way the law treats stocks and bonds — as financial products subject to stricter rules, required disclosures, and explicit prohibitions on insider trading.

Finance Minister Satsuki Katayama addressed reporters after the cabinet approved the bill. “In response to changes in financial and capital markets, we will expand the supply of growth capital while ensuring market fairness, transparency, and investor protection,” she said.

The Financial Services Agency had been signaling this shift since late 2025. The cabinet’s approval this week moves that plan out of the proposal stage and into formal legislation.

Penalties Rise Sharply For Unlicensed Operators

The new law carries real consequences for bad actors. Prison sentences for unlicensed crypto operators would jump from a maximum of three years to 10. Fines would increase from ¥3 million to ¥10 million.

Trading on undisclosed information — insider trading — would be explicitly banned under the FIEA framework, a prohibition that did not exist under the old payment services rules.

The changes also come with new paperwork requirements. Issuers will be required to file annual disclosures, bringing them closer in line with publicly listed companies.

BTCUSD trading at $72,727 on the 24-hour chart: TradingView

Registered firms will also be renamed, from “crypto asset exchange operators” to “crypto asset trading operators” — a small change in language that reflects the larger shift in how the government now views the industry.

Timeline Depends On Parliamentary Session

Whether the law takes effect in fiscal year 2027 depends on the current parliamentary session. If passed during the ongoing session, that timeline holds. Reports indicate the FSA has been laying the groundwork for this transition for months.

Japan has long been one of the more active countries in setting rules for digital assets. This latest move brings its regulatory approach closer to the standards applied to traditional financial markets, covering investor protections, market oversight, and criminal penalties in one consolidated framework.

Featured image from PlanetofHotels.com, chart from TradingView

相關問答

QWhat was the previous legal framework governing crypto in Japan, and what has it been replaced with?

ACrypto in Japan was previously governed under the Payment Services Act. It has now been replaced by an amendment to the Financial Instruments and Exchange Act (FIEA).

QHow does the new law change the classification and treatment of crypto assets?

AThe new law treats crypto assets the same way as stocks and bonds, classifying them as financial products subject to stricter rules, required disclosures, and explicit prohibitions on insider trading.

QWhat are the new maximum penalties for unlicensed crypto operators under the revised law?

AThe maximum prison sentence for unlicensed crypto operators increases from 3 years to 10 years, and the maximum fine increases from ¥3 million to ¥10 million.

QWhat new requirement is placed on crypto issuers under the amended FIEA?

AIssuers are required to file annual disclosures, bringing them closer in line with the reporting requirements of publicly listed companies.

QWhat is the new official name for registered crypto firms, and what does this change signify?

ARegistered firms are renamed from 'crypto asset exchange operators' to 'crypto asset trading operators,' reflecting the government's larger shift in viewing the industry as part of the financial markets.

你可能也喜歡

OpenAI后训练工程师翁家翌,给Agentic AI提出了新范式假设

OpenAI工程师翁家翌提出名为“启发式学习”的新范式,探索AI通过自主编写和修改代码来提升能力,而非仅依赖训练神经网络参数。 在实验中,他让Codex在明确目标和反馈闭环中,为Atari Breakout等游戏编写纯Python策略代码,通过反复运行、查看日志与回放、定位失败并修改代码,最终使策略在Breakout中达到理论满分。这种“启发式学习”将经验沉淀为可阅读、修改和审计的软件系统,而非难以解释的神经网络权重。 文章对比了启发式学习与深度强化学习的差异:前者更新的是代码结构和规则,具备更好的可解释性、更高的样本效率,并能通过回归测试等方式缓解灾难性遗忘问题。在Atari57游戏的批量测试中,该方法在部分游戏上表现出接近或超越传统强化学习算法的效率,但在需要长程规划的复杂任务中仍存在局限。 该范式的潜在产业意义包括:为机器人控制等场景提供更轻量、可审计的解决方案;提升安全关键系统的可解释性与可维护性;以及为智能体产品提供能力沉淀和共享的新路径。然而,其实用性仍需在更复杂的真实场景中进一步验证。 翁家翌认为,未来更可能是神经网络(负责快速感知等)与启发式系统(负责规则、记忆与安全)结合的分工模式。这预示着AI发展的一条可能路径:在强大编码智能体的辅助下,部分经验可以重新转化为可读、可维护的软件工程资产。

marsbit51 分鐘前

OpenAI后训练工程师翁家翌,给Agentic AI提出了新范式假设

marsbit51 分鐘前

你的 Claude 今晚要做梦了,别打扰它

Anthropic在开发者大会上为AI智能体平台引入了“做梦”(Dreaming)功能,这实际上是一种基于历史运行日志的离线批处理与自我优化机制。AI智能体在完成复杂任务后,会利用闲置时间自动回顾大量操作记录,从中提炼有效模式(例如更优的操作路径),并固化为可共享的记忆,从而提升后续任务效率。 类似机制也出现在其他AI产品中,如Hermes Agent的“Curator”功能可自动将经验整理成“Skill”,OpenClaw的“做梦”流程则细分为浅睡、快速眼动和深睡三个阶段,通过多维度加权决定哪些信息应存入长期记忆。 该功能与“记忆”(Memory)技术紧密相关。当前AI能力的核心挑战之一是如何有效管理与利用不断增长的上下文信息。一方面,行业正通过技术创新(如Subquadratic公司宣称的1200万token超长上下文模型)试图扩大信息容量;另一方面,“做梦”这类功能旨在让AI在有限上下文窗口内,主动筛选、巩固重要信息,模仿人类睡眠中的记忆处理过程。 文章指出,科技公司频繁使用“思考”“记忆”“做梦”等拟人化术语来描述AI功能,这不仅是技术类比,更是一种营销策略和认知塑造。它模糊了机器与人的边界,影响用户对产品的感知与期待,并在无形中转移了技术缺陷的责任归属。本质上,AI的“做梦”仍是一种消耗计算资源的自动化数据处理,但其命名方式却让我们更倾向于将其视为拥有内在生命的数字实体。

marsbit53 分鐘前

你的 Claude 今晚要做梦了,别打扰它

marsbit53 分鐘前

交易

現貨
合約

熱門文章

如何購買F

歡迎來到HTX.com!在這裡,購買Synfutures (F)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Synfutures (F)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Synfutures (F)購買Synfutures (F)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Synfutures (F)在HTX的現貨市場輕鬆交易Synfutures (F)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

454 人學過發佈於 2024.12.21更新於 2025.03.21

如何購買F

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 F (F)幣價的意見。

活动图片