Bitcoin застыл NEAR $61 тыс., поскольку киты продолжают накапливать; XRP упал на 10% из-за апелляции SEC

cryptonews.ruPublished on 2024-01-03Last updated on 2024-10-03

  • Bitcoin остается относительно стабильным на уровне выше 61 100 долларов США, в то время как эфир падает на 4% до 2 390 долларов США на фоне геополитической напряженности после иранских авиаударов по Израилю, что приводит к более широкой распродаже на рынке.
  • Несмотря на спад, наблюдается значительное накопление китов Bitcoin, что предполагает ожидание будущего бычьего забега. Между тем, Bitcoin -ETF видят отток, тогда как эфирные ETF привлекают приток.
  • XRP падает более чем на 10% после решения SEC обжаловать постановление о ее полномочиях по регулированию Криптo Рынки.

Bitcoin (BTC) и эфир (ETH) продолжили падение в начале азиатских торгов в четверг, поскольку рынок выдержал очередную распродажу.

BTC не изменился, торгуясь выше $61 100, в то время как ETH упал на 4% и торгуется на уровне $2 390. Криптo Рынки пострадали во вторник вечером после иранских авиаударов по Израилю, на которые последний пообещал ответить, что подорвало Rally рисковых активов, включая Bitcoin.

Однако киты продолжают накапливать Bitcoin беспрецедентными темпами, несмотря на макроэкономическую ситуацию и вялость рынка, сказал основатель CryptoQuant Ки Ён-Джу в своем посте X.

В разговорной речи китами называют влиятельные субъекты, владеющие крупнейшими суммами каких-либо активов, и данные блокчейна показывают, что новые Bitcoin киты совершают крупные покупки в ожидании предстоящего подъема.

Индекс CoinDesk 20 (CD20), отражающий эффективность крупнейших цифровых активов, снизился более чем на 3%, поскольку инвесторы продолжают продавать большинство основных криптовалют.

Отток средств из биржевых фондов (ETF) BTC продолжился с оттоком в размере $91,76 млн в течение торгового дня в США в среду. ETF Ether пережили противоположную ситуацию с притоком в размере $14,45 млн, прервав двухдневную полосу оттока.

XRP упал более чем на 10% за последние 24 часа после того, как в среду Комиссия по ценным бумагам и биржам США заявила, что обжалует постановление суда, ограничивающее ее способность регулировать Рынки Криптовалюта . Комиссия по ценным бумагам и биржам США попросит Апелляционный суд второго округа США пересмотреть решение от июля 2023 года о том, что токен XRP , проданный Ripple Labs на публичных биржах, не соответствует юридическому определению ценной бумаги.

Memecoin mog (MOG), второй по величине токен на тему кошек после popcat (POPCAT), показал незначительную динамику цены, несмотря на упоминание в аккаунте X кандидата от Республиканской партии Дональда Трампа .

Рынок Polymarket, отслеживающий упоминание Трампом слова «mog» или связанных с ним прилагательных, до 31 декабря не изменился и составил 13% голосов «за», что привело к некоторой драме среди избирателей.

В других частях рынка LDO, собственный токен решения для некастодиального стейкинга Lido, упал почти на 9% вслед за падением Ether.

Токены искусственного интеллекта также не двигаются с места, несмотря на заявление OpenAI о привлечении $6,6 млрд при оценке компании в $157 млрд.

Данные CoinGecko показывают, что категория, в которую входят (NEAR), {{TAO}} и (ICP), упала на 1,8%. Worldcoin , основанная Сэмом Альтманом из OpenAI, но не имеющая никаких формальных связей с OpenAI, упала на 4%.

Trending Cryptos

Related Reads

24/5 Settlement Is Here for US Stocks, but Cryptocurrency Didn't Get a Ticket

The U.S. National Securities Clearing Corporation (NSCC), a subsidiary of the Depository Trust & Clearing Corporation (DTCC), has announced the implementation of 24-hour clearing operations on weekdays. This move, approved by the SEC and being rolled out in phases, fundamentally challenges a core narrative of the cryptocurrency industry: that digital assets offer a unique advantage with their 7x24 trading availability, unlike traditional markets that close at 4 p.m. The transition to near-continuous clearing for stocks and other traditional assets diminishes this perceived crypto edge. While crypto markets still operate on weekends, the article notes that DTCC could potentially expand to weekend clearing in the future if demand warrants. The development is presented as another instance where DTCC has disappointed crypto enthusiasts. Despite frequent speculation from communities supporting Ethereum, XRP Ledger, and others that DTCC would integrate public blockchains, the clearing giant consistently opts for private, permissioned distributed ledger solutions for its projects, such as its Ion platform and a recent U.S. Treasury tokenization initiative on the Canton network. The article concludes that the successful launch of this traditional finance "always-on" market relied entirely on existing mature infrastructure, with the cryptocurrency industry failing to secure a role or "admission ticket" in its implementation.

Foresight News13m ago

24/5 Settlement Is Here for US Stocks, but Cryptocurrency Didn't Get a Ticket

Foresight News13m ago

Karpathy's Genius Strikes Again, Challenging RAG, Turning Your Notes into a Second Brain

Andrej Karpathy has proposed a revolutionary concept for managing personal knowledge: treating notes as immutable "source code" and using LLMs as "compilers" to build a structured, interlinked wiki. This approach fundamentally shifts the cognitive workflow away from the limitations of RAG (Retrieval-Augmented Generation), which merely retrieves and pieces together fragments, leading to contradictions and "digital mummies"—unused, decaying notes. The LLM-Wiki framework introduces a three-layer architecture: the **Raw Layer** for original, immutable notes; the **Schema Layer** defining rules for structuring knowledge; and the **Wiki Layer**, where the LLM continuously compiles and maintains a coherent, cross-referenced knowledge base. Key operations are **Ingest** (adding new material, which triggers updates across related pages), **Query** (asking the compiled wiki, with answers that can become new pages), and **Lint** (periodic AI audits to find contradictions, outdated claims, or gaps). This system automates the tedious maintenance—updating links, resolving conflicts, keeping summaries fresh—that has historically made large-scale personal knowledge management unsustainable. It realizes Vannevar Bush's 1945 "Memex" vision by finally solving the maintenance problem. Karpathy's proposal represents a third piece in human-AI collaboration, following "Vibe Coding" and "Agentic Engineering." It liberates human attention from organizational drudgery, refocusing it on what matters: deciding what to read and deriving meaning.

marsbit22m ago

Karpathy's Genius Strikes Again, Challenging RAG, Turning Your Notes into a Second Brain

marsbit22m ago

Claude Science Completes Two Years' Work in a Few Weeks, Is 10x Research Acceleration Really Here?

Claude Science, a new AI workbench from Anthropic, is being tested by scientists, reportedly accelerating specific research workflows by up to 10x. A neuro-scientist at the Allen Institute completed a lengthy literature review in weeks instead of nearly two years using the tool, which automates tasks like citation verification. The platform is an integrated environment for macOS and Linux, connecting to local or remote computing resources. It streamlines the fragmented research process—literature analysis, computation, visualization, and drafting—into a single, auditable workflow. A key feature is its emphasis on reproducibility: every chart generated includes the exact code, environment, and history used to create it. Claude Science uses a multi-agent system. A coordinator manages over 60 pre-configured skills for life sciences (genomics, proteomics, etc.) and can spawn specialized agents. A dedicated reviewer agent checks citations and calculations for accuracy, creating a form of internal AI peer review. The system operates with a human-in-the-loop, requiring user approval for major steps. Initial applications are in life sciences. Examples include target identification for biotech company Manifold Bio and germline variant analysis for glioma research at UCSF, completing analyses in roughly one-tenth the previous time. The approach contrasts with competitors: Google focuses on proprietary models like AlphaFold, while OpenAI is advancing models' scientific reasoning with benchmarks like GeneBench-Pro. Claude Science differentiates by automating and integrating the practical research pipeline, not just the model's intelligence, aiming to make AI-aided science more reproducible and integrated into daily lab work.

marsbit26m ago

Claude Science Completes Two Years' Work in a Few Weeks, Is 10x Research Acceleration Really Here?

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

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

活动图片