Weekly Outflows for Spot Bitcoin ETF and Mixed Flows for Spot Ethereum ETF

TheNewsCryptoPublished on 2026-01-10Last updated on 2026-01-10

Abstract

This week, Spot Bitcoin ETFs experienced significant outflows, with only one day of inflows at $697.2 million on January 5, followed by four consecutive days of outflows, the highest being $486.1 million on January 7. Cumulative inflows reached $56.38 billion by January 9. Meanwhile, Spot Ethereum ETFs had mixed flows, starting with two days of inflows ($168 million and $114.7 million) but followed by three days of outflows, peaking at $159.2 million on January 8. Cumulative inflows for Ethereum ETFs stood at $12.45 billion. Despite the outflows, BTC and ETH prices showed resilience, with BTC gaining 1.08% to $90,659.40 and ETH dipping only 0.03% to $3,093.95. BTC briefly traded above $94,000, aiming to reclaim higher levels.

This week saw heavy outflows for Spot Bitcoin ETF and a mixed level of flows for Spot Ethereum ETF. Meanwhile, respective prices of BTC and ETH continued to fluctuate amid multiple scenarios playing out. It remains to be seen how both ETFs open in the next week.

Outflows for Spot Bitcoin ETF

Spot Bitcoin ETF, from January 5 to January 09, 2026, noted outflows for four days. It was only on January 05 that BTC ETF saw an inward movement of $697.2 million. It was followed by four consecutive days of outflow. The highest number was reported on January 07, 2026, for an outflow of $486.1 million.

The lowest outflow of $243.2 was noted on January 06, 2026. Its cumulative historical inflow now stands at $56.38 billion, as of January 09, 2026. Notably, Grayscale, which didn’t report numbers on the last day, recently sought approval for BNB and Hyperliquid ETFs. It has filed an application with the Delaware Division of Corporations.

Inflows for Spot Ethereum ETF

Spot Ethereum ETF managed to sustain inflows for the first two days of the week, with $168 million being the highest on January 05, 2026. It was followed by $114.7 million on the next day. However, this was followed by consecutive outflows for the next three days.

Spot Ether ETF noted the highest outflow on January 08, 2026, for $159.2 million. It recorded its lowest outward movement on January 08, 2026, for $93.8 million. The cumulative historical inflows are now $12.45 billion as of January 09, 2026.

BTC Price and ETH Price Under Fluctuation

BTC price and ETH price have fluctuated throughout the week; however, they have managed to make decent gains. For instance, BTC surged by 1.08% and ETH lost a minimal value of 0.03%. Their trading values are $90,659.40 and $3,093.95, respectively. It was only around January 08, 2026, when ETH lost its momentum. The week, otherwise, has been favorable for the token.

The story is different for BTC because the token traded mostly in green this week. It went red on January 08, 2026, and again on the next day. But that was a brief trading phase. It peaked at around $94,478.56 – a milestone it is now attempting to reclaim before venturing out to draw a trajectory to a new ATH.

Highlighted Crypto News Today:

Pi Network Introduces 10-Minute App Payment Upgrade as Pi Coin Price Remains Unchanged

TagsBitcoin ETFEthereum ETF

Trending Cryptos

Related Questions

QWhat was the total cumulative historical inflow for Spot Bitcoin ETF as of January 09, 2026?

A$56.38 billion

QWhich day saw the highest outflow for Spot Bitcoin ETF during the reported week?

AJanuary 07, 2026

QHow much was the highest inflow for Spot Ethereum ETF during the week and on which date did it occur?

A$168 million on January 05, 2026

QWhat were the respective trading prices of BTC and ETH at the time of reporting?

ABTC: $90,659.40 and ETH: $3,093.95

QWhat recent application did Grayscale file according to the article?

AAn application for BNB and Hyperliquid ETFs with the Delaware Division of Corporations

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit3m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit3m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5m 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.

974 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.

活动图片