Why company bankruptcy matters
What happens if the company goes bankrupt? It's a common worry. I get asked this regularly. The short answer: bankruptcy can interrupt support and updates, but it does not automatically give the company access to your crypto. Your cryptocurrency balances live on blockchains, not on a vendor's servers. Private keys control access. If you control your private keys, you control the assets.
But there are real practical impacts. During the 2017–2018 cycle and again after the big exchange failures in 2022, I noticed users prioritized independent backups and compatibility more than ever. If a vendor disappears, certain conveniences can stop working, and that can make recoveries slower or more technically involved.
How hardware wallets protect your crypto
Most hardware wallet architectures are designed so private keys are created and stored on-device, often inside a secure element (secure chip) that resists extraction. That separation is why hardware wallets exist: a separate, tamper-resistant place for signing transactions.
Still, not all devices make the same trade-offs. Some rely only on offline signing. Others pair with an online companion app. Some offer encrypted cloud backups. Each design has different business-dependency risks.
(If you need a refresher on recovery basics, see Seed phrase basics.)
Failure modes when a vendor goes under
Here are the realistic ways company failure can affect you.
Firmware signing, attestation, and updates
Many vendors sign firmware releases with a private key they control. If the company goes offline, new signed firmware may stop arriving. That means:
- Known bugs may remain unpatched.
- New cryptocurrencies or changes to networks might not be supported.
- In rare cases, inability to update could make setup of new devices harder.
What I've found: existing devices will usually keep working for basic signing and restores, but long-term security depends on community or third-party tooling if the vendor stays down.
Companion apps, cloud backups, and account features
If a wallet depends on a proprietary companion app or a cloud backup service, those services can be shut off. That affects you if you:
- Use vendor-hosted encrypted backups instead of a seed phrase.
- Rely on account-based recovery or remote provisioning.
Can the company take your coins if it goes bankrupt? No, not without your private keys. But if you never wrote down the seed phrase and relied on a cloud restore, you could be locked out if servers vanish.
Hardware, spare parts, and warranty support
Device repairs, replacements, and official accessories depend on the company or its support channels. A broken device can usually be recovered from the seed phrase onto another compatible wallet — provided the seed format is standard (see backup-metal-slip39 and restore-recover-failure).
Step-by-step: If the company files for bankruptcy
What should you actually do? Below is a practical, time-ordered checklist.
- Verify access right now. Can you sign a small test transaction?
- Locate your seed phrase and confirm it is correct (do a dry-run restore on a secondary device or emulator if comfortable).
- Export any public keys (xpub) or account descriptors used for accounting or watch-only wallets.
- Migrate critical funds if you rely on vendor-cloud features or if you lack an offline seed backup.
- Consider moving high-value holdings into a multisig setup with keys across vendors (see multisig-setups).
- Archive the device firmware and any companion app installers you trust for offline use.
And yes: start with a small transaction when testing. Safety first.
Non-custodial recovery options & self-custody after company failure
If a vendor ceases to operate, your best recovery option is the seed phrase. That is why standards matter. A 12- or 24-word seed phrase following BIP-39 is widely compatible with other wallets (both hardware and software). Shamir-based schemes (SLIP-39) and vendor-unique formats can be more complex to transfer.
Non-custodial recovery options include:
- Restoring the seed phrase to another hardware wallet that supports the same standard.
- Using reputable, open-source software wallets in an air-gapped or watch-only configuration to sweep funds (see sweep-paper-wallets).
- Rebuilding your wallet as a multisig set across different implementations.
Remember passphrases: if you used a passphrase (an extra secret, sometimes called a "25th word"), losing that is equivalent to losing the key. See passphrase-usage-risks.
Using multisig and redundancy to reduce business risk
Multisig splits signing power across multiple keys or devices. That approach reduces single-company dependence: if one vendor goes under, the other signers can still approve transactions. Multisig does increase operational complexity, though (cold storage coordination, extra backups, and recovery planning). For long-term holdings, I believe multisig is a strong option worth considering. See our guide on multisig-setups for step-by-step planning.
Connection methods: Bluetooth, USB, NFC — business-risk implications
| Connection |
Typical vendor dependency |
Risk if vendor disappears |
Mitigation |
| USB (wired) |
Low — often works with desktop clients |
Low |
Keep desktop installers; use third-party compatibility (third-party-compatibility) |
| Bluetooth |
Medium — relies on companion apps and OS drivers |
Medium |
Use wired options when possible; export keys and xpubs |
| NFC |
Low–Medium |
Medium |
Prefer standards-based flows; avoid vendor-only protocols |
Bluetooth and mobile convenience can become pain points if companion mobile apps are removed from app stores. But wired connections and standard USB protocols tend to be more resilient.
Common mistakes & checklist
- Not writing down the seed phrase (most recoverability failures come from this).
- Relying solely on vendor-hosted backups without a local seed copy.
- Using proprietary seed formats without checking compatibility.
- Assuming firmware will always be updated.
Checklist: seed phrase? metal backup? passphrase documented (securely)? multisig considered? See backup-metal-slip39 and seed-phrase-basics for more.
FAQ
Q: Can a bankrupt hardware wallet company steal my crypto?
A: No — they do not control the blockchain. Without your private keys or passphrase, the company cannot move your funds. The risk is loss of support or access if you depended on vendor services.
Q: What if the device breaks and the company is gone?
A: If you have your seed phrase and it follows a common standard, you can restore to another compatible wallet. If the format is proprietary and unsupported, recovery can be difficult. See restore-recover-failure.
Q: Are software alternatives for hardware wallet recovery safe?
A: Software alternatives can work, especially in air-gapped setups. They trade a different set of risks—local device security, malware—so follow safety-best-practices and prefer open-source, audited tools when possible.
Q: Is Bluetooth safe for a hardware wallet if the vendor disappears?
A: Bluetooth itself is a protocol; the problem is reliance on companion infrastructure. If vendor apps vanish, Bluetooth-only flows can be harder to maintain. Use wired connections or air-gapped signing where possible.
Conclusion & next steps
Company bankruptcy can make life inconvenient but does not by itself transfer your crypto. What matters is how you manage private keys and backups. I recommend confirming your recovery path today: verify your seed phrase, consider multisig for larger holdings, and document passphrase usage securely.
For practical next steps, review Seed phrase basics, learn how to verify firmware, and consider the cold-storage-strategies guide. If you have specific concerns, check the FAQ or our troubleshooting and recovery walkthroughs.
Need hands-on guidance? Start with the setup overview and follow the step-by-step walkthroughs for restores and backups.
And remember: owning your keys is powerful. But with power comes responsibility. Plan for failure now, and you won't be left scrambling later.