A single Ethereum address lost $50 million across two separate attacks three years apart. First, approval phishing in 2023. Then, a private key compromise in 2026. The victim never moved funds after the first breach. That is the story of TLBL—a ghost address now haunting the industry’s security assumptions.
This is not a technical zero-day. It is a behavioral failure. And it is systemic.
Context: The Whale That Couldn’t Let Go
The address TLBL first appeared in GoPlus security alerts in August 2023. The victim had signed a malicious ERC20 approve() transaction, granting an attacker unlimited access to their token balances. The attacker drained the wallet, then—unusually—returned most of the funds. The community called it a “white hat salvage.” The victim breathed relief.
They did not move the remaining assets.
Three years later, in 2026, the same address lost its native ETH. This time, it was a private key leak. The attacker now had full control. The $50 million cumulative loss became the second act of a tragic play where the main character refused to learn.
GoPlus, the security data provider, issued the alert again. But by then, the damage was irreversible.
Core: Two Attacks, One Root Cause
Attack 1: The Approval Phishing (2023)
This is the classic trap. The victim connected to a fake DApp or malicious contract, signed an approve() or permit(), and the attacker called transferFrom() to drain ERC20 tokens. No private key was ever exposed. The attacker could only steal tokens, not native ETH. That matches the first incident: only ERC20s were taken.
This attack vector is well-documented. I have audited tokenomics models where teams ignored the risk of infinite approvals. In 2017, I led a forensic analysis of 14 ICO whitepapers. The same pattern emerged: teams built incentives without considering the attack surface. The whale’s case is a mirror—they had no mechanism to revoke permissions proactively.
Attack 2: The Private Key Leak (2026)
The second attack struck native ETH. That requires the private key or seed phrase. The attacker now had full sovereignty over the address. Possible leaks: a keylogger on a browser extension, a fake wallet app, a compromised cloud backup of the seed phrase, or a tampered hardware wallet. The attacker may have collected the private key years ago and waited—or launched a targeted phishing campaign that finally succeeded.
Based on my experience building systemic risk models for DeFi lending protocols, I know that when a single point of failure is exposed, the probability of a second exploit increases non-linearly. The whale’s address became a honeypot for the attacker.
The Comparison: Why the Victim Failed
| Dimension | First Attack (2023) | Second Attack (2026) | |-----------|--------------------|---------------------| | Type | Approval phishing | Private key leak | | Asset scope | ERC20 tokens | Native ETH | | Attack complexity | Medium (signature trick) | High (key compromise) | | Recovery potential | High (revoke + freeze) | Zero (irreversible) | | Defensive action | Revoke approvals | Abandon address |
The victim took the first action—they revoked the malicious approval after the attack. But they missed the second and more critical step: abandoning the address entirely. Once a private key is exposed, no amount of revocation can save the native ETH or any future deposits.
This is the textbook case of “sunk cost fallacy” in crypto security. The victim had a psychological attachment to the address—perhaps due to its reputation or operational convenience. The attacker exploited that attachment by returning the first loot, building trust, and striking again.
I have seen this pattern in my work at the Abu Dhabi Financial Global Centre, where I simulated CBDC adoption risks. The “phased rollout” framework we adopted was designed to avoid giving users a false sense of security. The whale’s story is a cautionary tale for any institution or individual holding digital assets: once a wallet is compromised, consider it dead.
Contrarian: The Self-Custody Illusion
The mainstream narrative proclaims self-custody as the ultimate form of digital sovereignty. “Not your keys, not your coins.” But this case exposes a dangerous blind spot: self-custody without proper safeguards is often worse than trusting a regulated exchange.
Why? Because exchanges have insurance, multi-sig protocols, and compliance teams that can freeze funds. The whale had none of that. They had maximum control, but no safety net. The attacker returned the first $30 million not out of kindness, but to lower the victim’s guard. In behavioral finance, this is called “the endowment effect with a twist”—the victim valued the address more because it survived an attack.
The real risk is not centralization. The real risk is the illusion of complete control. The whale’s address was a single point of failure. The industry’s push toward EOA-based self-custody is a ticking time bomb for the next bull run.

Furthermore, the tech community often dismisses approval phishing as “user error.” But the industry designs interfaces that make it easy to fall into the trap. The burden should be on protocols to implement session keys, time-locked approvals, and payment limits. Until then, every whale is a potential headline.
Takeaway: The Only Safe Address Is a Dead Address
The TLBL case is a $50 million education for the crypto ecosystem. The lessons are simple but brutal:
- Never reuse a compromised address. Even if the attacker returns funds, treat the address as permanently poisoned.
- Adopt smart contract wallets. Multi-sig, social recovery, and spending limits reduce the blast radius of a single key leak.
- Regular security audits are not optional. Just as I stress-tested ICO tokenomics, wallet security must be stress-tested through disuse and migration cycles.
The industry is transitioning from speculative gambling to digital infrastructure. The AI-crypto convergence will demand even stricter security standards. We cannot afford to repeat the same mistakes.
Will the next $50M loss be yours? The clock is ticking. The only way to win is to stop playing the game of self-custody without a safety net.