Most Prominent Crypto Regulation Cases in 2021–2022

Daily Hodl发布于2022-03-17更新于2022-03-17

文章摘要

There is a noticeable shift in the global economy toward digital currencies. They present...

There is a noticeable shift in the global economy toward digital currencies. They present a great alternative to its fiat counterparts because they are transparent, decentralized and not controlled by any government. Cryptocurrencies are becoming increasingly popular due to their advantages, causing the crypto industry to grow rapidly.
While some governments consider cryptocurrency a fringe asset, others recognize its traction and are exploring ways to keep it under control. There have recently been a number of crypto regulations announced across the globe. This topic has been of big interest to me lately, so let’s look at some of the most notable cases from 2021 and the beginning of 2022.
Canada
Canada has so far been proactive in promoting crypto adoption in the country. Although digital assets are not considered legal tender in Canada, they can be used for purchases at online or offline retailers that accept crypto. The government has made attempts to regulate crypto ever since 2014, and almost a decade ago, Canada started taxing crypto transactions.
In 2021, the Canadian Securities Administrators (CSA) published guidance for crypto issuers that own or hold digital currencies. The same year in February, Canada became the first country to approve a Bitcoin exchange-traded fund (ETF).
Australia
Australia legalized cryptocurrencies in 2017, deeming their property that is taxed as capital gains. Crypto transactions are allowed as long as they are registered with the Australian Transaction Reports and Analysis Centre (AUSTRAC) and comply with AML/CTF requirements.
Australia announced in December that it would issue a new licensing framework for crypto exchanges in 2022. The proposed document would bring digital assets one step closer to being fully regulated in Australia.
South Korea
In South Korea, digital currencies are not considered legal tender. There is no capital gains tax on cryptocurrency gains in the country since they are not regarded as financial assets. The crypto transactions are legal but have to be registered with the government and comply with certain regulations of the South Korean Financial Supervisory Service (FSS).
As of 2020, all crypto exchanges must meet AML/CFT requirements and obtain a license from the Financial Services Commission’s Financial Intelligence Unit (FIU). In 2021, the FIU delisted all privacy coins from South Korean transactions. It has been reported that South Korea plans to introduce the taxation framework for crypto in 2022.
India
As of 2022, India’s stance on cryptocurrencies is still unclear as new regulations are being implemented. Over the preceding years, a number of bills proposed fairly strict crypto regulations – almost to the point of considering banning digital currencies. However, the Standing Committee on Finance in India recently concluded that it would be more effective to regulate rather than ban digital assets. According to finance minister Bhagwat Karad, crypto transactions in the country may be subject to a 30% tax.
The European Union
The legal status of cryptocurrency transactions varies from country to country in the EU, but generally, they are considered legal. Capital gains taxes vary between zero-percent and 50% in the EU member states. In 2020, the EU’s fifth and sixth Anti-Money Laundering Directives (AMLD5 and AMLD6) came into force, requiring exchanges to perform KYC/CDD procedures on customers and comply with standard reporting requirements.
The EU is still exploring ways to regulate digital currencies and doesn’t have a strict framework yet. In July 2021, the European Commission published a set of legislative proposals related to virtual asset service providers (VASP). The proposals will see the transfer of fund regulations (TFR) extended to all VASPs in the EU and will control the collection of information about crypto users.
Switzerland
Switzerland seems to be the perfect place for crypto enthusiasts at this point. Digital assets are legal in the country and are subject to wealth taxation. Crypto exchanges must be certified by the Swiss Financial Market Supervisory Authority (FINMA).
The town of Zug in Switzerland is a prominent crypto hub and is sometimes referred to as the ‘crypto valley.’ In 2021, the Swiss Federal Council introduced a proposal to help adapt regulations to the latest crypto developments.
The United States
Crypto holders are largely based in the United States, so they are eagerly anticipating the US government’s response to the regulatory issue. In the fall of last year, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) issued Sanctions Compliance Guidance for the Virtual Currency Industry.
There are guidelines provided for crypto industry professionals but no strict rules are outlined. It is expected that the Biden administration will announce its digital currency regulation strategy this year. Most likely, it will focus on safety and risks, stablecoin regulation, the potential creation of CBDCs, etc.
Brazil
At the end of 2021, Brazil introduced a bill regulating the use of digital currencies in the country. It is set to allow citizens to use Bitcoin and other cryptos for payments and investment purposes. The bill also outlines penalties for crypto-related crimes. If approved, the document will bring the country one step closer to making crypto its legal tender.
El Salvador
El Salvador is the first and so far the only country to adopt a cryptocurrency (Bitcoin) as legal tender. El Salvador made headlines in September 2021 with this announcement. El Salvador’s president Nayib Bukele has advocated for digital assets and expressed hope that making Bitcoin an official currency along with the US dollar would boost the country’s economy.
The move was widely criticized both locally and internationally, and Bukele was even urged to abolish Bitcoin after many claimed it failed in El Salvador. However, El Salvador’s president doesn’t seem to be changing his mind and still believes in the power of Bitcoin. In fact, for the first time in the country’s history, El Salvador’s GDP grew by 10.3% in 2021. This could mean the country is on track to a more stable economy.
China
Likewise, China has taken a major step toward crypto regulation, though in the opposite direction. In the fall of 2021, the Chinese government declared all crypto-related activities in the country illegal. Since China was one of the largest crypto players in the world, the event greatly impacted the market and the crypto mining industry. Perhaps the ban relates to the emergence of the Chinese CBDC.
Russia
Russia was among the last to announce regulation for the crypto market at the beginning of 2022. Despite initially proposing to ban cryptocurrency, the Russian government announced plans to develop a roadmap for regulating the sector. According to the plan, digital assets will most likely be treated as foreign currencies. Although it plans to allow and regulate crypto transactions, it is unlikely that crypto payments and investments will become legal.
Bottom line
As we can see, some of the world’s economic giants are taking steps towards crypto regulation. No matter whether laws make digital assets legal tender or ban them altogether, they make the crypto industry less independent. It is hard to predict what will happen next – crypto regulations are almost as unpredictable as the crypto market itself.

你可能也喜欢

Claude Code 推出动态工作流:让AI学会自己组队干活

Claude Code 推出了动态工作流(workflows)功能,使AI能够根据任务动态组建多个智能体(Agent)团队协同工作,从而解决复杂的长周期任务。 该功能的核心价值在于,它改变了Claude Code原有的“单智能体在单一上下文内规划并执行”的模式。通过动态工作流,Claude可以将任务拆解,分派给多个拥有独立上下文的子智能体并行处理、交叉验证甚至彼此竞争,最后综合结果。这有效缓解了单智能体在处理长任务时常见的“智能体惰性”(提前宣布完成)、“自我偏好偏差”(倾向认可自己的结论)和“目标漂移”(逐渐偏离原始目标)等问题。 动态工作流通过执行一个包含特殊函数的JavaScript文件来协调子智能体。它支持多种实用模式,例如:将任务分类后路由给不同智能体;将任务拆分为多个小步骤并行处理再综合(扇出并综合);生成多个方案后通过锦标赛机制竞争筛选;以及进行对抗式验证等。 其应用场景显著超越了传统的代码任务,扩展至非技术领域。示例包括:代码迁移与重构、深度研究与事实核查、对大量简历或工单进行排序、从历史会话中提炼行为规则、进行事故根因调查、对积压任务进行大规模分诊,以及在命名、设计等需要探索和品味判断的任务中生成并筛选方案。 文章也指出,动态工作流并非万能。它通常会消耗更多token,因此不适合所有常规编程任务。最佳实践仍在形成中,开发者需要根据任务复杂度判断是否使用。用户可以通过详细提示(prompt)设计工作流,并结合 `/goal` 和 `/loop` 等指令,或设置token使用预算来优化效果。创建的工作流可以保存、共享甚至通过技能(skill)进行分发。 总的来说,动态工作流标志着Claude Code从一个代码助手向一个可编排的智能体工作台演进。未来AI工具的竞争力,可能不仅在于单个模型的智能程度,更在于其组织可靠、可复用执行流程的能力。

marsbit31分钟前

Claude Code 推出动态工作流:让AI学会自己组队干活

marsbit31分钟前

Hyperliquid,华尔街全天候交易便利店

《华尔街日报》报道,去中心化加密交易平台Hyperliquid已成为华尔街交易者,尤其是短线操作者的重要工具。其核心优势在于提供全年无休、全天候交易服务,允许投资者在美股休市(如周末)时提前建仓或平仓,以捕捉如地缘政治事件等带来的市场波动。对冲基金交易员Vala Zeinali分享了他利用该平台在中东冲突消息发布后,及时交易原油衍生品并获得高额回报的经历。 平台由前高频交易员Jeff Yan创立,旨在提供高性能且用户自主托管资产的交易系统,以应对类似FTX破产的风险。尽管公司仅有11名员工,但其业务增长迅速,去年营收约8亿美元,其原生代币HYPE市值已达约160亿美元。 Hyperliquid提供多样化的交易标的,包括比特币、标普500指数、原油以及SpaceX等未上市公司的永续合约,吸引了大量传统金融和加密领域资金。平台的高杠杆特性也意味着高风险,曾在市场剧烈波动时导致巨额爆仓。 目前,美国用户虽被协议禁止使用,但仍有人通过VPN访问。平台吸引力还在于其简洁的界面、丰富的产品以及活跃的社区文化,用户甚至可以直接与创始团队互动。Hyperliquid计划未来拓展至预测市场和期权交易领域,其终极目标是整合所有金融业务。然而,监管机构警告,永续合约结构复杂,面向散户的风险披露可能不足,存在隐患。

marsbit32分钟前

Hyperliquid,华尔街全天候交易便利店

marsbit32分钟前

谁为代理提供资金?

文章探讨了人工智能代理支付领域的关键问题:治理层的价值与竞争。OpenAI曾因缺乏清晰的购物规则(如退货、防欺诈)而关闭代理购物功能,这凸显了治理(支出控制、身份验证、政策执行)在代理经济中的核心地位。 目前,代理支付平均金额仅31美分,传统支付手续费(如Stripe)使得利润微薄,这为低成本的加密货币结算层(如Layer-2稳定币支付)创造了机会。Coinbase的x402协议和Stripe等公司推出的机器支付协议(MPP)正在争夺支付基础设施的主导权。 然而,真正的价值不仅在于处理交易,更在于管理资金流动的规则,即治理层。钱包(如Stripe收购的Privy)因其处在资金流动的关键节点,成为实施消费限额和审批的理想治理层。Stripe、Coinbase等巨头正通过垂直整合技术栈(覆盖结算、钱包、协议、治理等层面)来建立竞争优势。它们通过投资或收购治理初创公司,确保无论治理功能是内嵌还是独立,都能获利。 分析指出,支付处理终将商品化,价值会向上转移到决定交易能否发生的治理环节。预计到2030年,AI代理交易额可达3-5万亿美元,即使收取很低的治理费率,也能产生数十亿美元收入,堪比Coinbase目前的年订阅服务总收入。因此,在钱包、结算和治理层进行垂直整合,通过浮动余额收益、结算费用和合规费用多元获利,将是企业在代理支付时代保持竞争力的关键商业模式。

marsbit59分钟前

谁为代理提供资金?

marsbit59分钟前

交易

现货
合约

热门文章

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

2025年5月22日,比特币价格正式突破11万美元大关,创下历史新高。在政策面、宏观经济、资金面与投资者结构共同作用下,一场结构性牛市浪潮正在展开。而此轮上涨背后的核心驱动,是美国《GENIUS稳定币法案》的实质性进展以及多项利好的叠加。本文将从政策端突破、宏观环境转向、链上与ETF资金结构、交易行为演化,以及重点受益赛道五大维度,全面解析此轮BTC再创新高的深层逻辑,并前瞻下半年市场的潜在趋势。

1.6k人学过发布于 2025.05.22更新于 2025.05.22

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对BTC(BTC)币价的意见。

活动图片