以太坊现货 ETF 自推出以来首次出现周资金净流入

币界网Published on 2024-08-12Last updated on 2024-08-12

币界网报道:

自 8 月 5 日开始的一周时间内,美国 9 支以太坊现货 ETF 呈现资金净流入状态,这是自该产品推出以来的首周资金净流入。SoSoValue 平台数据显示,截至 8 月 9 日,九支以太坊现货 ETF 当周交易总额为 19 亿美元,资金净流入 1.048 亿美元,历史累计净资产高达 73 亿美元。因此,尽管以太坊的市场环境充满挑战,其价格自 8 月初以来下跌了 23%,但该市场依然产生积极的发展势头。

在九支以太坊现货 ETF 产品中,贝莱德的 iShares 以太坊信托(ETHA)成为了该市场的领跑者,当周获得了 1.884 亿美元的资金净流入。自推出以来,ETHA 产品短短 13 天内就积累了超 9 亿美元资产,且未出现任何资金流出的情况,这表明投资者的信心依然强劲。

富达的以太坊现货 ETF 产品(FETH)表现也十分出色,上周资金净流入 4465 万美元,这使其总资产达到了 3.42 亿美元。其他在上周资金净流入的以太坊现货 ETF 产品还包括了 Grayscale 的 Mini Ethereum Trust(ETH,净流入 1,980 万美元)、VanEck Ethereum ETF(ETHV,净流入 1,660 万美元)、Bitwise 的以太坊 ETF(ETHW,净流入 1,170 万美元)、以及 Franklin 的以太坊 ETF(ETHT,净流入 370 万美元)。

但除此之外,21Shares Core Ethereum ETF(CETH)和 Invesco Galaxy Ethereum ETF(QETH)在上周的资金流入均为零。而灰度以太坊现货 ETF 的资产则持续流出,并在上周流出了 1.8 亿美元资金,这导致所有的以太坊现货 ETF 产品流出总资金高达 4.064 亿美元。据悉,灰度以太坊现货 ETF 目前还持有 23 亿美元资产。

8 月 7 日,纽约证券交易所美国有限责任公司(NYSE American LLC)提议修改以太坊现货 ETF 产品规则,期望允许 Grayscale 和 Bitwise 等三家以太坊发行商能够上市交易以太坊 ETF 期权产品。

免责声明:本节提供的信息仅供参考,不代表任何投资建议或FameEX官方观点。

Trending Cryptos

Related Reads

Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?

The article "Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?" argues that Ethereum, like Linux before it, will triumph over closed, proprietary systems in finance due to its open, permissionless, and credibly neutral nature. It draws a historical parallel: just as the open internet defeated corporate private networks and Linux outcompeted proprietary Unix systems, open financial infrastructure like Ethereum will surpass private blockchains. The core advantage lies in the "bazaar" development model (as described in Eric Raymond's "The Cathedral and the Bazaar"), where decentralized, permissionless innovation by a global community of developers outpaces the controlled "cathedral" approach of centralized entities. This model fosters rapid innovation, as seen with Ethereum standards like ERC-20 and applications like Uniswap, which were built without needing permission. Ethereum's key, irreplicable strength is its credible neutrality: transparent, equally applicable, immutable rules that allow anyone to participate. This ensures sovereign independence, meaning no single entity (company, government) can control or change its core rules—a critical feature for global financial infrastructure. In contrast, private blockchains and consortium chains (like SWIFT or various bank-led projects) suffer from platform risk, central control, and an inability to attract broad developer ecosystems, leading to frequent failures. The article notes that major institutions (e.g., BlackRock, JPMorgan, Coinbase, Robinhood) are already building on Ethereum or its Layer 2 networks, recognizing its security, developer ecosystem, and network effects. While critics argue finance requires accountable, controlled systems, the response is that compliance (KYC, regulations) can be built at the application layer on top of a neutral settlement layer like Ethereum, just as secure commerce was built on the open internet via HTTPS. Ultimately, the thesis is that attempting to build walled-garden, proprietary financial networks is a flawed strategy that stifles innovation. The winning approach is to build applications on top of open, credibly neutral infrastructure like Ethereum, which is poised to become the foundational settlement layer for global finance.

Foresight News9m ago

Open Systems Will Ultimately Prevail: Why Ethereum Is the Next Linux?

Foresight News9m ago

The Computing Power Dilemma in the Sino-US AI Rivalry

The Sino-US AI rivalry faces a fundamental bottleneck: the widening compute power gap. While Chinese AI chip companies have seen investment surges, their current focus remains largely on the less demanding inference market. The real challenge lies in the high-end training chip sector, crucial for developing cutting-edge large language models (LLMs), where Nvidia holds a near-monopoly. The compute disparity is stark. US tech giants like Meta, Google, and xAI command massive GPU clusters, enabling them to train trillion-parameter models rapidly. Estimates suggest US data center count and total compute capacity significantly outstrip China's. This "brute force" advantage allows for faster model iteration and exploration of larger parameter scales, with top US models reportedly leading their Chinese counterparts by 8 to 15 months. Chinese alternatives, such as Huawei's Ascend and others from companies like Moore Thread and Biren, are emerging. They show promise in inference and some training scenarios, closing the performance gap with mid-range Nvidia products. However, the core hurdle extends beyond raw chip performance to the entrenched software ecosystem, exemplified by Nvidia's CUDA platform. The path forward involves "walking on two legs": navigating import restrictions while heavily investing in the domestic chip industry. Though still in a catch-up phase, China's vast market, talent pool, and capital are fostering progress. The ultimate test is whether Chinese firms can build a competitive hardware-software ecosystem to power the next generation of AI.

marsbit15m ago

The Computing Power Dilemma in the Sino-US AI Rivalry

marsbit15m ago

He Kaiming's Team's New Work: After Deleting VAE and Private Data, Text-to-Image Generation Becomes Even Stronger

KaiMing He's team introduces **MiniT2I**, a minimalist text-to-image (T2I) model that challenges the complexity of mainstream approaches. It eliminates components commonly considered essential: the VAE encoder-decoder, AdaLN conditioning mechanisms, auxiliary losses, private training data, and post-training alignment stages like RL/DPO. Instead, it uses a pure flow-matching objective trained directly on RGB pixels. The model employs a simplified **MM-JiT** Transformer architecture. It removes AdaLN blocks for conditioning and instead prepends two lightweight text adapter blocks to a standard pre-norm Transformer, allowing frozen T5 text features to adapt to the denoiser. Training follows a two-stage, LLM-like paradigm using only public datasets: pre-training on LLaVA-recaptioned CC12M for coverage, followed by fine-tuning on ~120k high-quality image-text pairs. With just 258M parameters (B/16), MiniT2I achieves competitive scores (0.87 on GenEval, 84.2 on DPG-Bench), outperforming larger pixel-space models. Scaling to 912M parameters (L/16) yields results comparable to SD3-Medium (~2B parameters) in style, composition, and imagination, though it lags in text rendering and named entities due to public data limitations. Key advantages include lower computational cost (~570 GFLOPs vs. ~1379 for latent models) and architectural simplicity. Acknowledged limitations include patch boundary artifacts in pixel space, side effects of high CFG scales, resolution ceilings for sequences longer than 1024 tokens, and the aforementioned data bottlenecks. The work demonstrates that high-performance T2I generation is possible with a radically simplified, publicly reproducible baseline.

marsbit19m ago

He Kaiming's Team's New Work: After Deleting VAE and Private Data, Text-to-Image Generation Becomes Even Stronger

marsbit19m ago

The Insurance Industry Faces Its Biggest Competitor: Are Prediction Markets the "Barbarians at the Gate"?

The insurance industry, long a stable "ballast" in the economy, may face a significant challenge from the rise of prediction markets, which are beginning to function as a new form of risk hedging and insurance. Platforms like Kalshi and Polymarket are demonstrating their utility in areas traditionally dominated by insurers. Examples include Kalshi's partnership with sports insurance broker Game Point Capital to offer more cost-effective hedging for NBA team performance bonuses, and Polymarket's collaboration with real estate platform Parcl, allowing users to hedge against housing price fluctuations in major US cities. A New York bar also used Kalshi to hedge a marketing promotion tied to an NBA game outcome, highlighting prediction markets' potential for small business risk management. These markets offer advantages over traditional insurance and sports betting in transparency, liquidity, and flexibility. They allow information monetization across a wider range of events, act as neutral platforms rather than direct counterparties, and provide clearer pricing. A historical precedent is the "Mattress Mack" marketing campaigns, which used sports betting for large-scale customer refunds, but prediction markets offer a more systematic and accessible model. Experts like SIG CEO Jeff Yass see their potential for efficient, parameter-based risk sharing, such as for weather-related property damage. However, challenges remain, including liquidity issues, unclear regulatory boundaries, and potential manipulation of event outcomes. Despite these hurdles, prediction markets represent a growing competitive force for both traditional gambling platforms and segments of the insurance industry.

marsbit20m ago

The Insurance Industry Faces Its Biggest Competitor: Are Prediction Markets the "Barbarians at the Gate"?

marsbit20m ago

Trading

Spot
Futures

Hot Articles

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 ETH (ETH) are presented below.

活动图片