Short answer — Is your crypto safe?
Short answer: most likely, yes. Your cryptocurrency holdings live on blockchains, not on the hardware wallet company’s servers. If you have a correct recovery phrase (seed phrase) and control your private keys, you can usually recover access to coins without the original vendor.
I say "most likely" because there are edge cases (more on those below). In my experience, the single most important factor is the recovery phrase and any passphrase (25th word) you used. Protect that, and you keep control.
What actually changes when a hardware wallet company folds
When a vendor stops operating, several things stop working right away: customer support, companion app updates, new firmware releases, and in some cases a hosted backup or cloud services. But hardware wallets are designed so the private keys never leave the device's secure element. That matters.
- Companion app offline: mobile/desktop apps may become unavailable or stop receiving updates. (This affects ease of use, not ownership.)
- No more firmware patches: any security issues discovered later will not be fixed by the vendor.
- Supply chain and authenticity services may shut down, making it harder to verify new devices.
- Third-party integrations may slowly break if the vendor provided bridge services.
For a deeper look at firmware and authenticity checks, see the firmware update guide and supply-chain security verification.
Why private keys matter (technical explanation)
At a technical level your funds are controlled by private keys derived from your recovery phrase, using standards like BIP-39 for seed phrases and BIP-32/BIP-44 for key derivation (if the vendor follows those standards). If those standards apply, any compatible wallet can derive the same keys from your seed phrase. So even if the original company disappears, you still own the keys.
But what about firmware? The device's secure element stores private keys and performs signing operations. As long as the hardware can sign transactions and you can construct transactions (even offline, via an air-gapped setup), the blockchain accepts them. The company going under doesn’t magically erase keys inside secure elements.
Practical risks and real-world examples
What can actually go wrong? Here are the common, concrete impacts I’ve seen in testing and from community reports:
- Token or network support vanishes: If the vendor maintained proprietary apps for certain blockchains, new tokens might be harder to send or receive. See supported coins & networks for compatibility checks.
- Unpatched vulnerabilities: If a critical flaw is discovered post-shutdown, you won’t get an official patch.
- Loss of convenience features: cloud backups, mobile pairing, and account management dashboards can stop working.
- Scams and phishing spikes: attackers try to impersonate the company with fake tools and firmware. Always verify and avoid unknown downloads.
(And yes, I’ve had to move funds off a wallet after an unpatched bug was disclosed in the wild.)
How to respond: Step-by-step actions if the company goes bankrupt
How to react—step by step—so you don’t lose access or fall prey to scams.
Remain calm and verify. Check balances via a block explorer rather than trusting a third-party announcement.
Confirm your recovery phrase. Do you have the full 12- or 24-word recovery phrase correct and safely stored? If you used a passphrase (25th word), make sure you have that recorded in a separate, secure place. Helpful reading: seed phrase management and passphrase (25th word) guide.
Avoid untrusted firmware and tools. Don’t install unofficial firmware or random community tools unless you can cryptographically verify them. See the firmware update guide for verification steps.
Restore to a compatible wallet if needed. If the device becomes unusable or you worry about security, restore your recovery phrase to another wallet that supports the same standards (BIP-39/BIP-32/BIP-44). See recover if device lost and restore recovery phrase.
Consider moving funds if you suspect a vulnerability. Create a fresh seed on a different device or setup and transfer funds. This is the safest path if you cannot obtain trusted firmware updates.
Upgrade your security model. For larger holdings, move from single-signature to a multisig setup across different vendors (or different device types). Read multisig guide for options and compatibility notes.
Make durable backups. Use metal backup plates and geographic distribution for your recovery phrase. See backup & recovery for practical methods.
Plan inheritance. Make sure heirs can access funds if needed. See inheritance planning for crypto.
Comparison: single-sig vs multisig vs air-gapped under vendor failure
| Setup type |
How bankruptcy affects it |
Immediate mitigation |
| Single-signature hardware wallet |
Companion app offline; firmware stops updating; but seed allows recovery elsewhere |
Restore seed on a compatible wallet; move funds if suspicious |
| Multisig across vendors |
One vendor folding is a smaller issue if other signers remain operational |
Replace the failed cosigner; keep multisig threshold conservative |
| Fully air-gapped (offline signing) |
Least dependent on vendor services; still needs compatible transaction construction tools |
Maintain secure procedures for PSBT signing and offline verification |
Special cases: when recovery gets harder
Not all vendors follow the same standards. A few situations deserve caution:
- Proprietary seed formats or undisclosed derivation paths can make recovery difficult or impossible without vendor tools.
- If you used a hosted backup tightly integrated with the vendor’s servers, you may lose that backup and must rely on your local copy.
- Coins with custom signing schemes or on chains with unique derivation can require vendor-specific support.
If you suspect non-standard behavior, test restoring a small amount to a different wallet before trusting a large transfer. (I often test with a tiny transfer first; you should too.)
FAQ — real user questions
Q: Can I recover my crypto if the device breaks after the company goes bankrupt?
A: Yes — if you have the recovery phrase (and passphrase if used), you can usually restore access on a compatible wallet. See restore recovery phrase.
Q: Will my coins disappear if the company folds?
A: No. Coins remain on the blockchain. Ownership is tied to private keys, not the vendor.
Q: Is Bluetooth safe if the company stops supporting the app?
A: Bluetooth primarily affects convenience and the attack surface of live pairing. If the official app disappears, you may still be able to use USB or air-gapped methods with third-party tools, but verify compatibility first. See connectivity: Bluetooth/USB/NFC security.
My takeaway and next steps
From years of hands-on testing, I’ve seen that the vendor folding hurts convenience far more than ownership — provided you control your recovery phrase and understand how your wallet derives keys. But don’t be complacent. Patch cycles, app availability, and supply-chain verification are real safety nets.
If you haven’t recently: verify your seed phrase, document any passphrase (25th word), and consider a multisig upgrade if you hold substantial amounts. For concrete, step-by-step moves see the setup guide and the firmware update guide.
But remember: owning crypto means owning responsibility. Follow a plan, practice restores, and spread risk across methods and locations.
If you want more hands-on walkthroughs — step by step — check our restore guide and seed phrase management pages to get started.