【一周靓文】MicroStrategy直面1亿美元罚款,Tether持有现金增加13亿美元

火币资讯Published on 2022-09-03Last updated on 2022-09-05

Abstract

一旦诉讼终获成功,MicroStrategy 或将受到冲击。而现金储备匮乏的 MicroStrategy,又将如何应对法币不足的危机

一周靓文,介绍过去一周最值得关注的热点文章,帮助投资者深刻理解市场动态。

1、《危险危险危险!不脱锚就坐以Dai毙?》

MakerDAO 联合创始人Rune Christensen在本周发布文章《合规之路和去中心化之路:为什么 Maker 别无选择,只能准备自由浮动 DAI》(The Path of Compliance and the Path of Decentralization: Why Maker has no choice but to prepare to free float Dai)。指出现阶段超过50%的DAI由USDC抵押,违反了风险规定。并指出,解决的方法可能只有脱锚DAI-USD。

点击查看

2、《直面1亿美元罚款,MicroStrategy会抛13万枚BTC吗?》

若此次诉讼终获成功,MicroStrategy 或将受到冲击。而现金储备匮乏的 MicroStrategy,又将如何应对法币不足的危机,如何处理自己的巨额比特币持仓?未来是否存在巨额比特币抛售、冲击市场的风险?

点击查看

3、《比特币未来将消耗多少能源?》

本文估计了到 2040 年比特币能源使用的发展情况。能源消耗会变得高到比特币无法扩张,还是低到无法保证系统的稳定?或者介于两者之间?让我们来一探究竟。

比特币能源争论的焦点几乎完全集中在比特币目前的能耗上,而没有考虑到其未来发展。在本文中,笔者根据几种价格情景来估计比特币未来的能耗,并概述了交易费用和电价等因素的变化如何影响该估计。

点击查看

4、《USDT 五年审计报告观察:Tether持有现金增加13亿美元,商业票据减持超50%》

母公司为香港公司的 Tether 在合规和审计透明的频率上做的远不如美国本土的稳定币,但是随着 Tether 稳居龙头和扩张,用户与监管层对其的要求也在提升。Tether 的审计明显逐年提升了审计质量、审计频率,并给资产做了详细的 breakdown,这都是 Tether 作为全球第一稳定币需要承担的责任。

点击查看

5、《Tornado Cash遭制裁后,谁最难受?》

自8月8日美国财政部外国资产控制办公室 (OFAC) 宣布制裁混币器Tornado Cash后,不少加密资产服务商纷纷与OFAC列出的受制裁地址「划清界限」,甚至直接冻结了与这些地址有交易痕迹的地址账户。

点击查看

Related Reads

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

Former SpaceX engineer Lex Li applies "First Principles Thinking" to financial infrastructure with Plan Execution Lab, recently raising angel funding at a $50M post-money valuation. The team argues that the core function of finance is capital allocation, and the critical gap is not in trading but in execution, which remains highly manual and fragmented. While assets, liquidity, and settlement have migrated on-chain, execution workflows (monitoring, risk management, liquidity coordination) are still human-native. In an era of accelerating AI agents, strategy decay is rapid, shifting the competitive edge from having the best strategy to having the most robust execution network. Plan Execution Lab introduces two core components: 1. **PlanX**: A Financial Execution Protocol designed as infrastructure for the migration from CEX to DEX, providing on-chain execution capabilities, liquidity access, risk management, and capital orchestration. 2. **Xgent**: An Autonomous Financial Runtime. Users define investment intents, risk preferences, and constraints; Xgent automatically constructs an execution graph, verifies it, and handles ongoing execution and optimization—streamlining the process from Intent to Autonomous Execution. The long-term vision is to create the "Bloomberg Terminal for Autonomous Finance"—a shared operating environment and execution network built collectively by participants like execution nodes, liquidity providers, and autonomous agents. The future of finance, they contend, belongs not to isolated algorithms but to open, collaborative execution networks.

marsbit16m ago

Former SpaceX Engineer Reconstructs Financial Execution System Using First Principles

marsbit16m ago

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

Plan Execution Lab, a financial infrastructure project founded by former SpaceX engineer Lex Li, has raised angel funding at a $50M post-money valuation. The startup is applying "first principles thinking" from Li's SpaceX experience to rethink financial market execution. Their analysis posits that while assets, liquidity, and settlement have moved on-chain, the execution layer remains fundamentally human-dependent and fragmented. In the era of AI Agents, strategy advantages decay rapidly, shifting the competitive edge from isolated algorithms to robust **execution networks**. Plan Execution Lab's solution is a two-part system: **PlanX**, a Financial Execution Protocol designed to facilitate the migration from centralized exchanges (CEX) to on-chain markets by providing core on-chain execution capabilities; and **Xgent**, an Autonomous Financial Runtime. Xgent allows users to define investment goals and constraints, then autonomously constructs and manages the execution logic—moving from **Intent to Execution Graph to Verification to Autonomous Execution**. The long-term vision is to create the "Bloomberg Terminal for Autonomous Finance"—an operating environment not for humans, but for agents and execution nodes. The future financial system, they argue, will be a collaborative network built by diverse participants contributing execution capabilities, not secret strategies. The core competition will shift to who builds the most powerful and adaptive execution network.

链捕手17m ago

Former SpaceX Engineer Reconstructs Financial Execution System from First Principles

链捕手17m ago

First Long-Horizon Doc2Repo Training Dataset: Code Agents Move Beyond Bug Fixing and Begin Creating Repositories

With the advancement of LLM Code Agents, the research focus is shifting towards long-horizon, real-world tasks, moving beyond simple bug fixes to full repository generation. To address this, researchers from Renmin University of China introduced the DeNovoSWE dataset. This dataset focuses on long-term software engineering tasks, specifically the "document-to-repository" challenge—generating an entire, executable code repository from a task description. The DeNovoSWE construction method employs a Divide & Conquer approach. It breaks down target repositories into core capabilities and uses a multi-agent Draft-Critic-Repair workflow to automatically generate high-quality, evaluation-aligned task documents. The dataset also implements difficulty-aware filtering to balance quality and diversity. The result is a high-quality, anti-leakage dataset of 4,818 instances. Experiments show that models trained on DeNovoSWE achieve significant improvements in long-horizon repository generation. For instance, Qwen3-30B-A3B-Instruct's performance on the BeyondSWE-Doc2Repo benchmark increased from 5.8% to 47.2%, and on NL2RepoBench from 4.3% to 23.0%. Similar gains were observed with stronger backbones, demonstrating that dedicated long-horizon training data is crucial for advancing Code Agents from maintainers to architects capable of planning and building complete software projects from scratch.

marsbit31m ago

First Long-Horizon Doc2Repo Training Dataset: Code Agents Move Beyond Bug Fixing and Begin Creating Repositories

marsbit31m ago

Even CZ Praised Hyperliquid as 'Awesome', But Its Biggest Moat Might Also Be Its Biggest Risk

In an episode of Galaxy Brains, Binance founder CZ praised Hyperliquid as "awesome" but clarified that while its product is strong, Binance cannot compete in its specific niche due to Hyperliquid's no-KYC, decentralized model. CZ noted he would not personally operate such a model, highlighting the inherent legal and compliance risks tied to its access advantage. The discussion underscores a core market structure conflict: on-chain perp platforms like Hyperliquid thrive on open, low-barrier access, which regulated exchanges like Binance cannot replicate without abandoning their global compliance posture. However, this very advantage makes Hyperliquid a clear target for regulatory scrutiny. The UK FCA has already issued a warning against Hyperliquid for potentially offering unauthorized services to UK users, framing it as a financial services provider rather than neutral infrastructure. Historical cases like the CFTC's action against bZeroX and Ooki DAO further illustrate that regulators may pursue decentralized structures if they facilitate leveraged trading for retail users without proper controls. Meanwhile, regulated venues like Cboe are developing US-compliant "continuous futures" that mimic perpetual exposure, narrowing the product gap. Hyperliquid's long-term edge may increasingly hinge on its access model—the very feature most exposed to regulatory pressure. The key question is whether its "access premium" can withstand escalating legal challenges as on-chain perps gain mainstream attention.

marsbit50m ago

Even CZ Praised Hyperliquid as 'Awesome', But Its Biggest Moat Might Also Be Its Biggest Risk

marsbit50m ago

Trading

Spot
Futures
活动图片