比特币ETF七日资金流入趋势终结,单日流出2.25亿美元

cointelegraphPublished on 2026-07-27Last updated on 2026-07-27

Abstract

美国上市的现货比特币交易所交易基金(ETF)在周四结束了连续七个交易日的资金净流入趋势,这是自7月13日以来首次出现单日净流出。数据显示,周四净流出总额达2.252亿美元。在此之前的一周内,这些基金曾录得近10亿美元的净流入。尽管周四出现流出,但截至周四当周整体仍实现约2.74亿美元的净流入。 资金流出的背景是,因美伊紧张局势再度升温导致美股下跌,比特币价格一度跌破65,000美元,随后略有回升。市场情绪指标“加密货币恐惧与贪婪指数”也下跌3点至28,仍处于“恐惧”区间。与此同时,现货以太坊ETF则连续第五个交易日保持资金净流入,周四吸引2630万美元。

美国上市的现货比特币交易所交易基金(ETF)在周四结束了连续七个交易日的资金流入态势,标志着自7月13日以来的首次单日净流出。

根据SoSoValue的数据,现货比特币ETF在周四录得2.252亿美元的净流出,而在此前七个交易日内共吸引了近10亿美元的净流入。

尽管周四出现资金流出,但截至周四,本周这些基金仍净流入约2.74亿美元。

来源:SoSoValue

资金流出之际,由于美国股市在美国与伊朗关系再度紧张的影响下下跌,比特币一度跌破65,000美元。根据CoinGecko的数据,比特币在跌至64,600美元的低点后,在本文发布时报65,403美元。

比特币市场情绪也出现减弱。根据Alternative.me的数据,加密货币恐惧与贪婪指数在周五下跌3点至28,仍处于“恐惧”区域。

与此同时,根据SoSoValue的数据,美国上市的现货以太坊ETF延续了资金流入趋势至第五日,周四净流入2630万美元。

相关阅读:BitMEX代币暴跌90%,因交易所宣布关闭

Trending Cryptos

Related Questions

Q美国现货比特币ETF在7月25日(星期四)发生了什么资金流动变化?

A美国现货比特币ETF结束了连续7个交易日的资金净流入,在7月25日出现了净流出,这是自7月13日以来的首次净流出。

Q根据SoSoValue的数据,美国现货比特币ETF在7月25日(星期四)的具体净流出金额是多少?

A根据SoSoValue的数据,美国现货比特币ETF在7月25日录得的净流出金额为2.252亿美元。

Q文章中提到比特币价格下跌的主要原因是什么?

A比特币价格下跌的主要原因是美国股市下跌,以及美国和伊朗之间紧张局势的再度升级,导致市场避险情绪升温。

Q截至7月25日(星期四),加密货币市场的“恐惧与贪婪指数”是多少?处于什么区域?

A截至7月25日(星期五),根据Alternative.me的数据,加密货币市场的“恐惧与贪婪指数”为28分,较之前下跌了3点,仍处于“恐惧”区域。

Q与美国现货比特币ETF资金流向相反,美国现货以太坊ETF的资金表现如何?

A与美国现货比特币ETF的资金流出相反,美国现货以太坊ETF延续了资金净流入的势头,在7月25日录得净流入2630万美元,实现了连续5天的资金净流入。

Related Reads

Fields Medalist Warns: AI Could Kill Mathematics

The 2026 Fields Medal award was followed by a startling announcement: laureate Jacob Tsimerman joined OpenAI to pursue AI safety research, predicting AI would surpass humans in all mathematical proof areas within two years. Soon after, Fields Medalists Terence Tao and Timothy Gowers expressed deep concern at ICM 2026. Gorges warned that AI might "kill" mathematics not through stagnation, but through an overwhelming surplus of proofs, likening it to a lake dying from eutrophication. This concern is echoed in the "Leiden Declaration," signed by over 3,000 mathematicians including Tao, Peter Scholze, and Kevin Buzzard, advocating for mathematics as a profoundly human endeavor. However, Gowers, who did not sign, fears a future where AI-generated mathematics proliferates while human expertise and the shared intuition vital to the field vanish, turning math into an unvisited "cemetery of thought." Gowers' perspective shifted dramatically after testing ChatGPT 5.5 Pro. The AI solved a doctoral-level number theory problem and later produced a counterexample for the "unit distance problem," achievements Gorges considered publishable in top journals. He now concedes that large language models can handle advanced research, a realization that left him feeling the "rug pulled out from under" him when AI solved problems he personally contemplated. The debate extends to the nature of mathematical discovery. As noted by Peter Woit, AI agents have no interest in the "credit game" of academia. If theorems cease to be attributed to individual mathematicians, truth may simply return to its impersonal state in the universe. The central question remains: in an age of potentially limitless AI-generated discovery, what is the role and purpose of the human mind in mathematics?

marsbit17m ago

Fields Medalist Warns: AI Could Kill Mathematics

marsbit17m ago

NVIDIA's 20-Year CUDA Moat Collapsed Over a Weekend, Claude Single-Handedly Got AMD's New GPU Running

In a single weekend, Claude, an AI agent from Anthropic, successfully ported and optimized its cutting-edge model to run on a brand-new AMD MI355X server rack without any manual code intervention. This feat demonstrates a potential breakthrough in overcoming NVIDIA's long-established CUDA software ecosystem dominance, built over two decades. Anthropic's team simply instructed Claude to get the AMD machine running. By Monday, it not only worked but was showing a continuously improving performance curve. The achievement impressed AMD CEO Lisa Su and accelerated a major deployment partnership: Anthropic plans to deploy up to 2GW of AMD Instinct GPUs starting in 2027. The key enabler is AMD's new ROCm.AI platform, a toolbox designed specifically for AI agents like Claude. It provides AI-readable documentation, including chip instruction sets (ISA), and tools like the Hyperloom service that allows agents to autonomously profile performance, identify bottlenecks, test configurations, and generate optimized kernels. In a demo, Hyperloom boosted the output speed of a model by 38%. This represents a fundamental shift. While CUDA's strength lies in its vast, human-expert-driven ecosystem of tools and tacit knowledge, AMD's strategy is to make its hardware and software stack directly accessible and optimizable by AI agents. An agent can parallelize tasks—debugging, profiling, coding—that would take human engineers years to master, compressing the traditional software adaptation timeline from years to tasks. The competition is no longer just about peak hardware specs but also about how well AI can read, utilize, and tune a platform.

marsbit18m ago

NVIDIA's 20-Year CUDA Moat Collapsed Over a Weekend, Claude Single-Handedly Got AMD's New GPU Running

marsbit18m ago

Just Now, Peking University Alumna Lilian Weng Announces Resignation: The Best 'Alignment' in the AI Era Is Taking Care of Yourself

Lilian Weng, a Peking University alumnus and former OpenAI executive, has announced her departure from Thinking Machines Lab, the AI startup she co-founded with ex-OpenAI CTO Mira Murati 20 months ago. Her resignation comes shortly after the company released its first open-source model, Inkling. In her farewell message, Weng cited health reasons as the primary factor, stating that the past seven months involved more illness than any other period in her life. The intense pressure and guilt of being unable to work during critical periods, like the Inkling launch, became unsustainable. She expressed that she could not continue in a role where she felt unable to give her full effort. Weng joined OpenAI in 2018, contributing to projects like the Dactyl robotic hand and later building the Safety Systems team from scratch. She is also widely known for her influential technical blog, Lil'Log. Her departure follows a period of high expectations and challenges for Thinking Machines, which secured a record $20 billion seed round at a $120 billion valuation in 2025 but has since seen fluctuations in its valuation and the departure of other key co-founders. Weng emphasized that she remains passionate about AI but needs a more predictable and defined role without the relentless pressure of a co-founder. Her exit highlights the immense personal toll and speed of competition in the AI industry, where the drive for progress often clashes with human limits. Her decision underscores that stepping back to prioritize well-being can be an act of courage.

marsbit36m ago

Just Now, Peking University Alumna Lilian Weng Announces Resignation: The Best 'Alignment' in the AI Era Is Taking Care of Yourself

marsbit36m ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

1.1k Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BTC (BTC) are presented below.

活动图片