Ripple诉美国证券交易委员会的诉讼解决即将到来?首席执行官Brad Garlinghouse

币界网Publicado em 2024-07-18Última atualização em 2024-07-18

币界网报道:

TL;博士

    Ripple在与美国证券交易委员会的法律斗争中获得了优势,获得了几次部分法庭胜利,并清除了高管的指控。关于近期解决方案的猜测可能推高了XRP的价格,使其短暂成为第六大加密货币。

地平线上的大新闻?

Ripple与美国证券交易委员会(SEC)之间的法律纠纷可以追溯到2020年12月,当时监管机构指控该公司及其一些高管通过某些XRP销售进行未注册的证券发行。

该诉讼在2024年4月进入审判阶段之前,在过去几年中经历了无数的发展。一些人认为,由于在2023年获得了三次部分法庭胜利,Ripple已经占据了上风。

第一次(可能是迄今为止最重要的一次)发生在几乎整整一年前。当时,托雷斯法官裁定,该公司向二级交易平台的程序化销售不构成投资合同要约。

不久之后,地方法官驳回了该机构对该决定提出上诉的意图,而Ripple的首席执行官Brad Garlinghouse和执行主席Chris Larsen则被免除了委员会提出的所有指控。

案件的最终解决方案尚未公布,由于法律程序的复杂性和双方的潜在上诉,案件可能会无限期延长。另一方面,一些专家认为,协议即将达成。

美国律师杰里米·霍根认为,正式的结束可能会在夏末之前到来,而弗雷德·里斯波利则将7月31日定为可能的和解日期。

Ripple的首席执行官Garlinghouse也对此事发表了意见,并设想“很快”就能达成解决方案。他没有透露他的公司和美国证券交易委员会目前是否正在进行和解谈判,他说在案件结束之前还有“最后一件事”:

“法官的裁决很明确。关于这些出售给机构的投资合同,还有最后一条。我们预计很快就会有解决方案,但我们无法准确预测法官何时会对此作出裁决。”

XRP价格展望

对案件即将结束的预期增加可能是最近对XRP估值产生积极影响的因素之一。该代币的价格在7月18日短暂超过0.63美元,这是3月份最后一次观察到的水平,而其市值在回落到325亿美元之前超过了340亿美元。因此,有一段时间,XRP成为第六大加密货币。

那些想了解更多关于Ripple v SEC诉讼以及它如何进一步影响代币价格的人,请随时观看我们下面的专用视频:

Leituras Relacionadas

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.

marsbitHá 4h

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

marsbitHá 4h

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.

marsbitHá 5h

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

marsbitHá 5h

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.

marsbitHá 5h

This is How God Karpathy Uses Claude?

marsbitHá 5h

Trading

Spot
活动图片