WLFI Stablecoin USD1 has Recovered from Coordinated Attack

TheNewsCryptoPublicado em 2026-02-24Última atualização em 2026-02-24

Resumo

WLFI's stablecoin USD1 has recovered after a brief coordinated attack drove its value down to $0.994. The security and engineering teams successfully repelled the attack without any impact on the smart contract. Although the co-founders' X accounts were compromised, all holdings remained safe and fully backed. The attackers reportedly paid influencers to spread FUD and open short positions to profit from the decline. USD1 has retained its market position with a capitalization exceeding $4.74 billion, ranking fifth among stablecoins. Meanwhile, broader concerns linger for the stablecoin and crypto sectors as authorities debate potential cuts in interest rates amid recent U.S. tariff policy changes.

USD1, a stablecoin by World Liberty Financial (WLFI), has recovered after slipping to a value below its standard range. It declined following an attack, which reportedly went unaffected. USD1 is still in the same position it was before in terms of market cap. However, a broader concern remains for the stablecoin sector as authorities contemplate the next rate cut.

Recovery for WLFI Stablecoin USD1

The WLFI stablecoin USD1 briefly slipped to $0.994, below the benchmark of $1. It was reportedly a coordinated attack that triggered the low movement of the stablecoin. The engineering and security teams have repelled it with no smart contract affected.

X accounts of the co-founders of WLFI were accessed without authorization, but all holdings remained safe and fully backed as they were before the incident. A post published by WLFI has clarified that the infrastructure operated exactly as it was designed to operate in such situations.

Notably, hackers had paid influencers to spread FUD and open shorts to book profits from the architectured chaos.

USD1 and the Market

The global market is watching the development closely and has its sights on what happens in the next couple of days. USD1, or any other stablecoin, does experience fluctuation, but it remains within the range of deviation – unlike abrupt ups & downs that otherwise affect cryptocurrencies.

USD1 has retained its 5th position on the list of stablecoin in terms of the market cap, which is over $4.74 billion. The WLFI stablecoin is behind DAI and just above PYUSD. Backed by US Dollar reserves along with cash-like securities, USD1 is currently aiming to surpass DAI and other top stablecoins on the list.

Broader Worry for the Sector

A broader worry remains not just for stablecoins but also for the entire crypto market. This is in terms of rate cuts, as reports have hinted that authorities are contemplating whether to cut rates or not. This is in the wake of the striking down of Trump’s tariff by the US Supreme Court. The US President has fired back by announcing 10% tariffs on countries, followed by an increased rate of 15%.

This has forced authorities to discuss if they can ever cut rates, and the size if they decide to slash lendings any time. There is also uncertainty about how much and by when the US will refund excess collection to its importers.

Highlighted Crypto News Today:

Ex-Chainlink Lawyer Named SEC Crypto Chief Counsel

TagsStablecoinUSD1WLFI

Criptomoedas em alta

Perguntas relacionadas

QWhat was the lowest value that WLFI's USD1 stablecoin slipped to during the coordinated attack?

AThe WLFI stablecoin USD1 briefly slipped to $0.994.

QHow did the WLFI team respond to the attack on the USD1 stablecoin?

AThe engineering and security teams repelled the attack with no smart contract affected, and the infrastructure operated as designed.

QWhat was the method used by the hackers to profit from the attack on USD1?

AThe hackers paid influencers to spread FUD (Fear, Uncertainty, and Doubt) and open short positions to book profits from the orchestrated chaos.

QWhat is the current market cap ranking of the USD1 stablecoin, and what is its approximate market cap?

AUSD1 is ranked 5th in terms of market cap among stablecoins, with a market cap of over $4.74 billion.

QWhat broader economic concern is affecting the stablecoin and crypto market according to the article?

AAuthorities are contemplating whether to cut interest rates, a decision complicated by recent US tariff announcements and uncertainty over refunding excess collections to importers.

Leituras Relacionadas

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbitHá 6m

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbitHá 6m

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbitHá 7m

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbitHá 7m

Trading

Spot

Artigos em Destaque

Como comprar WLFI

Bem-vindo à HTX.com!Tornámos a compra de Official World Liberty Financial (WLFI) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Official World Liberty Financial (WLFI) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Official World Liberty Financial (WLFI)Depois de comprar o teu Official World Liberty Financial (WLFI), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Official World Liberty Financial (WLFI)Transaciona facilmente Official World Liberty Financial (WLFI) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

480 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar WLFI

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de WLFI (WLFI) são apresentadas abaixo.

活动图片