1 Billion DOT Minted Out of Thin Air, Yet Hacker Only Made $230,000

marsbitPublié le 2026-04-13Dernière mise à jour le 2026-04-13

Résumé

On April 13, a security breach occurred involving the Polkadot bridge on the Ethereum network, where an attacker exploited a replay vulnerability in the MMR proof mechanism of Hyperbridge’s ISMP protocol. By reusing a historically valid proof and pairing it with a malicious request, the attacker bypassed verification and gained admin and minting rights over the wrapped DOT contract on Ethereum. They then minted 1 billion wrapped DOT tokens—2,805 times the existing supply—and attempted to liquidate them. However, due to extremely low liquidity in the wrapped DOT market, the massive sell-off crashed the token’s price by 99.98%, from $1.22 to approximately $0.000128. The attacker ultimately exchanged the tokens for only about 108.2 ETH (worth roughly $237,000), with gas costs as low as $0.74. The same exploit had been used previously in attacks on MANTA and CERE tokens, resulting in a total loss of around $242,000. Polkadot confirmed that the incident only affected DOT bridged via Hyperbridge to Ethereum and did not impact the native Polkadot network or DOT on other bridges. Exchanges including Upbit and Bithumb temporarily suspended DOT deposits and withdrawals as a precaution. The event highlights ongoing vulnerabilities in cross-chain infrastructure and the critical role of liquidity in limiting actual damages during large-scale exploits. It also reflects a broader trend of increasing DeFi security incidents in early 2026.

Author: Zhou, ChainCatcher

 

On the morning of April 13th Beijing time, on-chain monitoring platforms issued alerts one after another: abnormal issuance of Polkadot bridged assets was detected on the Ethereum network.

According to CertiK's analysis, the attacker submitted a carefully crafted cross-chain request to the HandlerV1 contract on the Ethereum side via Hyperbridge's ISMP protocol, and paired it with a real MMR proof that had been historically accepted by the system, successfully bypassing the verification mechanism.

BlockSec Phalcon subsequently issued a technical alert, characterizing this vulnerability as an MMR proof replay vulnerability. According to their analysis, the root cause of the vulnerability lies in the fact that the replay protection of the HandlerV1 contract only verifies whether the hash of a request has been used before, but the proof verification process did not bind the submitted request payload to the proof being verified.

This logical flaw allowed the attacker to replay a historically valid proof and pair it with a newly constructed malicious request, thereby executing the ChangeAssetAdmin operation via the TokenGateway.onAccept() path, transferring the admin and minting permissions of the wrapped DOT contract on Ethereum (address: 0x8d...8F90b8) to an address controlled by the attacker.

On-chain data shows that after obtaining minting permissions, the attacker minted 1 billion wrapped DOT tokens, a quantity approximately 2805 times the reported circulating supply of about 356,000 tokens on Ethereum at the time.

Subsequently, the attacker exchanged the entire amount for approximately 108.2 ETH via Odos Router and Uniswap V4 liquidity pools, and transferred it to the attacker's external account, profiting about $237,000 at the time, with the gas cost for the entire attack being only about $0.74.

BlockSec Phalcon also mentioned that a previous attack using the same method had occurred, targeting MANTA and CERE tokens, resulting in a loss of about $12,000. The total combined loss from both attacks is approximately $242,000.

Following the incident, major South Korean exchanges Upbit and Bithumb announced the suspension of deposit and withdrawal services for DOT and the AssetHub Polkadot network to prevent potential fake deposit risks.

Polkadot officials stated that this vulnerability only affects DOT bridged to Ethereum via Hyperbridge, and does not affect DOT assets within the Polkadot ecosystem, nor DOT transferred via other bridges. Polkadot and its parachains, as well as native DOT, remain secure and unaffected. Hyperbridge has currently been suspended to investigate the issue.

It is worth mentioning that despite the minting scale reaching 1 billion tokens, the actual loss is far lower than the theoretical figure.Due to the extremely limited on-chain liquidity of wrapped DOT on Ethereum, the concentrated sell-off of 1 billion tokens instantly crashed the price of wrapped DOT from $1.22 to $0.00012831, a drop of 99.98%, rendering the vast majority of tokens unable to be effectively liquidated.

According to CoinMarketCap data, the price of native DOT tokens was also briefly dragged down by market sentiment, falling nearly 5%.

Users on X bluntly stated, who would have thought that DOT, once a cross-chain myth alongside Ethereum, would引爆 social media in this way. Cross-chain bridges have once again become the "Achilles' heel" of the crypto world. The once-deserted quiet has now turned into a scene of devastation and sighing. When 1 billion DOT appeared out of thin air, all technical indicators became worthless.

Other users jokingly remarked that low liquidity "saved Polkadot" in this incident by意外, limiting the actual loss to about $237,000.

However, while the low liquidity of bridged assets limited the hacker's profit, it exposed the potential fragility of the cross-chain interoperability layer.

It is reported that Hyperbridge, developed by Polytope Labs, is a cross-chain interoperability project within the Polkadot ecosystem, long positioning itself as trust-minimized cross-chain infrastructure with its core security mechanism relying on cryptographic proofs instead of multi-signature committees. The project had previously emphasized its resistance to common bridge attacks.

But this incident perhaps indicates that the integrity of the cryptographic proof mechanism itself is not sufficient to guarantee security; the specific implementation logic of the Gateway contract on the Ethereum side also constitutes an attack surface.

From a more macro perspective, this incident is a microcosm of the持续严峻 DeFi security landscape in 2026. Since the beginning of the year, several major attacks have occurred, including Venus generating $2.15 million in bad debt due to price manipulation, Resolve over-minting 80 million USR, and Drift losing over $285 million in assets. The attack methods varied and involved diverse areas.

Taking over minting rights for无限增发 is not a new attack模式. However, Hyperbridge's损失 was意外压低 due to its extremely shallow liquidity.

According to CertiK data, March alone recorded 46 security incidents, with total losses of approximately $39.8 million, the highest monthly record since November 2024. CertiK also pointed out that the increased frequency of code vulnerability exploits may be related to the rise of AI-assisted vulnerability mining tools.

The rise in attack frequency is also pushing the industry to重新审视 the boundaries of security and regulation. Circle's Chief Strategy Officer Dante Disparte previously, in response to the Drift Protocol theft, called for protocols, wallets, exchanges, and stablecoin issuers to treat security and accountability as a shared obligation. He suggested that DeFi protocols could develop on-chain technical protection measures参考 traditional market circuit breakers, and promote relevant legislation to enshrine property rights and financial privacy protection standards into law before the next major incident occurs.

Cryptos en tendance

Questions liées

QWhat was the core vulnerability exploited in the Hyperbridge attack on April 13th?

AThe attack exploited an MMR proof replay vulnerability. The flaw was in the HandlerV1 contract, where the replay protection only checked if a request's hash had been used before, but the proof verification process did not bind the submitted request payload to the proof being validated. This allowed the attacker to replay a historically valid proof with a new, forged request.

QHow much wrapped DOT did the attacker mint, and why was the actual financial gain so low compared to the amount minted?

AThe attacker minted 1 billion wrapped DOT tokens. However, the actual financial gain was only about $237,000 because the on-chain liquidity for wrapped DOT on Ethereum was extremely limited. The massive sell-off crashed the token's price by 99.98%, from $1.22 to approximately $0.00012831, making it impossible to liquidate the vast majority of the tokens.

QWhich other tokens were previously targeted using the same attack method mentioned in the article?

AAccording to the article, the same attack method was previously used against MANTA and CERE tokens, resulting in losses of approximately $12,000.

QWhat was the official response from Polkadot regarding the scope and impact of this incident?

APolkadot official stated that the vulnerability only affected DOT that was bridged to Ethereum via Hyperbridge. It did not affect DOT within the Polkadot ecosystem, DOT bridged through other bridges, or native DOT. They confirmed that Polkadot, its parachains, and native DOT remained secure and unaffected. Hyperbridge was paused for investigation.

QWhat broader trend in DeFi security does this event represent, according to the article?

AThe article states this event is a reflection of the increasingly severe DeFi security landscape in 2026. It cites other major incidents like the Venus protocol ($2.15M in bad debt), Resolve (80M USR over-minted), and the Drift Protocol hack (over $285M). It also notes a rise in code vulnerability exploits, potentially linked to the emergence of AI-assisted bug-finding tools, with March alone seeing 46 security incidents totaling ~$39.8M in losses.

Lectures associées

À l'instant, le nouveau modèle Astra d'OpenAI est dévoilé !

OpenAI prépare un nouveau modèle d'IA nommé Astra, conçu pour exceller dans l'exécution de tâches complexes et de longue durée. Ce modèle permettrait à plusieurs agents de travailler en collaboration sur des périodes étendues pour résoudre des problèmes difficiles, comme des défis mathématiques avancés. Astra constituerait une nouvelle catégorie de modèles au sein d'OpenAI, aux côtés des séries Sol, Terra et Luna, poursuivant une nomenclature à thème cosmique. Bien que déjà présenté à des décideurs politiques et en phase de test, la date de sortie publique d'Astra n'est pas encore fixée. Son nom définitif non plus, puisqu'il pourrait être lancé en tant que GPT-6 ou comme une version du GPT-5 (ex: GPT-5.7). Cette annonce intervient dans un contexte de sensibilité accrue concernant la sécurité des modèles d'IA à long terme, suite à des incidents récents où des agents ont franchi des environnements isolés. OpenAI prévoit également de publier un rapport détaillant la résolution de 10 problèmes mathématiques non résolus, potentiellement par Astra. Des informations non vérifiées suggèrent qu'Astra surpasserait les modèles actuels en capacité, en taille (peut-être le double du GPT-5.6 Sol) et en recherche scientifique. Il offrirait également une mémoire et une personnalisation améliorées pour des interactions continues. Une publication potentielle est évoquée pour le mois en cours.

marsbitIl y a 1 h

À l'instant, le nouveau modèle Astra d'OpenAI est dévoilé !

marsbitIl y a 1 h

Le supercycle de la mémoire IA est là : échangez DRAM, Micron et SanDisk dans un seul compte crypto

L'ère de l'IA se heurte à un goulot d'étranglement critique : la mémoire. Les puces DRAM et NAND flash, essentielles pour alimenter les GPU, font face à une pénurie structurelle, qualifiée de "supercycle". Goldman Sachs anticipe un déficit d'approvisionnement en DRAM d'environ 4,9% pour 2026, le plus sévère depuis quinze ans, les prix des contrats ayant bondi d'environ 90% au premier trimestre 2026. La construction de l'IA consomme déjà environ 20% de la production mondiale de DRAM. L'article présente trois instruments pour trader cette thématique sur la plateforme crypto WEEX, avec un règlement en USDT : 1. **DRAM/USDT** : Le moyen le plus direct de trader la pénurie mémoire elle-même, plutôt qu'un fabricant spécifique. 2. **Micron (MU)** : Leader dont toute la production 2026 de mémoire haute bande passante est déjà vendue. Son chiffre d'affaires a explosé (+196% sur un an) et sa capitalisation a dépassé 1 000 milliards de dollars. 3. **SanDisk (SNDK)** : Actif plus volatil lié au marché NAND flash, dont les prix ont plus que doublé. L'action a progressé d'environ 600% en 2026. WEEX permet d'accéder à ces trois expositions (spot et contrats perpétuels à effet de levier) depuis un compte unique, évitant ainsi de multiples intermédiaires. L'article conclut que ce "mur de la mémoire" est désormais négociable dans un compte crypto, tout en mettant en garde contre la volatilité inhérente à ce secteur cyclique et aux instruments à levier.

TheNewsCryptoIl y a 2 h

Le supercycle de la mémoire IA est là : échangez DRAM, Micron et SanDisk dans un seul compte crypto

TheNewsCryptoIl y a 2 h

UNI double en deux mois malgré la tendance : un retour aux valeurs attendu depuis 5 ans

Au cours des mois de juin et juillet, alors que le marché des cryptomonnaies était globalement en berne, le token UNI d'Uniswap a affiché une performance remarquable, son prix doublant presque pour passer de 2,3 à près de 4,6 dollars. Cette hausse trouve son origine dans la mise en œuvre fin décembre 2025 de la fameuse « fee switch », activée après des années de débats. Le mécanisme, baptisé UNIfication, permet désormais au protocole de prélever une partie des frais de transaction sur certaines pools (v2 et v3 sur Ethereum), d'y ajouter les revenus du séquenceur d'Unichain, et de diriger l'ensemble de ces revenus vers un contrat (TokenJar) dont la seule fonction est d'acheter et de brûler des UNI de manière permanente. Si le marché est resté sceptique dans un premier temps en raison de données de revenus modestes (environ 7,3k$ de revenus quotidiens pour le protocole en mai 2026), la dynamique a radicalement changé en juillet. Le déploiement d'Uniswap sur la Robinhood Chain, dédiée aux actions tokenisées, a entraîné une explosion des volumes. En une semaine, cette nouvelle chaîne a généré près de la moitié des frais hebdomadaires totaux d'Uniswap. L'activation simultanée du mécanisme de frais sur les pools v4 a ensuite fait bondir les revenus du protocole, les fonds alloués au brûlage quotidien d'UNI passant d'environ 114k$ début juillet à plus de 325k$ fin juillet. La hausse actuelle ne repose donc plus sur une simple anticipation, mais sur des flux de trésorerie concrets et croissants, transformant UNI d'un token de gouvernance en un actif générateur de revenus. Son avantage structurel réside dans sa distribution ancienne et dispersée, sans gros déblocages à venir, permettant aux rachats de réellement impacter le marché secondaire. La question centrale pour l'avenir est la pérennité des volumes sur la Robinhood Chain une fois ses subventions aux frais de transaction épuisées, ce qui déterminera si cette hausse marque le début d'une véritable valorisation ou un effet d'optique temporaire.

marsbitIl y a 2 h

UNI double en deux mois malgré la tendance : un retour aux valeurs attendu depuis 5 ans

marsbitIl y a 2 h

Trading

Spot

Articles tendance

Comment acheter DOT

Bienvenue sur HTX.com ! Nous vous permettons d'acheter Polkadot (DOT) de manière simple et pratique. Suivez notre guide étape par étape pour commencer votre parcours crypto.Étape 1 : Création de votre compte HTXUtilisez votre adresse e-mail ou votre numéro de téléphone pour ouvrir un compte sur HTX gratuitement. L'inscription se fait en toute simplicité et débloque toutes les fonctionnalités.Créer mon compteÉtape 2 : Choix du mode de paiement (rubrique Acheter des cryptosCarte de crédit/débit : utilisez votre carte Visa ou Mastercard pour acheter instantanément Polkadot (DOT).Solde :utilisez les fonds du solde de votre compte HTX pour trader en toute simplicité.Prestataire tiers :pour accroître la commodité d'utilisation, nous avons ajouté des modes de paiement populaires tels que Google Pay et Apple Pay.P2P :tradez directement avec d'autres utilisateurs sur HTX.OTC (de gré à gré) : nous offrons des services personnalisés et des taux de change compétitifs aux traders.Étape 3 : stockage de vos Polkadot (DOT)Après avoir acheté vos Polkadot (DOT), stockez-les sur votre compte HTX. Vous pouvez également les envoyer ailleurs via un transfert sur la blockchain ou les utiliser pour trader d'autres cryptos.Étape 4 : tradez des Polkadot (DOT)Tradez facilement Polkadot (DOT) sur le marché Spot de HTX. Il vous suffit d'accéder à votre compte, de sélectionner la paire de trading, d'exécuter vos trades et de les suivre en temps réel. Nous offrons une expérience conviviale aux débutants comme aux traders chevronnés.

461 vues totalesPublié le 2024.12.12Mis à jour le 2026.06.02

Comment acheter DOT

Discussions

Bienvenue dans la Communauté HTX. Ici, vous pouvez vous tenir informé(e) des derniers développements de la plateforme et accéder à des analyses de marché professionnelles. Les opinions des utilisateurs sur le prix de DOT (DOT) sont présentées ci-dessous.

活动图片