Рост цен на Worldcoin: WLD подскочил на 100 %

cryptonews.ruPublished on 2025-03-08Last updated on 2025-09-09

За последние 24 часа курс Worldcoin (WLD) вырос более чем на 50 %, а за последнюю неделю — на 100 %, поднявшись до 1,82 доллара и приблизившись к отметке в 2 доллара. Последний скачок курса последовал за интересом со стороны институциональных инвесторов и объявлением о выпуске казначейских облигаций, что вновь привлекло внимание к проекту.

Сигналы о поддержке со стороны Казначейства

8 сентября компания Eightco (NASDAQ: OCTO) объявила о планах по созданию казначейства Worldcoin на сумму 250 миллионов долларов. Инициатива будет поддержана инвестициями в размере 20 миллионов долларов от Bitmine и аналитика Тома Ли. Компания Eightco также назначила аналитика с Уолл-стрит Дэна Айвза председателем своего совета директоров, что вызвало резкую реакцию рынка. В день объявления акции компании выросли более чем на 5600 %.

План казначейства свидетельствует о растущем интересе к использованию Worldcoin в качестве инструмента для корпоративных финансов и верификации личности. Это обязательство также обеспечивает токену институциональную поддержку, которой ему не хватало в последние месяцы.

Технические уровни в фокусе внимания

WLD преодолел отметку в 1,28 доллара — уровень, на котором горизонтальное сопротивление сочетается с долгосрочной линией тренда. Преодоление этого барьера спровоцировало покупки и подняло цены до 1,85 доллара. Следующая область сопротивления находится в диапазоне от 2 до 2,29 доллара. С другой стороны, поддержка находится на уровне 1,70 и 1,38 доллара.

Импульс остаётся сильным. Индекс относительной силы выше 90, что указывает на напряжённую ситуацию, а гистограмма MACD подтверждает давление в сторону роста. Продолжится ли ралли, зависит от того, как рынок отреагирует на эти уровни в ближайшие сессии.

Рыночная капитализация Worldcoin сейчас составляет 3,7 миллиарда долларов, а объём торгов за последний день — 3,2 миллиарда долларов. Токен по-прежнему стоит менее 80 % от своего максимума, достигнутого в марте 2024 года, — 11,82 доллара, но недавний рост показывает, что интерес к нему не угас. Если WLD сможет закрыться выше отметки в 2 доллара, настроения могут стать более оптимистичными в последнем квартале 2025 года.

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.

marsbit1h ago

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

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

marsbit2h ago

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

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

marsbit2h ago

This is How God Karpathy Uses Claude?

marsbit2h ago

Trading

Spot

Hot Articles

How to Buy WLD

Welcome to HTX.com! We've made purchasing Worldcoin (WLD) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Worldcoin (WLD) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Worldcoin (WLD)After purchasing your Worldcoin (WLD), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Worldcoin (WLD)Easily trade Worldcoin (WLD) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

4.6k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy WLD

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

活动图片