加密货币交易所在6月份遭受重创——事情是这样的

币界网Published on 2024-07-18Last updated on 2024-07-18

币界网报道:
    自3月以来,加密货币交易所的交易量连续第三个月下降。根据芝加哥商品交易所的数据,6月份机构对ETH的兴趣大幅下降。

加密货币交易所交易量在6月份进一步下跌,保持了2024年3月之后开始的趋势。

根据CCData的报告,合并交易量连续第三个月下降,下降21.8%,至4.22万亿美元。

该报告将下跌归因于主要资产比特币[BTC]和以太坊[BTC]的整体横盘整理和损失。

“合并交易量下降21.8%,至4.22万亿美元,因为包括比特币和以太坊在内的主要加密资产在很大程度上仍处于区间波动状态,并在6月份出现了重大缺陷。”

ETH比BTC更难下跌,因为现货正在蚕食衍生品市场

6月份衍生品交易量下降幅度超过现货板块。根据报告,现货交易量下降了19.3%,至1.33万亿美元。

这也是从3月份创纪录的2.94万亿美元连续三个月下降。

然而,衍生品市场的下滑更为明显。衍生品交易量下降22.8%,至2.89万亿美元。报告称,现场交易量与衍生品交易量相比,

衍生品交易量相对于现货交易量也在下降,衍生品工具的市场份额下降就是明证。衍生品市场目前占整个加密货币市场的68.5%(1月份为70.1%)

这一下降也反映在衍生品市场流动性的大幅下降上,正如未平仓利率所跟踪的那样。

6月份,OI下降了近10%,由于大规模清算,Coinbase受到的打击最大。

衍生品交易所的未平仓合约下降了9.67%,至471.1亿美元,此前6月加密货币价格大幅下跌引发了一系列清算,并持续到7月

Coinbase的OI下跌52.1%,至1820万美元。然而,尽管币安的OI下降了9.93%,但它在中心化交易所的未平仓合约中仍高达194亿美元。

6月份的提款也抹去了5月份飙升的相当大的期权量,尤其是在意外获得ETH ETF部分批准后的ETH。

芝加哥商品交易所的数据显示,基于期权交易量,机构对ETH的兴趣在6月份大幅下降。

6月份,交易所的BTC期权交易量大幅下降,下降28.2%,至15亿美元。ETH期权交易量下降幅度更大,暴跌58.0%,至4.08亿美元

然而,分析师预测ETH ETF将于下周获得最终批准并推出。这可能会提振现货和衍生品市场的交易量。

但市场将如何应对这一发展还有待观察。

Trending Cryptos

Related Reads

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

DeepSeek has updated its DeepSeek V4 model with the DSpark speculative decoding framework, achieving a significant 60-85% speedup in generation for Flash models and 57-78% for Pro models while maintaining the same overall throughput. This engineering-focused update, rather than a core architectural change, introduces DSpark to address latency and throughput bottlenecks in high-concurrency production environments. DSpark combines high-throughput parallel generation with adaptive load-aware verification. Its key innovations include a semi-autoregressive generation architecture to model dependencies within token blocks and a hardware-aware confidence-scheduled verification system. This system uses a confidence head to predict token acceptance probabilities, allowing it to dynamically optimize verification length per request and allocate compute only to tokens with the highest expected payoff. The asynchronous scheduler is designed for real-world deployment, ensuring zero-overhead scheduling and continuous CUDA graph replay while preserving the target model's output distribution. In tests across mathematical reasoning, code generation, and daily dialogue, DSpark outperformed state-of-the-art models like Eagle3 and DFlash, increasing average acceptance length by 26.7%-30.9% and 16.3%-18.4% respectively on Qwen3 target models. DeepSeek also open-sourced DeepSpec, a full-stack codebase for training and evaluating speculative decoding draft models, providing a standardized toolkit that includes data preparation tools, model implementations, training code, and evaluation scripts.

marsbit4h ago

Just now, DeepSeek V4 updates with DSpark, improving inference speed by 80%

marsbit4h ago

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

The Bitcoin mining industry is undergoing its most complex structural adjustment since inception. Despite Bitcoin's price holding near $61,000 and the network hash rate approaching a record 1 ZH/s, miner profitability is deteriorating. The industry is operating close to its breakeven point, with the 2028 halving expected to accelerate consolidation. The challenges extend beyond the halving's subsidy reduction; the industry's revenue model has yet to successfully transition towards a fee-driven structure. Increasingly, mining companies are evolving from simple Bitcoin producers into infrastructure and energy operators, including providers of AI/HPC computing power. Competition is shifting from pure hash rate expansion to business model upgrades. Economic pressure is evident. The theoretical daily mining revenue at current prices is around $78 million, yet the actual figure is only about $33 million—a 136% gap. Transaction fees remain low at roughly $220k daily, far below historical implied levels. With a current estimated industry-wide breakeven price near $65,000, mining alone is struggling to generate ideal profits. The 2028 halving is projected to push the fundamental production cost floor to approximately $93,289. This will likely accelerate a shift towards consolidation among larger, well-capitalized miners with diversified revenue streams. Competitive advantage will belong to institutionalized players with access to low-cost energy, AI/HPC hosting operations, and stronger balance sheets. In essence, Bitcoin mining is transitioning from a "mining business" to an "infrastructure business." Future profitability and resilience will depend less on block rewards and more on diversified income sources like energy management and computational infrastructure services. For investors, the key question is not the halving itself, but which miners can successfully navigate this business model transformation.

marsbit5h ago

BIT Research: The 2028 Halving Is Not the End, the Real Shake-Up of the Bitcoin Mining Industry Is Just Beginning

marsbit5h ago

This is How God Karpathy Uses Claude?

Andrej Karpathy, a prominent figure in AI, has reportedly joined Anthropic, leading to a noticeable decrease in his open-source contributions and social media activity. A document claiming to be his personal "CLAUDE.md" file—a set of instructions for the Claude AI to follow within a specific codebase—has been circulating online. While its authenticity is unverified, the content aligns closely with Karpathy's publicly shared principles on effective AI-assisted programming. The document outlines key rules for AI coding assistants, emphasizing the importance of reading existing code thoroughly before writing new code to maintain consistency. It advises against over-engineering, advocating for simple, surgical modifications that match the project's existing style. Other guidelines include clarifying assumptions upfront, writing meaningful tests, thoughtful debugging, and carefully considering dependencies. The core message is that these principles help prevent common AI coding failures, such as introducing unnecessary abstractions, style drift, or making invisible architectural decisions. The community has noted that even experts like Karpathy require detailed instructions to guide AI effectively, akin to managing a junior developer. A related GitHub repository, "andrej-karpathy-skills," which encapsulates these ideas, is reported to significantly reduce Claude's code error rate. Ultimately, the advice stresses that the best CLAUDE.md is tailored to one's own tech stack and coding practices.

marsbit5h ago

This is How God Karpathy Uses Claude?

marsbit5h ago

Trading

Spot

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.

活动图片