Crypto World
Nvidia dives into humanoid robots with China’s Unitree ahead of IPO
Jensen Huang, chief executive officer of Nvidia Corp., speaks at the Nvidia GTC conference on the sidelines of Computex 2026 in Taipei, Taiwan, on Monday, June 1, 2026.
Bloomberg | Bloomberg | Getty Images
Nvidia has selected Chinese humanoid robot maker Unitree for the first robotics system the U.S. chipmaker is selling to researchers from Stanford to ETH Zurich, the company announced Monday.
The system combines Unitree’s nearly 6-foot-tall H2 humanoid robot with Nvidia’s Jetson Thor hardware, which includes the company’s advanced Blackwell GPU for on-device artificial intelligence capabilities.
Nvidia’s humanoid-focused AI models, known as Isaac GR00T, and simulation systems are part of the new robot testing package, according to a press release. The robot also uses mechanical hands made by Singapore-based Sharpa. PitchBook lists Qiming Venture Partners among the startup’s backers.
Nvidia CEO Jensen Huang has predicted that “physical AI” could become a market worth tens of trillions of dollars. He told investors last month he expects rapid growth in the robotics segment over the next five years.
“Today, we’re announcing the Nvidia Isaac Root, a reference humanoid robot, all fully integrated, 25 degrees of freedom on that on each hand made by Sharpa, 31 degrees of freedom on the robot, six feet 150 pounds, just like me,” Huang said Monday in a keynote speech in Taipei.
Visitors check out a Unitree H2 humanoid during its public debut at a robots show in Hangzhou in east China’s Zhejiang province Tuesday, Oct. 21, 2025.
Feature China | Future Publishing | Getty Images
“This platform runs the new Thor, and our entire software stack, data generation stack, data simulation stack, the runtime, all integrated into a robot that is designed for everyone to use,” he added.
“We built this for higher education and university researchers, because for them to build this is insanely hard to do.”
The new system also expands Nvidia presence in robotics software development, building on the chipmaker’s edge in AI computing through its widely used CUDA software platform.
Unitree’s global market
The news comes as Unitree seeks to raise 4.2 billion yuan ($620 million) through a listing on Shanghai’s STAR board. The exchange is scheduled to review the IPO application on Monday.
Unitree disclosed more than 40% of its revenue already comes from markets outside China.
The H2 Plus, an upgraded version of Unitree’s H2 humanoid robot, will be available in October, and “anyone can buy it,” said Rev Lebaredian, vice president of physical AI simulation at Nvidia.
It’s a move “taking frontier humanoid research out of the hands of only the world’s largest tech companies and AI unicorns, and putting it in reach of every lab,” he said.
At least four research institutions already plan to use the H2 Plus humanoid, the press release said.
They include Seattle-based Ai2, ETH Zurich in Switzerland, the Stanford Robotics Center and UC San Diego’s Advanced Robotics and Controls Laboratory.
No China-based research arms were listed.

Crypto World
Hyperliquid’s HYPE Price Soars to New ATH Above $73: Here’s Why
Hyperliquid’s native cryptocurrency, HYPE, has become one of the strongest performers in the crypto markets over the past few weeks. Just today, it exploded to a fresh all-time high above $73.
The move comes amid a broader wave of institutional interest, strong ETF inflows, and continued momentum in the platform’s position as a leading on-chain derivatives ecosystem.
HYPE Hits New Record After 20% Weekly Rally
HYPE has extended its impressive uptrend over the last 24 hours, climbing more than 5% and pushing above $73 to mark a new all-time high at the time of this writing.

The latest move caps a very powerful five-day rally for the cryptocurrency. HYPE had already been gaining traction last week (and the weeks before that) as buyers defended higher lows and pushed the token through several key resistance zones.
Over the past seven days, it has increased by more than 20%, while its 30-day gains have reached more than 75%.
This has pushed HYPE into the top 10 by market cap, allowing it to surpass the likes of DOGE.
ETF Inflows and Grayscale Buzz Fuel the Rally
Beyond improving fundamentals and overall trading volume, another major reason for the rally appears to be the growing demand for HYPE-linked exchange-traded products.
According to data from SoSoValue, US spot HYPE ETFs recorded more than $9 million in one-day net inflows on May 29th, bringing total net assets above $135 million.

Grayscale has also added another layer to the bullish narrative. The asset manager is reportedly in talks with Hyper Holdings Global LP for a seed investment of approximately 2 million HYPE tokens, which are currently worth well over $140 million, for its proposed Grayscale Hyperliquid Staking ETF.
The fund itself is expected to trade on Nasdaq under the ticker HYPG, which further strengthens expectations that institutional access to HYPE could continue growing.
The post Hyperliquid’s HYPE Price Soars to New ATH Above $73: Here’s Why appeared first on CryptoPotato.
Crypto World
Three Sui mainnet halts in 48 hours traced to an upgrade bug by developers
A new feature shipped in Sui’s v1.72 release exposed an edge case in the Layer-1 blockchain’s gas-charging logic that halted mainnet three separate times across May 28 and May 29, with each fix either triggering or exposing the next failure, the Sui Foundation said in a post-mortem published Sunday.
The first outage began at roughly 7 a.m. PT on Thursday and lasted close to seven hours.
According to the foundation, it stemmed from a rare issue in how the network charged gas for transactions paying with a mix of the new address-balance feature and traditional coin objects. The bug caused validators to crash with an underflow error when a transaction was canceled for insufficient funds, but the gas-smashing routine still tried to spend those same funds.
Think of a coin object as a digital banknote. A user’s SUI balance isn’t a single number — it’s a stack of distinct “notes,” each with its own ID, that can be moved or combined. The wallet might hold three coin objects worth 60, 30, and 10 SUI rather than a single 100-SUI balance. To pay for something, the network combines the notes it needs.
Validators are computers (and the operators behind them) that run the network by processing transactions, voting on which ones are valid, and keeping the chain alive.
The core team brought the network back up around 1:30 p.m. PT with what it called an “interim fix” that addressed the most common version of the bug but carried “a known issue with a low probability of causing a halt.” The team accepted that risk to restore the mainnet quickly while a more robust fix was developed.
The known risk materialized the next morning. A second outage began around 5 a.m. PT on Friday, when a transaction triggered a masked variant of the same bug, in which the insufficient-funds error was overridden by another cancellation reason, bypassing the interim patch. The core team finished a more robust fix, and validators adopted it by about 9:40 a.m. PT.
The third halt was a knock-on from the second. When validators restarted to install the robust fix, validator participation in the protocol that bootstraps the network’s on-chain randomness fell below the required threshold, and randomness disabled itself as designed.
(On-chain randomness is a protocol the network uses to produce a number nobody can predict or fake, even though every validator has to agree on the same value. Apps that depend on chance — lotteries, certain games, random NFT mints — can’t run without it.)
A latent bug then failed to persist that disabled state to disk, leaving validators unaware on the next restart that randomness had been turned off. The next epoch change stalled for close to six hours as randomness-dependent transactions piled up in a paused queue.
No user funds were at risk during any of the outages, and no committed transactions were reverted, the foundation said.
SUI dropped roughly 8% during the cascade to a low of $0.90 and was trading near $0.90 on Monday, leaving the token down about 19% on the week, per CoinDesk data.
The events represent Sui’s third major reliability incident since its 2023 mainnet launch, following a two-hour transaction scheduling bug in November 2024 and a six-hour consensus divergence in January 2026.
Crypto World
Aave overhauls listing standards after $230 Million rsETH exploit exposed bridge risks
The most expensive DeFi attack of 2026 began with KelpDAO’s restaked ether (rsETH) bridge, not a bug in Aave’s code. That, the lending protocol argues in an official postmortem published this week, is precisely why the industry needs to rethink how it measures risk.
Aave said it is launching a review of every asset listed on V3 and rewriting its listing standards after April’s $230 restaked ETH exploit exposed a new class of DeFi risk.
The protocol’s postmortem traced the attack not to a flaw in Aave’s smart contracts but to a LayerZero bridge verification failure, where a single verifier approved a forged cross-chain message that released 116,500 unbacked rsETH.
Going forward, Aave says collateral assessments will weigh bridges, oracle dependencies, custodians and operational security alongside the financial and smart-contract risks it has traditionally screened for.
KelpDAO is a “restaking” service, which lets users take their ether that is already locked into Ethereum to earn staking rewards and reuse it as collateral to earn additional yield from other protocols. The token rsETH represents a user’s claim on that restaked ether. To move rsETH between blockchains, KelpDAO uses LayerZero, a piece of infrastructure called a cross-chain bridge that passes messages between networks so a token issued on one chain can show up on another.
Bridges rely on a set of independent verifiers who confirm each message is real before the receiving chain releases the equivalent tokens.
In April’s attack, just one of those verifiers approved a fake message, which let the attacker mint 116,500 rsETH on the receiving chain with no actual ether backing it.
Those tokens were then deposited into Aave, a lending protocol where users borrow against collateral they post, and used to take out loans Aave could not recover once the rsETH was revealed as worthless. Aave’s own code worked exactly as designed. The collateral it accepted turned out to be fake because the bridge that delivered it had been compromised.
While LayerZero acknowledged earlier this month that it “made a mistake” by allowing its own verification system to secure high-value assets in a one-of-one configuration, Aave’s postmortem goes further by using the incident to justify a broader overhaul of DeFi risk management.
The protocol argues that traditional reviews focused on volatility, liquidity and smart contract audits failed to capture the risks created by bridges, verification networks and other infrastructure that sits outside application code.
Beyond smart contract audits and financial risk analysis, Aave said it will now evaluate bridge infrastructure, oracle dependencies, third-party contracts, custodial arrangements, operational security practices, and secondary-market liquidity before approving or expanding collateral listings.
The protocol is also building new automated defenses designed to react faster when collateral assets show signs of distress. Among the proposals outlined in the postmortem is a system that would automatically reduce an asset’s loan-to-value ratio to zero once predefined risk thresholds are breached, removing its borrowing power before losses can spread through the broader market.
Since the exploit, Aave says its risk managers have already executed roughly 295 parameter changes across V3 markets, including 168 supply-cap reductions and 66 borrow-cap reductions aimed at limiting exposure to individual assets.
As DeFi protocols become more interconnected, Aave’s postmortem suggests the industry may need to scrutinize not only the assets it lists, but also the infrastructure those assets depend on
Crypto World
SEC Charges Texas Man Nathan Fuller in $12.3M AI Crypto Trading Bot Fraud Case
TLDR:
- SEC says only 3% of $12.3M was traded, while the rest was funded for personal use and Ponzi payouts.
- Operator allegedly marketed fake AI crypto bots with claims of automated high-frequency returns.
- About 150 investors were affected through misleading performance reports and fabricated statements.
- Case signals tighter scrutiny on AI-branded crypto products and retail fundraising practices.
U.S. regulators have taken action against a Texas operator accused of misleading investors through artificial intelligence trading claims tied to crypto assets, as court filings reveal alleged misuse of funds, fabricated performance data, and widespread retail investor exposure across multiple jurisdictions.
AI Trading Narrative and Investor Fund Breakdown
The SEC alleges that the operator promoted these tools as proprietary bots capable of scanning exchanges and executing high-frequency arbitrage strategies. Investors entered the program expecting algorithm-driven returns supported by consistent and verifiable trading activity.
Investigators found that the system did not operate as described and lacked a transparent execution infrastructure.
Instead, the operator allegedly used promotional material and fabricated performance reports to sustain investor inflows. The structure attracted around 150 investors and accumulated approximately $12.3 million during its run.
The regulator reports that only about 3% of the funds entered actual crypto trading markets. A significant portion moved toward personal expenses, while another portion financed payments to earlier investors. These payments created a cycle that mimicked steady returns without underlying trading profits.
Authorities say the operator distributed about $6.2 million for personal use across various expenditures. Another $5.5 million reportedly went to investor payouts designed to maintain confidence in the system.
Fake account statements and misleading communications reinforced the perception of stable performance over time.
Promotional claims included promises of high returns within short periods, sometimes exceeding 40% to 100%. The filings state that these promises lacked supporting documentation or audited trading records.
Investigators continue to examine transaction histories using blockchain analysis and banking records to map fund movement patterns.
Regulatory Pressure and Market Reaction to AI Crypto Schemes
Regulators have increased scrutiny on investment products that rely on artificial intelligence branding in crypto markets. They now focus on whether firms can prove actual algorithmic trading activity behind marketing claims.
This approach reflects growing concern over misleading narratives targeting retail investors in digital asset spaces.
The enforcement action shows how authorities trace funds through exchanges, wallets, and traditional banking channels.
Investigators rely on blockchain analytics tools to reconstruct how investor capital moves across different layers. These methods help identify discrepancies between advertised trading performance and actual fund usage patterns.
Market participants reacted cautiously after news of the case emerged across trading communities. The development prompted renewed attention on risk exposure tied to AI-themed crypto investment platforms.
Regulated exchanges such as Coinbase and Kraken often benefit from differentiation during enforcement cycles due to compliance frameworks.
The case also pushed global regulators to review disclosure standards for automated trading claims. Agencies across jurisdictions now share intelligence on similar schemes through financial crime coordination networks.
Authorities aim to improve transparency requirements and prevent misuse of AI narratives in fundraising operations.
Investor sentiment remains sensitive as enforcement actions continue to shape expectations around crypto marketing practices.
The sector now faces stronger pressure to validate trading systems before presenting performance-based claims to the public.
Crypto World
Ripple-linked token hits 15-week low
XRP slid to its weakest level in more than three months as heavy selling overpowered signs of exchange outflows, leaving the market stuck between two competing signals. Tokens moving off exchanges usually point to accumulation, but price action is saying sellers still have control whenever XRP tries to recover.
News Background
• More than 25 million XRP left exchanges after a large inflow earlier in the week, suggesting some investors used the drop to move tokens into longer-term storage.
• Spot XRP ETFs recorded fresh inflows, bringing cumulative flows to about $1.42 billion, though that demand has not yet been enough to reverse the downtrend.
• Leverage was heavily flushed during May, with most high-risk long positions already liquidated as XRP bounced from the $1.28 area.
Price Action Summary
• XRP dropped from $1.3384 to $1.3208, hitting a 15-week low during the session.
• The key breakdown came on 55.03 million in volume, which pushed price through support near $1.3320.
• Selling later extended toward $1.314 before a modest bounce brought XRP back toward $1.32.
Technical Analysis
• The key issue is that accumulation signals are not yet showing up in price. Exchange outflows are constructive, but XRP continues to get sold into recovery attempts.
• The breakdown below $1.3320 keeps the short-term structure weak, with $1.34 now acting as the first level buyers need to reclaim.
• A large short-liquidation cluster sits between $1.34 and $1.40, meaning a sharp move higher is possible if XRP can break back into that range.
• Until then, the tape remains defensive, with sellers still controlling the lower highs.
What traders should watch
• $1.31 is the immediate support. Losing it would put $1.28 and then $1.20 back in play.
• $1.34 is the first recovery level. A reclaim could trigger momentum toward $1.37 and $1.40.
• The setup is unstable because exchange outflows point one way while price action points the other. One side will have to give.
Crypto World
Coinbase Launches Direct INR Deposits and Withdrawals in India
TLDR:
- Coinbase now supports direct INR deposits and withdrawals in India through IMPS with no deposit fees.
- Indian traders can access spot markets and perpetual futures contracts on major crypto assets via Coinbase.
- Coinbase is registered with FIU-IND and fully compliant with Indian tax laws for long-term operations.
- Over $1 million has been invested by Coinbase into India’s builder community through Base grants and hackathons.
Coinbase has officially launched direct Indian Rupee (INR) support in India, enabling users to deposit and withdraw funds via IMPS.
The platform now offers spot trading and perpetual futures contracts on major crypto assets. Coinbase is registered with FIU-IND and fully compliant with Indian tax laws.
This move marks a major step in the exchange’s long-term commitment to one of the world’s fastest-growing crypto markets.
Coinbase Opens Full INR Trading Access for Indian Users
Indian customers can now deposit and withdraw INR directly through IMPS, removing the need for P2P rails or third-party intermediaries.
The process is straightforward — users fund their accounts from a bank, trade, and withdraw back to the same account.
Coinbase has built dedicated local INR order books to provide liquidity specifically for Indian traders. At the same time, users retain access to the platform’s global exchange infrastructure.
Spot trading is available across a range of crypto assets, alongside perpetual futures contracts covering major markets.
For traders seeking professional-grade tools, Coinbase Advanced offers APIs built to institutional standards and WebSocket order book streaming.
TradingView charting is also integrated for those who prefer a technical, discretionary approach. A full suite of order types supports both casual and high-frequency trading strategies.
On fees, taker charges on Coinbase Advanced are competitive when compared against local Indian platforms. There are no deposit fees on INR transfers, which reduces the upfront cost for new users.
Beyond headline fees, execution quality plays a role in total trading costs. As Coinbase noted, “Deep global liquidity tends to mean tighter spreads and lower slippage compared to thinner local order books, which affects total cost of trading in ways that aren’t always visible upfront.”
Coinbase’s FIU-IND registration places the exchange under the compliance framework for virtual digital asset service providers in India.
This gives Indian users a regulated environment consistent with local law. The exchange also complies fully with Indian taxation requirements, reinforcing its long-term presence in the market.
Coinbase’s Prior Investment Lays the Ground in India
Coinbase’s entry into Indian retail trading did not happen overnight. The exchange previously invested in CoinDCX, one of India’s leading crypto platforms, signaling early strategic interest.
Through its Ethereum Layer 2 network Base, Coinbase has directed over $1 million into the Indian builder community. That funding covered hackathons, direct grants, and fellowships across the country.
More than 4,000 builders in India have developed projects on Base, with around 150 growing into active startups. Coinbase has also sponsored Indian students and founders to the Network School in Malaysia.
Teams have been flown to New York and San Francisco for demo days and pitch events. As the company stated, “India has long been one of the most important markets in crypto: in terms of developer talent, trading activity, and the broader adoption of blockchain technology.”
Coinbase is listed on NASDAQ under the ticker $COIN and is a member of the S&P 500. The exchange publishes audited quarterly financials and serves as a custody partner for BlackRock.
It holds the majority of customer crypto in cold storage and maintains dedicated crime insurance. Regular security audits further support its standing as a trusted institutional-grade platform.
Crypto World
Bitcoin, ether, solana slide as AI trade continues to rip higher
A record 10-session, $2.97 billion outflow streak from spot bitcoin ETFs and a fresh rally in oil prices on stalling U.S.-Iran ceasefire talks have kept bitcoin and the wider crypto market under pressure even as Wall Street’s AI trade pushed global equities to new records in Asian trading Monday.
The MSCI All Country World Index gained 0.2% on Monday and Asian equities advanced 1.1% to an all-time high, with bellwether tech indexes in South Korea, Taiwan and Japan all setting records, Bloomberg reported.
Nasdaq 100 futures rose 0.6% after Nvidia said it would enter the Windows laptop market in direct competition with Intel and AMD, and SoftBank Group jumped as much as 11% on its OpenAI and Arm holdings, putting the Japanese conglomerate on track to become the country’s most valuable listed company.
The mood was complicated by oil. Brent crude climbed above $93 a barrel as efforts to reopen the Strait of Hormuz showed little progress and Middle East tensions stayed elevated, sending Treasuries lower across the curve.
Crypto failed to track the equity rally. Bitcoin fell 4.6% over the past seven days to $73,397, ether (ETH) lost the same 4.6% to $1,996, solana (SOL) 3.7% to $81.89 and TRON’s TRX 3.7%, according to CoinDesk data. slipped 1.6%.
Spot bitcoin ETFs in the U.S. logged a tenth consecutive day of outflows on Friday, with $2.97 billion drained between May 15 and May 29, per SoSoValue data. The streak broke the previous record of eight consecutive outflow sessions set in early 2025, and was headlined by a $733 million single-day exit on May 27, the largest since January.
Total net assets across U.S. spot bitcoin ETFs fell from $104.29 billion on May 15 to $94.17 billion by Friday. Ether ETFs are running an even longer 14-session outflow streak, with roughly $2.6 billion drained from net assets over the same window.
Hyperliquid’s HYPE was the lone outlier in the top 10 by market value.
The token gained 18.7% over the past seven days to $73.17 and the U.S. spot HYPE ETF, which launched May 12, has logged inflows in every single trading session since, lifting cumulative net assets above $122 million by Friday.
Crude’s bounce above $93 and the stalled Iran deal mean the macro lift crypto was waiting on is no longer obviously coming. The ETF flows that powered last year’s rally have gone the other way for ten straight sessions.
Crypto World
Wintermute Enters Prediction Markets as Liquidity Provider
Crypto liquidity provider and trading firm Wintermute says it is providing liquidity on prediction markets as the industry continues to expand.
The firm, which handles $3.5 trillion in annual trading volume, said on Friday that it is extending its institutional trading to prediction markets and would provide “two-sided markets across event contracts on leading venues,” without specifying the platforms.
Jake Ostrovskis, head of OTC trading at Wintermute, said prediction markets have the “demand profile” of a major asset class but the liquidity profile of an “early-stage one.”
“For these markets to become a reliable real-time source of probability estimates, they need sustained two-sided liquidity. That depth tightens spreads, supports larger trade sizes, and in turn improves the signal embedded in market prices,” he added.
Wintermute said prediction markets are moving from a “niche forecasting tool” into a broader venue for trading event risk, and it will be posting continuous bid and offer prices across event contracts.

Source: Wintermute
This helps reduce spreads, support larger trade sizes, and improve the reliability of market-implied probabilities, it said.
Wintermute added that the market also overlaps with its existing crypto infrastructure, as it already manages spot, derivatives, decentralized finance and over-the-counter crypto markets.
The move could accelerate integration between prediction markets and broader DeFi protocols for collateral reuse, yield strategies on locked capital, or oracle feeds derived from prediction market prices.
Related: Kalshi backs prediction markets lobby group with former Trump official
The two leading prediction markets, Kalshi and Polymarket, have a notional weekly volume of around $5.8 billion, with almost 400,000 active markets and 42.7 million weekly transactions, according to DeFiRate.
Kalshi, which is regulated by the Commodity Futures Trading Commission, has the largest market share of the volume with 70%. Politics and sports dominate the betting on both platforms.

Comparison of stats between Kalshi (green) and Polymarket (purple). Source: DeFiRate
Magazine: HYPE chases $100 target, ETH could dump below $1800: Market Moves
Crypto World
Whitehat recovers $2M from 2016 ICO contract flaw highlighting risk
A decade-old Ethereum ICO with a failed launch has found new life as a case study in retroactive bug hunting and asset recovery. A pseudonymous white-hat hacker going by the name 0xflorent has recovered about 1,003 ETH from the Hong Coin (HONG) ICO, roughly $2 million at current prices, after identifying a flaw in the refund mechanism that left investors’ funds stranded for years. The disclosure surfaced on Sunday via a post on X, where 0xflorent explained how the funds were unlocked and subsequently recovered from 48 investors who had participated in the project’s fundraising push.
The HONG project, pitched in 2016 as a community-driven venture capital fund governed by a decentralized autonomous organization, offered investors a plan to receive 250 million HONG tokens across five stages. The ICO began on August 29, 2016, and wrapped up on October 28, 2016. Although the minting goal was not reached, investors were promised refunds of their ETH contributions. But a bug in the refund function prevented those refunds from being processed, leaving the stash of ETH effectively frozen for nearly ten years.
Data from Ethereum explorer Etherscan corroborates the partially completed refunds: at least one investor received 96 ETH (roughly $192,500 at current prices), and another was refunded 0.5 ETH. These refunds are part of the larger 1,003 ETH tied to the unresolved pool, which 0xflorent says has now been unlocked and reclaimed with the project’s cooperation.
“The contract held all the investors’ ETH and was supposed to auto-refund them. However, a bug in the refund function quietly broke that, and the funds got stuck.”
0xflorent outlined how the unlock was accomplished by working with the HONG creators to exploit a flawed admin function that reset token holders’ balances and triggered the refund mechanism. The hacker described the root cause as an admin function with an integer overflow vulnerability. When invoked with a precise input, the function reset balances and effectively unblocked the refund check, enabling the retrieval of the locked funds.
The developer’s public thread also noted prior retrospective movements: on May 24, 0xflorent reported recovering a total of 19.33 ETH in separate actions—comprising funds from a different failed ICO project in January 2018 and a Liquality Wallet user whose funds were trapped in a cross-chain transfer protocol. This broader pattern—identifying legacy vulnerabilities and responsibly reclaiming stranded assets—appears to be a recurring theme in the late-2010s era of ICOs and cross-chain tooling.
The Hong Coin episode sits at an intersection of crypto history and modern risk management. HONG’s narrative began in the era when many projects sought to bootstrap communities around decentralized governance and venture funding. The team described the treasury and refund flow as central to the project’s promise. With the ICO failing to hit its fundraising target, the expectation was that contributors would be refunded automatically by the contract—an expectation that proved fragile in the presence of programming oversights.
From a practical perspective, the episode underscores two enduring lessons for the crypto ecosystem. First, even well-conceived refund logic can be compromised by small but critical coding flaws in smart contracts. An administrator function with an overflow bug can silently break the intended payout path, effectively trapping funds that would otherwise flow back to investors. Second, the story illustrates the potential value of responsible disclosure and cooperative remediation when legacy contracts surface vulnerabilities after years of dormancy. In this case, the HONG creators were engaged to facilitate the recovery rather than face a protracted dispute or forks that could have left investors without a clear path to restitution.
For investors and builders, the Hong Coin recovery is a reminder that historical projects carry latent security and governance risks. The 2016-era ICO wave left behind a broad spectrum of contract designs, some of which were never fully audited or battle-tested against edge-case inputs. The fact that a white-hat could unlock funds years later—without destabilizing the broader chain—speaks to the resilience of Ethereum’s ecosystem when legitimate custodians step forward. Yet it also raises questions about whether more such retroactive recoveries are feasible across other dormant ICOs and what standards should govern such interventions in the future.
Looking ahead, observers will want to see how the Hong Coin case influences current and future retroactive fixes. Will the original developers publish the complete patch and audit trail for the refund function to prevent recurrence in similar contracts? Are there other dormant ICOs with analogous refund or governance vulnerabilities awaiting discovery? And how will communities balance the ethics of white-hat intervention with the risk of unintended consequences in legacy contracts?
Key takeaways
- A decade-old ICO (HONG) saw about 1,003 ETH recovered from 48 investors after a flaw in the refund function left funds stranded for years.
- Public data shows refunds already issued to some investors, including one recipient of 96 ETH and another of 0.5 ETH, highlighting real-world asset recovery in legacy contracts.
- The vulnerability stemmed from an admin function with an integer overflow, which, when triggered with a specific input, reset balances and enabled refunds to proceed.
- 0xflorent’s actions illustrate a white-hat approach to unlocking funds in collaboration with project creators, not through hostile exploitation or disruption.
- The episode reinforces broader lessons about smart contract security, particularly around admin controls and refund mechanisms in ICO-era designs, and it emphasizes the ongoing value of responsible disclosure in the ecosystem.
Historical context and present implications
Hong Coin’s 2016 ICO is a snapshot of an era when decentralization and community governance were thrust to the forefront of fundraising narratives. The project’s ambition—to enable community members to decide which ventures receive backing—was appealing to many supporters of the DAO-era ethos. Yet the fundraising outcome, the unlaunched product, and the refund complications illustrate how technical fragility can precede governance ambitions in crypto ventures.
The incident also exemplifies how the crypto ecosystem can evolve a form of retrospective accountability. When a fault is discovered in a long-dormant contract, the community can mobilize to recover value rather than leave it forever stranded. The collaboration between 0xflorent and the HONG creators demonstrates that constructive, technically informed interaction can yield tangible asset recovery without igniting controversy or legal disputes.
From an investor-relations perspective, the case provides a tangible data point about the latency of asset recovery. While the exact amount recovered will likely continue to evolve as more refunds are confirmed, the initial figures and subsequent disclosures indicate that even long-dormant assets can find a path back to participants when structural vulnerabilities are identified and addressed in a coordinated manner.
For researchers and developers, the Hong Coin narrative is a prompt to prioritize robust refund logic and guardrails in contract design. It also highlights the value of clear intervention pathways—whether through formal bug-bounty programs, sanctioned audits, or cooperative remediation processes—that can facilitate responsible asset recovery in legacy contracts without compromising overall network security or governance.
As the story unfolds, observers should monitor whether the remaining locked funds will continue to be released and whether developers will publish further technical details or patch records that could guide similar retroactive recoveries elsewhere. The Hong Coin saga may become a teachable moment for how to handle legacy contracts with dormant funds in a manner that protects investor interests and preserves the integrity of the ecosystem.
Source: 0xflorent.eth
Crypto World
3 Things That May Move Bitcoin Price This Week
Crypto markets remained flat over the weekend following heavy losses last week. Bitcoin and Ether remain weak, with no immediate catalysts to spur a recovery.
Meanwhile, fresh labor market data and updated readings on manufacturing and services activity are on the table this week.
“We also await further details about a potential US-Iran deal, which appears to be dragging on again,” said the Kobeissi Letter.
Economic Events June 1 to 5
May’s ISM Manufacturing PMI report is due on Monday, which will shed light on the US manufacturing sector.
This is followed by April’s JOLTS Job Openings data on Tuesday and May’s ISM Non-Manufacturing PMI data on Wednesday.
Initial Jobless Claims data is on Thursday, and the big May Jobs Report is due on Friday.
The labor market data is keenly eyed as it is one of the Federal Reserve’s two mandates for monetary policy decisions. The outlook is currently mixed, with more-than-expected hiring in April and May, but experts are divided.
Some economists believe the labor market is rallying after a slow year in 2025, while others claim the growth reflects surging demand for health care workers driven by an aging population rather than economic expansion, according to reports.
Key Events This Week:
1. May ISM Manufacturing PMI data – Monday
2. April JOLTS Job Openings data – Tuesday
3. May ISM Non-Manufacturing PMI data – Wednesday
4. Initial Jobless Claims data – Thursday
5. May Jobs Report – Friday
6. Total of 7 Fed Speaker Events This Week…
— The Kobeissi Letter (@KobeissiLetter) May 31, 2026
The major stock indexes finished a month of gains at record highs last week, buoyed by enthusiasm for tech stocks and dipping oil prices, but crypto remained deep in bear territory.
Crypto Market Outlook
May ended with Bitcoin losing 3.6% following two green months. It made a weekend high of $74,000 but could not advance further and fell back towards $73,000 during Monday morning trading.
The asset has lost 5% over the past week and is moving to the lower bands of its four-month-long range-bound channel.
Ether had lost the $2,000 level again on Monday morning after spending most of the weekend just above it.
“Several meaningful catalysts are converging in June that could prove significant for Bitcoin’s near-term trajectory,” reported 10x Research on Monday.
“The headwinds are real and visible: ETF outflows, stablecoin contraction, and trading volumes at historic lows all point to near-zero conviction, but that is precisely the environment we anticipated for a major cycle bottom.”
The post 3 Things That May Move Bitcoin Price This Week appeared first on CryptoPotato.
-
NewsBeat5 days agoIsrael says it has killed new Hamas military leader in Gaza City airstrikes
-
Tech5 days agoNASA taps Blue Origin to deliver lunar rovers for Moon Base initiative
-
Politics7 days agoBridgerton Season 5: Cast, Release Date And Everything We Know So Far
-
Sports6 days ago2026 NBA Finals schedule, odds: Knicks await Thunder or Spurs after winning East
-
News Videos5 days agoXRP *JUST* SUCCEEDED!!!! CLARITY ACT EXPOSED!!! (SHE EXPOSED IT)
-
News Videos3 days agoThis is BROKEN! INSANE 5x MONEY CAR WASH WEEK! The NEW GTA Online UPDATE Today! (GTA5 New Update)
-
Crypto World5 days agoMicron Crosses $1 Trillion Market Cap as AI Demand Reshapes Memory Sector
-
Business5 days agoSelena Gomez Reportedly Upset Over Benny Blanco’s Comments on Her ‘Terrible’ Diet
-
NewsBeat6 days agoHottest May day ever as London hits 34.8C in 2C leap from previous records
-
Business7 days agoBTS Sells Out Four Las Vegas Shows at Allegiant Stadium for ARIRANG World Tour
-
Tech6 days agoChina assigns ID codes to 28,000+ humanoid robots
-
Business6 days agoNikkei 225 Surges Past 65,000 for First Time as Iran Peace Hopes Fuel Record Rally
-
Tech7 days agoMicrosoft’s quiet Claude Code retreat and the real cost of enterprise AI
-
Tech3 days agoWaymo dominates autonomous vehicle registrations as Tesla trails behind
-
NewsBeat7 days agoCrowds find riverside shade in York as temperatures soar
-
Tech5 days agoThe Samsung pay deal is the moment Korean unions changed register
-
Entertainment6 days ago‘Breaking Bad’ Star’s Easy-to-Binge 6-Part Crime Series Spin-Off Is Finally Heading to Free Streaming
-
Tech7 days agoWestone Audio and Etymotic Acquired by Fidelity Collective in Major IEM Market Move
-
Tech5 days agoMillions of AI agents imperiled by critical vulnerability in open source package
-
Crypto World5 days agoSpaceX’s $2 Trillion IPO: Why Tech Giants Nvidia (NVDA), Apple (AAPL), and Microsoft (MSFT) May Face Pressure


You must be logged in to post a comment Login