Bitcoin Dives to Under $99K as DeepSeek, FOMC Steal Trump Effect

CoinDesk发布于2025-01-27更新于2025-01-27

文章摘要

Much of the concern draws from a possible overvaluation in U.S. tech companies as DeepSeek’s latest AI model is significantly cheaper to produce and was built using open-source technology that is easy to access.

Bitcoin (BTC) dropped to under $99,000 early Monday as traders took profits ahead of the first U.S. FOMC meeting this year, scheduled for later this week, and China-based AI stalwart DeepSeek impacted U.S. tech sector sentiment.

Traders expect no indications of a rate cut at the two-day FOMC meeting scheduled for Jan. 28 to Jan. 29, which has typically impacted bitcoin prices as investors either prefer or move away from risk assets.

“U.S. economic data shows that there may be less need for a federal interest rate cut in the near term,” Ben El-Baz, managing director of HashKey Global, told CoinDesk in a Telegram message.

“Concerns over trade wars and tariffs linger, but a bullish sentiment remains strong as MicroStrategy and Trump's World Liberty Financial continue purchasing crypto.”

BTC dropped nearly 6% from a Sunday high of over $105,000, with a steep drop coming as Asian markets opened Monday. This came despite a major catalyst on Friday, when U.S. President Donald Trump ordered the creating of a crypto policy group to advise and drive the country's industry within six months.

Crypto market capitalization fell 8%, while the broad-based CoinDesk 20 (CD20) fell more than 8.14%.

The drop tracked a fall in U.S. stock indices — whose movements bitcoin tends to mirror — with futures of the S&P 500 and Nasdaq 100 down as much as 2.15% on Monday ahead of the market open.

Much of the concern draws from a possible overvaluation in U.S. tech companies as DeepSeek’s latest AI model is significantly cheaper to produce and was built using open-source technology that is easy to access.

As CoinDesk reported Monday, data from DeepSeek posted on Hugging Face, a forum of the AI industry, shows that its model outperforms OpenAI, all while being built on a budget of $6 million and a fraction of the Graphics Processing Units (GPUs) that OpenAI uses – which recently closed a $6.6 billion round with a valuation of over $157 billion.

OpenAI has previously asked for trillions of dollars in funding to build AI systems at scale and is part of the new U.S. project Stargate, which has attracted $500 billion in investments and includes Trump SoftBank and Oracle, to build AI data centers in the country.

However, DeepSeek’s reported costs and features threaten the established narrative of needing vast computational resources for AI innovation, potentially reducing the competitive edge of U.S. tech firms and questioning the sustainability of their high valuations — impacting broader market sentiment and bitcoin in the near term.

As such, traders loaded on $95,000 strike options for bitcoin to protect against the downside ahead of the week, indicating that expectations of a move lower remain prevalent in the market.

“The desk observed growing interest in the Jan $95,000 strikes as the market scrambled for downside protection after BTC lost momentum during yesterday's U.S. session,” traders at Singapore-based QCP Capital said in a Saturday broadcast.

“With no major catalysts before next week’s FOMC meeting, the market is likely to remain range-bound until there is more clarity on how the recent weak CPI reading has influenced the Fed’s upcoming policy decisions,” QCP added at the time.

你可能也喜欢

a16z:7张图读懂代币化如何改变资产的本质

代币化资产(RWA)市场规模已突破340亿美元(不含稳定币),两年内增长超10倍,成为改变资产形态与金融系统构建的重要力量。 **美债成为增长主力:** 美国国债代币化是近期市场扩张的主要驱动力,其优势在于为投资者提供高效、灵活的生息资产持有方式,并帮助金融机构提升结算与资产调拨效率。 **市场格局高度集中:** 目前市场主要由美国国债和大宗商品(尤其是黄金)主导,两者合计占据约三分之二份额。黄金因标准统一、易于存储且备受加密社区青睐,在大宗商品代币化中独占鳌头。 **公链分布多元,但可组合性不足:** 以太坊承载了超一半的代币化资产,但市场也分散在BNB Chain、Solana等多条公链。当前核心问题是,大多数代币化资产(如国债、黄金)仅实现了资产的数字化记录,链上使用率极低(例如仅5%的债券用于DeFi),未能充分发挥区块链可组合、可编程的核心价值。相比之下,再保险、私人信贷等小众品类原生链上程度更高。 **未来展望:** 尽管目前代币化资产在全球相应传统资产总量中占比微乎其微(均低于0.02%),但多家机构预测其市场规模将在2030年前达到数万至数十万亿美元,拥有百倍增长空间。行业下一阶段的关键挑战,是将更复杂的金融资产上链,并推动代币化资产深度集成到可组合的原生链上金融基础设施中。

marsbit9分钟前

a16z:7张图读懂代币化如何改变资产的本质

marsbit9分钟前

能随意窃取数据!这款热门 AI 编程工具曝重大隐患

Anthropic公司推出的AI编程助手Claude Code,其核心安全功能——网络沙箱被曝存在重大安全漏洞。独立安全研究员关傲男发现,该沙箱的SOCKS5代理存在“空字节注入”漏洞,攻击者可通过构造特殊主机名(如`attacker-host.com\x00.google.com`),使其绕过域名白名单限制,访问任意外部主机。此漏洞自2025年10月网络沙箱上线以来一直存在,持续约5.5个月,影响了所有130个版本。 该漏洞属于“解析器差异”攻击,即上层JavaScript过滤器与底层C语言解析器对同一字符串的解释不同,导致安全检查被绕过。当结合此前披露的“评论与控制”提示词注入攻击时,可构成完整攻击链,窃取环境变量中的API密钥、内部凭证等敏感数据并外传。 值得注意的是,研究员将漏洞复现代码交给Claude Code自身运行后,其也承认这是一个真实的沙箱绕过漏洞。然而,Anthropic在4月初收到报告并静默修复后,未发布任何安全通告、CVE编号或用户通知,其处理方式引发了对安全透明度的质疑。此前,该沙箱已在2025年11月被同一研究员发现并报告过另一个完整绕过漏洞。 此次事件暴露了AI编程工具在纵深防御设计上的不足。安全社区建议,用户不应完全信任厂商的沙箱实现,而应将AI助手视为需遵循最小权限原则的“超级员工”,实施多层防御策略。

marsbit3小时前

能随意窃取数据!这款热门 AI 编程工具曝重大隐患

marsbit3小时前

一周省下3亿Token,Anthropic工程师的Claude Code缓存指南

这篇文章分享了Anthropic工程师通过有效利用Claude Code的Prompt缓存机制,一周内节省超过3亿Token的经验。核心观点是,缓存的Token成本仅为普通输入的10%,因此提高缓存复用率能显著降低使用成本并延长会话额度。 缓存机制依赖“前缀匹配”,分为系统层、项目层和对话层三层。只要会话前缀与已缓存内容一致,Claude即可直接复用,无需重新处理。Claude Code订阅版的缓存有效时间(TTL)为1小时,而API默认为5分钟。 文章强调了几个关键的使用习惯以避免“打断”缓存: 1. 不要让会话空置超过1小时,否则缓存过期,重新开始成本更低。 2. 切换任务时,建议进行清晰的会话交接(如使用自定义的handoff技能总结进度后新建会话),而非使用可能破坏缓存的`/compact`命令。 3. 避免在会话中途切换模型(包括开启“Opus plan”模式),因为不同模型使用独立缓存,切换会导致缓存失效。 4. 大文档应放入Projects中管理,而非反复粘贴进对话,以获得更好的缓存优化。 此外,文章提到Anthropic内部会监控缓存命中率,因为这直接影响服务成本和用户体验。通过理解并遵循这些简单的原则,用户可以在不改变使用习惯的情况下,更高效地利用Claude Code,节省Token消耗。

marsbit3小时前

一周省下3亿Token,Anthropic工程师的Claude Code缓存指南

marsbit3小时前

交易

现货
合约

热门文章

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

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

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

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

相关讨论

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

活动图片