Key Takeaways
None of the incidents covered here happened because crypto exchanges are uniquely careless. They happened because a handful of specific, well-understood security failures, an over-full hot wallet, a control gap in how withdrawals get authorized, a delay in noticing something was wrong, a slow or unclear public response once it was, kept recurring across otherwise very different companies, years, and technical setups. Recognizing the pattern is more useful than memorizing the story, because the pattern is what you can actually check for in an exchange you're using today.
Direct answer: Mt. Gox (2014), Bitfinex (2016), Coincheck (2018), and Binance (2019) are four well-documented historical exchange security failures that, despite differing causes and outcomes, share recurring contributing factors: too much user-fund exposure in internet-connected hot wallets, gaps in internal controls around key management and withdrawal authorization, delays between when a breach began and when it was detected, and inconsistent public disclosure once a problem was found. Practices like proof of reserves, multi-signature custody, and standardized security audits have meaningfully improved industry transparency since these incidents, but none of them makes any exchange immune to a repeat, which is why checking an individual exchange's own specific practices and incident history still matters more than assuming the industry has solved the problem.
- Mt. Gox, at the time the world's largest bitcoin exchange, lost roughly 850,000 BTC to a theft that reportedly began around 2011 and went undetected for years before its February 2014 bankruptcy.
- Bitfinex lost about 119,756 BTC in August 2016 despite using a multi-signature custody arrangement with a third-party partner, showing that multi-sig alone doesn't guarantee safety.
- Coincheck lost roughly 523 million NEM tokens (reported around $530 million) in January 2018 from a single hot wallet that, unlike the exchange's other holdings, had no multi-signature protection at all.
- Binance lost 7,000 BTC (about $40 million) in May 2019 through a coordinated phishing and API-key theft campaign, but covered the full loss from its own reserve fund with no user impact.
- Excessive hot-wallet exposure, weak internal controls, delayed detection, and inconsistent disclosure are the four patterns that recur across all four incidents in different combinations.
- Proof of reserves, multi-signature and multi-party custody, and standardized security audits are real, verifiable industry improvements since these events, but each has real limitations and none eliminates counterparty risk.
Four Historical Exchange Failures, Reviewed Factually
The four incidents below are among the most widely reported and independently documented exchange security failures in crypto's history. They're summarized here at the level of what's publicly confirmed, not speculation about unresolved details, and exact figures are noted as approximate where reporting has varied over time.
Mt. Gox (2014)
Mt. Gox was, at its peak, the largest bitcoin exchange in the world, at one point handling a majority of global bitcoin trading volume. On February 7, 2014, the exchange suspended bitcoin withdrawals, citing technical issues; trading was halted and the website went offline later that month, and on February 28, 2014, Mt. Gox filed for bankruptcy protection in Japan. The filing disclosed that approximately 850,000 bitcoins, belonging to both customers and the company itself, were missing, then worth roughly $450 million. Investigations and later reporting indicate the theft was not a single event but a gradual drain that is believed to have begun years earlier, around 2011, exploiting weaknesses in how the exchange secured its holdings, with the loss going undetected at scale for a prolonged period. In March 2014, Mt. Gox reported recovering about 200,000 of the missing bitcoins from an old digital wallet, leaving roughly 650,000 unaccounted for. Mt. Gox's bankruptcy and later civil rehabilitation proceedings have stretched on for close to a decade, with a creditor repayment process still working through claims well after the original event.
Bitfinex (2016)
In August 2016, Bitfinex, one of the larger and more established exchanges of the period, disclosed the theft of approximately 119,756 bitcoins, worth about $72 million at the time, in a series of over 2,000 unauthorized transactions from its hot wallet. Notably, this happened despite Bitfinex using a multi-signature wallet arrangement with BitGo, a third-party security provider, under a structure intended to require independent sign-off before large withdrawals could be processed. How the attacker obtained the approvals needed to move funds through that multi-signature setup has never been fully and publicly detailed by Bitfinex, but the breach demonstrated that a multi-signature architecture is only as strong as the systems and processes used to generate and authorize the signatures around it. Bitfinex initially spread the loss proportionally across all customer account balances rather than absorbing it as a company loss, then later credited affected users with tokens redeemable for equity in its parent company. In February 2022, U.S. federal authorities announced the arrest of two individuals and the seizure of a large portion of the stolen funds, one of the largest cryptocurrency seizures in Department of Justice history, with both defendants later pleading guilty to money-laundering-related charges.
Coincheck (2018)
In January 2018, Coincheck, a major Japanese exchange, disclosed the theft of approximately 523 million NEM tokens, reported at the time to be worth around $530 million, making it, at that point, the largest single cryptocurrency theft on record. The funds were withdrawn from a single hot wallet in a series of unauthorized transactions beginning in the early hours of January 26. Public reporting at the time indicated the affected NEM holdings were stored entirely in that hot wallet without multi-signature protection, even though other cryptocurrencies held by the exchange reportedly did use multi-signature wallets, an inconsistency in how security controls were applied across the platform's own holdings. Reporting also indicated the breach went unnoticed internally for several hours before Coincheck staff identified it, partly prompted by user reports of failed transactions. Coincheck later repaid affected NEM holders using company funds, and the exchange was subsequently acquired by a licensed Japanese financial services firm as part of its path back to regulatory compliance.
Binance (2019)
On May 7, 2019, Binance disclosed that it had identified a large-scale security breach in which attackers used a combination of phishing and other techniques to obtain user API keys, two-factor authentication codes, and other account information over time, then used that access to withdraw 7,000 bitcoins, about $40 million at the time, from Binance's hot wallet in a single transaction. Binance stated the affected hot wallet held roughly 2% of the exchange's total bitcoin holdings, with other wallets unaffected. Binance's response is a useful point of contrast with the earlier incidents: the exchange publicly disclosed the breach the same day it was discovered, and covered the entire loss from its Secure Asset Fund for Users, a reserve fund built from a portion of trading fees specifically earmarked for this kind of event, so no individual user lost funds. Binance also paused deposits and withdrawals during its security review and published a public account of the changes it made to its authentication and withdrawal-validation systems afterward.
The Pattern Across These Incidents
Read individually, these four events look like unrelated stories with different villains and different years. Read together, they line up along the same handful of structural weaknesses, appearing in different combinations and severities at each exchange. This pattern analysis is the more durable lesson than any single incident's specifics.
Excessive hot-wallet exposure
A hot wallet, an internet-connected wallet used to process withdrawals without manual intervention, is operationally necessary for any exchange that wants to let users withdraw funds quickly. The failure isn't having one, it's how much of total user funds sit in it at any given time. Coincheck's entire NEM balance, hundreds of millions of dollars' worth, sat in a single hot wallet with no additional protection. Reporting on Mt. Gox indicates a similar long-term overexposure of private keys to internet-connected systems. See the cold storage vs. hot wallet practices guide for how exchanges are meant to split holdings between an operational hot wallet and the deep cold storage that should hold the bulk of user funds offline.
Inadequate internal controls and key management
Bitfinex's 2016 loss is the clearest illustration that a security architecture, in that case a multi-signature wallet with a named third-party co-signer, is only as strong as the internal processes that generate, store, and approve the signatures around it. The multi-signature scheme itself wasn't broken; something in the surrounding controls allowed an attacker to obtain what was needed to get transactions approved. Binance's 2019 breach similarly wasn't a flaw in bitcoin's protocol or in Binance's cold storage, it was a gap in how account access, API keys, and two-factor codes were protected against a sustained phishing campaign targeting users and, by extension, the exchange's own systems.
Delayed detection
In several of these cases, the gap between when a theft began and when it was noticed was measured in hours at best and years at worst. Coincheck's breach went unnoticed for several hours, discovered partly through user complaints about failed transactions rather than an internal monitoring system flagging it. Mt. Gox's losses reportedly accumulated gradually over an extended period before the scale of the shortfall became apparent. A longer detection gap generally means a larger loss, since it gives an attacker more time to continue draining funds, or to launder what's already been taken, before any response begins.
Delayed or unclear public disclosure
How, and how quickly, an exchange communicates once a problem is confirmed varies enormously across these incidents, and it's a separate failure mode from the technical breach itself. Binance disclosed its 2019 breach the same day it was discovered, with a detailed public account of what happened and what it affected. Mt. Gox, by contrast, cited a vague "technical issue" when it first suspended withdrawals in February 2014, weeks before the scale of the loss and the bankruptcy filing became public. A pattern of vague or delayed disclosure doesn't just add reputational damage on top of a technical failure, it also directly affects how quickly affected users can respond, such as by revoking related credentials or reassessing exposure elsewhere.
What Has Structurally Changed Since
It would be inaccurate to say nothing has improved since 2014. Several concrete, verifiable practices have become far more common across the industry in direct response to incidents like the ones above. It would be equally inaccurate to frame any of them as having solved the underlying problem; each is a real mitigation with real limitations, not a guarantee.
Proof of reserves
A growing number of exchanges now publish periodic proof-of-reserves attestations, cryptographic or third-party-audited evidence that the exchange currently holds at least as much of each asset as it owes its users. This is a meaningful transparency improvement over the pre-2014 era, when exchanges disclosed essentially nothing verifiable about their actual holdings. See the proof of reserves explained guide for how these attestations actually work and what they do and don't cover, including the fact that most check assets at a single point in time and don't independently verify liabilities.
Multi-signature and multi-party custody
Multi-signature wallets, and newer multi-party computation-based custody schemes, requiring more than one independent approval before funds move, are now standard at most established exchanges, rather than a differentiator. Bitfinex's 2016 loss is a useful reminder that this raises the bar without eliminating risk entirely, since it depends on how the approving parties and systems are themselves secured.
Standardized security audits and bug bounty programs
Independent smart-contract and infrastructure security audits, along with public bug bounty programs that pay outside researchers to responsibly disclose vulnerabilities, have become far more common and more standardized across the industry than they were during any of the incidents reviewed above. These reduce the odds a given class of vulnerability goes unnoticed until an attacker finds it first, but audit quality and scope vary significantly between providers, and an audit only covers what it was scoped to examine.
Reserve funds, insurance, and regulatory licensing
Binance's Secure Asset Fund for Users, funded from a share of trading fees specifically to cover exactly this kind of loss, is one example of exchanges building dedicated reserves to absorb an incident without passing the loss to users, a structural response to the diffuse, ad hoc loss-sharing seen in earlier incidents. Third-party crypto insurance products and, in a growing number of jurisdictions, formal licensing and reserve requirements for exchanges have also expanded since these events, adding accountability layers that mostly didn't exist a decade ago.
Taken together, these are real, checkable improvements in how the industry operates, not marketing claims. But every one of them is implemented unevenly across different exchanges, and none of them retroactively would have fully prevented any of the four incidents above on its own. The honest framing is industry evolution in response to demonstrated failure modes, not a closed case.
Lessons Learned: What to Check Today for Each Historical Failure Mode
The pattern analysis above is only useful if it turns into something you can actually check before trusting an exchange with funds. For each recurring failure mode, here's the concrete question to ask and where to look for an answer, cross-referenced against the deeper guides on each topic.
| Historical failure mode | What it looked like | What to check on an exchange today |
|---|---|---|
| Excessive hot-wallet exposure | Coincheck's entire NEM balance sat in one unprotected hot wallet; Mt. Gox's keys were exposed on internet-connected systems for years | Ask, or look for published disclosure of, what percentage of user funds is held in cold storage versus hot wallets; see the cold storage vs. hot wallet guide for the industry benchmark ranges |
| Inadequate internal controls and key management | Bitfinex's multi-signature scheme was defeated through the surrounding approval process, not the cryptography itself; Binance's API keys and 2FA codes were harvested through phishing | Look for evidence of multi-party or multi-signature custody, published security audit history, and a public bug bounty program; treat the presence of a security page with specifics as a stronger signal than a generic "bank-level security" claim |
| Delayed detection | Coincheck's breach ran for hours before internal staff noticed; Mt. Gox's losses accumulated over years before the shortfall was confirmed | Check whether the exchange publishes or has been reported to use real-time monitoring, anomaly detection, or automated withdrawal circuit breakers; an exchange's own incident-response page, if one exists, is a useful signal here |
| Delayed or unclear public disclosure | Mt. Gox cited a vague "technical issue" for weeks before the scale of its loss became public; Binance disclosed the same day and detailed exactly what happened | Search the exchange's name with terms like "hack," "breach," or "outage," and read how it communicated during any past incident: promptly and specifically, or slowly and vaguely; see the how to choose a secure exchange guide for the fuller due-diligence checklist this fits into |
None of these checks require insider access or technical expertise beyond reading what an exchange publishes about itself and what independent reporting says about its history. The exchanges with the strongest track records tend to be the ones willing to be specific: naming actual cold-storage percentages, naming actual audit firms, and publishing a detailed account of any past incident rather than a vague statement that funds are "safe."
Misconceptions Versus Reality
| Misconception | Reality |
|---|---|
| Major historical exchange hacks only happened to small, poorly-run platforms | Mt. Gox was the largest bitcoin exchange in the world at the time of its collapse; Bitfinex and Binance were both established, widely used exchanges, not obscure startups, when they were breached |
| Multi-signature custody means a wallet can't be drained | Bitfinex's 2016 loss occurred despite a multi-signature arrangement with a named third-party co-signer; the attacker obtained the approvals needed rather than breaking the cryptography |
| Proof of reserves means an exchange can't collapse or be hacked | Proof of reserves verifies assets held at a point in time; it doesn't verify liabilities, doesn't run continuously on most platforms, and says nothing about operational security against a future breach |
| Exchange security is now a solved problem industry-wide | Practices have genuinely improved since 2014, but hot-wallet breaches, phishing-driven account takeovers, and internal control failures remain documented, ongoing risks industry-wide, not eliminated ones |
| An exchange with no reported hacks has no security history worth checking | No reported incident may mean strong security, or it may simply mean the exchange is newer or smaller and hasn't been tested at scale; the absence of a bad track record isn't the same as a demonstrated good one |
| If my funds are stolen from an exchange, I'll get reimbursed like Binance's 2019 users were | Reimbursement outcomes varied enormously across these incidents, from full reimbursement to a decade-long bankruptcy process; no exchange's past reimbursement guarantees how a future incident, anywhere, would be handled |
Common Mistakes
- Assuming exchange security is now a solved, industry-wide problem. Proof of reserves, multi-signature custody, and standardized audits are real improvements, but they're implemented unevenly, and hot-wallet breaches and phishing-driven account takeovers remain documented risks at exchanges of every size, well after the incidents covered in this guide.
- Not researching an exchange's own incident history before depositing funds. How a specific exchange handled its own past security event, if it has one, disclosure speed, communication clarity, reimbursement outcome, is a far more direct signal about that exchange than general industry trends.
- Treating exchange size or reputation as a proxy for security. Mt. Gox was the largest exchange in the world when it collapsed; scale reduces neither hot-wallet exposure nor internal control gaps by itself.
- Reading a proof-of-reserves badge as a full audit. A proof-of-reserves attestation checks assets at a snapshot in time and typically says nothing about liabilities, ongoing solvency, or operational security practices.
- Keeping more on an exchange than is needed for active trading. Every incident in this guide affected funds that were sitting on the exchange rather than in self-custody; the amount at risk in any future incident is simply whatever balance is left exposed there.
Risks, Limitations, and Exceptions
- Publicly reported figures for older incidents, particularly Mt. Gox, have varied somewhat across sources and over time as investigations progressed; figures here are presented as approximate where that's the case.
- Not every detail of how each attacker gained initial access has been fully and publicly confirmed by the affected exchanges, particularly for Bitfinex's 2016 breach; this guide sticks to what has been publicly documented rather than speculating on unconfirmed mechanics.
- Proof of reserves, multi-signature custody, and security audits reduce specific risks but don't eliminate counterparty risk from holding funds on any centralized platform.
- An exchange's disclosed cold-storage percentage or audit history is a point-in-time claim; practices can change after the fact without every user noticing.
- Smaller or newer exchanges may have no incident history simply because they haven't yet been tested at meaningful scale, which is a different situation from a demonstrated strong track record.
Practical Implementation Checklist
- Look up the exchange's disclosed or reported cold-storage percentage before depositing meaningful funds; treat a specific, published number as a stronger signal than a vague security claim.
- Check whether the exchange publishes proof-of-reserves attestations, and note what they do and don't cover, assets only, a point in time only, rather than treating the badge as a full guarantee.
- Search the exchange's name alongside "hack," "breach," or "security incident," and read how it communicated during any past event, promptly and specifically, or slowly and vaguely.
- Look for evidence of multi-signature or multi-party custody, independent security audits, and an active bug bounty program.
- Keep only what's needed for active trading on any exchange, and move longer-term holdings to self-custody.
- Don't assume a large or well-known exchange is automatically safer; check its specific practices and history rather than its size or brand recognition alone.
- Revisit this checklist periodically for exchanges you use regularly, since disclosed practices and incident history can both change over time.
Tool Opportunity
An exchange security track-record checklist, built specifically around the failure modes documented in this guide, would help readers apply this history to a specific exchange they're evaluating rather than relying on general industry impressions.
Recommended inputs: the exchange name, and, where available, links to its published proof-of-reserves attestation, security or trust page, and any past incident disclosures.
Expected outputs: a structured summary against each of the four patterns in this guide, disclosed cold-storage percentage if published, presence and cadence of proof-of-reserves attestations, presence of multi-signature or multi-party custody and independent audits, and a plain-language summary of any past incident's disclosure timeline.
Validation requirements: clearly label every output as a summary of publicly available information rather than an independent security assessment, avoid presenting the absence of a reported incident as proof of strong security, and link back to primary sources, official disclosures, audit reports, news coverage, wherever a claim is made.
Sources
- NPR, "Mt. Gox Files For Bankruptcy; Nearly $500M Of Bitcoins Lost," February 28, 2014. See npr.org.
- U.S. Department of Justice, Office of Public Affairs, "Bitfinex Hacker and Wife Plead Guilty to Money Laundering Conspiracy Involving Billions in Stolen Cryptocurrency," August 2023. See justice.gov.
- Cointelegraph, "Coincheck: Stolen $534 Mln NEM Were Stored On Low Security Hot Wallet," January 2018. See cointelegraph.com.
- Binance, "Binance Security Breach Update," official announcement, May 7, 2019. See binance.com.
Frequently Asked Questions
Did major historical exchange hacks only happen to small, poorly-run platforms?
No. Mt. Gox was, at the time of its 2014 collapse, the largest bitcoin exchange in the world, handling a majority of global bitcoin trading volume. Bitfinex in 2016 and Binance in 2019 were both established, widely used exchanges, not obscure startups. Scale and reputation reduced neither exchange's exposure to the specific failure modes, hot wallet concentration, internal control gaps, that led to their losses.
What is the single most common factor across historical exchange hacks?
Excessive hot-wallet exposure is the most consistent factor. Coincheck stored the entire balance of the affected token in a single internet-connected hot wallet with no multi-signature protection. Mt. Gox's private keys were reportedly accessible from systems connected to the internet over an extended period. A hot wallet is necessary for an exchange to process withdrawals quickly, but the amount of user funds exposed through it, not just its existence, is what separates a contained incident from a catastrophic one.
Has proof of reserves solved the exchange-solvency problem these hacks exposed?
No, proof of reserves reduces one specific kind of uncertainty, whether an exchange currently holds the assets it claims, but it does not verify liabilities, does not run continuously in real time on most platforms, and varies widely in audit rigor between providers. It is a meaningful improvement in transparency compared to the pre-2014 era, when exchanges disclosed essentially nothing about their reserves, but it is not a guarantee against insolvency or theft.
Were the exchanges in these incidents reimbursed for their losses?
Outcomes varied significantly. Binance covered its 2019 loss in full from its own emergency reserve fund, and no user funds were affected. Coincheck later repaid affected NEM holders using company funds after regulatory pressure. Mt. Gox users, by contrast, spent nearly a decade in bankruptcy proceedings before a creditor repayment process began, and Bitfinex initially spread the loss across all users' account balances before crediting them with equity in its parent company. The recovery outcome an exchange's users get after a breach is not guaranteed by any of these precedents.
How can I check an exchange's incident-response and disclosure history before depositing funds?
Search the exchange's name alongside terms like "hack," "breach," or "security incident," and read how the exchange itself communicated during any past event: whether it disclosed promptly, gave a clear account of what happened and what was affected, and followed through on any compensation commitments. An exchange with no incident history simply hasn't been tested yet, which is different from having a demonstrated track record of handling one well.
Does multi-signature custody guarantee an exchange can't be hacked?
No. Bitfinex's 2016 loss occurred despite using a multi-signature wallet arrangement with a third-party custodian; the attacker found a way to obtain the signatures needed to authorize withdrawals rather than defeating the multi-signature scheme mathematically. Multi-signature custody raises the bar by requiring multiple independent approvals, but it depends entirely on how those approvals are actually generated, stored, and verified, not just on the wallet type in use.
Is it still reasonable to keep funds on a centralized exchange today?
That is a personal risk decision, not a settled fact. Industry practices, proof of reserves, standardized audits, insurance and reserve funds, have meaningfully improved since these historical incidents, but none of them eliminates counterparty risk entirely. Keeping only what is needed for active trading on an exchange and self-custodying long-term holdings remains the practice most directly informed by this history, rather than an assumption that any specific exchange is now permanently safe.
Conclusion
Mt. Gox, Bitfinex, Coincheck, and Binance don't share an attacker, a year, or even a root cause in the narrow technical sense. What they share is a small set of structural weaknesses, too much sitting in a hot wallet, gaps in the internal controls around who can move funds and how, a lag between when something goes wrong and when anyone notices, and inconsistency in how clearly an exchange tells its users what happened, that keep showing up under different names. The industry has responded with real, checkable improvements: proof-of-reserves attestations, more standardized multi-signature and multi-party custody, independent security audits, and dedicated reserve funds. None of that adds up to the problem being solved, and treating it that way is itself one of the mistakes this history warns against. What it adds up to is a set of specific, answerable questions you can ask about any exchange you're considering today: how much sits in cold storage, whether reserves are attested to, what its audit and bug-bounty history looks like, and how it handled its own worst day, if it's had one yet.
Related Reading
- Exchange & Platform Security — the parent hub covering the full range of exchange and platform security topics beyond historical incidents.
- Cold storage vs. hot wallet exchange practices — a deeper look at how exchanges are meant to split holdings between operational hot wallets and offline cold storage.
- Proof of reserves explained — how these attestations actually work, and the specific limitations referenced throughout this guide.
- How to choose a secure exchange — the fuller due-diligence checklist that the lessons-learned table above feeds into.