Bitomat.pl Exchange Loses 17,000 BTC to AWS Instance Restart
ConstrainedCustodial platform became inaccessible — recovery ran through a lengthy institutional process.
Bitomat.pl operated as the third-largest Bitcoin exchange globally and the largest in Poland during the early 2011 cryptocurrency market. On July 26, 2011, the platform announced a catastrophic custody failure: an accidental restart of its AWS EC2 instance had overwritten an ephemeral storage volume, permanently destroying the wallet.dat file containing approximately 17,000 BTC held in custody for users.
The root cause reflected a critical architectural decision: the operator had stored the exchange's entire wallet exclusively on ephemeral EC2 instance storage without replicating it to persistent infrastructure such as Amazon S3 or offline backup systems. Ephemeral storage is automatically wiped when an instance terminates or reboots, making it suitable only for temporary, non-critical data. The loss was not the result of theft, hacking, or deliberate malfeasance, but rather operational negligence in designing the custody infrastructure.
Bitomat.pl disclosed the loss publicly and transparently. Facing insolvency from the missing customer funds, the exchange was acquired by Mt. Gox, which assumed responsibility for compensating affected users. Through this corporate bailout rather than any technical recovery effort, Bitomat customers were eventually made whole. The original wallet and its 17,000 BTC remained permanently inaccessible; recovery was possible only because of Mt. Gox's financial intervention.
This incident illustrated the vulnerability of centralized exchange custody during the nascent Bitcoin era, when cloud infrastructure best practices for cryptocurrency storage were still being established. It demonstrated that platform size and market position offered no insulation against basic infrastructure failure.
| Stress condition | Vendor lockout |
| Custody system | Exchange custody |
| Outcome | Constrained |
| Documentation | Present and interpretable |
| Year observed | 2011 |
| Country | Poland |
Why custodial Bitcoin fails differently than self-custody
Exchange custody transfers the custody problem from the holder to the institution. The holder no longer needs to manage seed phrases, maintain hardware, or understand cryptographic concepts. They need only to maintain their account. This simplicity has a cost: the holder no longer controls the private keys. Access depends entirely on the continued operational, financial, and regulatory health of the exchange.
Cases in this archive show that exchange failures cluster around specific event types: bankruptcy and insolvency, regulatory seizure, geographic sanctions, and account-level access failures (lost 2FA, forgotten email credentials). Each event type has a different recovery path and a different timeline. Bankruptcy proceedings typically take 6-24 months and produce partial recovery. Regulatory seizure timelines depend on legal process. Account access failures may be resolvable through platform support or may not.
The distinguishing feature of vendor lockout cases is that recovery — when it occurs — happens through processes the holder did not design and cannot control. They become claimants in a process rather than holders of an asset.
The primary protection against vendor lockout is not using a vendor for custody beyond what is needed operationally. Holdings intended to be stored long-term are most exposed to institutional risk. Exchange custody is well-suited for active trading and conversion; it is poorly suited for long-term storage of significant value. Moving Bitcoin off exchange into self-custody eliminates platform dependency at the cost of taking on personal custody responsibility.
Translate