Thailand links crypto & carbon credits to derivatives market: Details

ambcrypto发布于2026-02-12更新于2026-02-12

文章摘要

Thailand has officially integrated digital assets and carbon credits into its regulated derivatives market under the Derivatives Trading Act. This allows cryptocurrencies and carbon credits to serve as underlying assets for futures and options trading on the Thailand Futures Exchange, shifting their status from speculative instruments to regulated investment products. The move enables institutional investors to manage risk more effectively and supports market diversification. Stricter licensing and supervision rules are being implemented to ensure stability. This development is part of Thailand’s broader strategy to position itself as a digital economy leader in Southeast Asia, with plans to introduce Bitcoin ETFs by 2026. The policy follows years of regulatory evolution, including earlier exchange licensing, a ban on crypto payments, and recent tax incentives.

In a surprising turn of events, Thailand’s government has decided to officially include digital assets and carbon credits in its regulated derivatives market.

This means cryptocurrencies and carbon credits can now be used as reference products under the country’s Derivatives Trading Act.

With this decision, Thailand is moving away from treating crypto as just a speculative investment. Digital assets and carbon credits can now be used for futures and options trading on the Thailand Futures Exchange.

This allows large investors and institutions to trade them in a more serious and structured way, similar to gold or oil.

Execs weigh in...

Remarking on the same in the Bangkok Post, Nirun Fuwattananukul, chief executive of Binance TH, said,

“The move marks a watershed moment for the country’s capital markets. It sends a strong signal that Thailand is positioning itself as a forward-looking leader in Southeast Asia’s digital economy.”

By upgrading digital assets and carbon credits to official underlying assets, the government is giving the SEC more power to connect traditional finance with the digital economy.

Until now, most Thai investors could only trade crypto through spot trading, meaning they bought and held assets.

Under the new rules, the Thailand Futures Exchange can now offer products like Bitcoin [BTC] futures and options.

Benefits offered

This gives investors better tools to manage risk and protect themselves from sudden price drops. It also supports market growth, as crypto can now be part of diversified portfolios, with allocations of up to 5%.

At the same time, regulators are introducing strict safety rules. Crypto firms like Binance TH must meet higher licensing standards, and brokers will follow new supervision guidelines to prevent market instability.

According to Fuwattananukul, these changes turn crypto into a regulated asset class and prepare Thailand for future developments, including Bitcoin ETFs by 2026, bringing it closer to global financial hubs like New York and Hong Kong.

Thailand’s crypto journey from 2018 to 2026

Needless to say, Thailand’s current policy shift is the result of years of gradual change in how the country views digital assets. In 2018, the government introduced rules for crypto exchanges, creating the first licensing system.

By 2021, crypto trading had become extremely popular, with some people even using Bitcoin to buy luxury goods. To protect financial stability, the Bank of Thailand banned crypto payments in March 2022.

After this, Thailand adopted a balanced approach. It limited crypto as everyday money but encouraged it as an investment. The government introduced tax benefits, launched a regulatory sandbox in 2024, and allowed banks to enter the sector.

For example, Kasikorn Bank received a crypto custodian license and began offering digital services in 2025. Local projects like KUB, JFIN, and BAND also helped move the market beyond the crackdown period.

This push became a part of a wider plan to compete with global fintech hubs like Dubai and Singapore.

Additionally, a key incentive was also a capital gains tax exemption until 31st December 2029, for trades on approved platforms.

Thus, looking ahead, the launch of Bitcoin ETFs and carbon credit futures by 2026 could further strengthen Thailand’s role in the global digital economy.


Final Thoughts

  • Government support signals long-term commitment to digital finance, not short-term experimentation.
  • By allowing crypto futures and options, the country is shifting digital assets from speculation to serious, regulated investment tools.

相关问答

QWhat are the two new asset classes that Thailand has officially included in its regulated derivatives market?

ADigital assets (cryptocurrencies) and carbon credits.

QAccording to Binance TH's CEO, what does this move signal about Thailand's position in the region?

AIt signals that Thailand is positioning itself as a forward-looking leader in Southeast Asia's digital economy.

QWhat new type of product can the Thailand Futures Exchange now offer under the new rules?

AThe Thailand Futures Exchange can now offer products like Bitcoin (BTC) futures and options.

QWhat was a key regulatory action the Bank of Thailand took in March 2022 regarding cryptocurrency?

AThe Bank of Thailand banned the use of cryptocurrencies for payments to protect financial stability.

QUntil what date is there a capital gains tax exemption for trades on approved crypto platforms in Thailand?

AThe capital gains tax exemption is in effect until 31st December 2029.

你可能也喜欢

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

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

marsbit26分钟前

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

marsbit26分钟前

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

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

marsbit28分钟前

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

marsbit28分钟前

交易

现货
合约
活动图片