Quick overview
This guide shows how to use Electrum with the Model T hardware wallet for Bitcoin. I cover the typical setup flow, a step-by-step how to, PSBT workflows for air-gapped signing, multisig basics, and practical security advice. What I've found in testing is that Electrum gives strong Bitcoin-focused features (coin control, PSBT, multisig) while the Model T provides a clear device UI to verify addresses and approvals.

If you want to review device basics first, see the Model T overview and Model T setup pages.
Why use Electrum with Model T?
Why pair Electrum with the Model T? Electrum is a Bitcoin-first desktop wallet with advanced transaction control and PSBT support. Combine that with a hardware wallet and you get a non-custodial setup where the private keys never leave the device.
Benefits I value:
- Direct address verification on the Model T screen before signing. Always check the address on-device.
- Fine-grained coin control and fee settings in Electrum for smaller privacy leaks.
- Easy multisig creation and PSBT export for air-gapped signing.
Of course, this comes with trade-offs: Electrum is desktop-focused and requires careful plugin/driver setup, while other host apps can be simpler for beginners. If you want a reference on device security, check Model T security.
Before you start (prerequisites)
Prepare these before connecting:
- A recent Electrum version (Bitcoin-only features are actively maintained).
- Model T with up‑to‑date firmware (see Model T firmware guide).
- A USB-C cable and a trusted computer (no unknown USB hubs).
- Your recovery phrase securely backed up (read Model T seed phrase).
And a short warning: never buy a used device from an untrusted seller. If you already did, follow the factory-reset and firmware steps on model-t-mistakes-scams.
Step by step: Set up Electrum with Model T (How to)
Below is a generic, step-by-step flow. UI labels may vary by Electrum release; use this as an actionable checklist rather than a verbatim script.
- Install and open Electrum. Create a new wallet file (File → New/Restore) and give it a name.
- Choose wallet type: "Standard wallet" or "Multi-signature" (for multisig follow the multisig section below).
- Select "Use a hardware device" (or the hardware wallet option). Electrum should detect the Model T as a hardware device.
- Connect your Model T via USB, unlock it with your PIN, and follow on-screen prompts to allow the host to read public data.
- Electrum will import the device's public keys (xpubs) and build the wallet. Confirm any xpub/address fingerprints on the Model T screen.
- Test a small receive transaction. Send a tiny amount to a new receive address and confirm the address matches the one shown on your device.
I noticed during testing that driver or plugin blockers on some OSes prevent detection. If Electrum doesn't see the Model T, check Tools → Plugins and enable the hardware wallet plugin, then reconnect the device.
PSBTs and air-gapped signing (psbt trezor electrum)
PSBT (Partially Signed Bitcoin Transaction) is how Electrum handles offline or multi-stage signing. Use this when you want an air-gapped workflow or to move a transaction between machines.
Typical PSBT flow:
- Create an unsigned transaction in Electrum on an online machine and export it as a PSBT file.
- Move that PSBT file to the offline signing machine (via USB stick, QR, or other secure channel).
- With the Model T attached to the signing machine, open the PSBT and use Electrum to sign it; the device will request confirmation for each output.
- Move the signed PSBT back online and broadcast.
PSBT handling differs by setup and OS, so test the whole flow with tiny amounts before you rely on it. (Yes — test it.) For more on fully air-gapped options, see Model T air-gapped.
Multisig with Electrum (trezor electrum multisig)
Electrum supports multisig wallets where multiple cosigners are required to spend. You can combine several Model T devices or mix hardware wallets and a watch-only signer.
How to create a multisig wallet (high level):
- File → New/Restore → choose "Multi-signature".
- Select the number of cosigners and required signatures (for example 2-of-3).
- For each cosigner, choose "Use a hardware device" and connect the Model T(s) as needed, or import the xpubs.
- Electrum assembles the multisig descriptor and shows derivation paths and addresses. Verify these on each device.
Multisig raises security but also complexity (key distribution, backup, and vendor compatibility). Read the multisig primer at model-t-multisig before you design a production setup.
Security best practices: seed phrase, passphrase, backups
Seed phrase management remains the Achilles' heel of self-custody. A few practical points:
- Choose 12 vs 24 words based on the threat model: longer phrases add entropy but are harder to transcribe. (I prefer 24 for long-term holdings.)
- Keep a metal backup plate for the recovery phrase — paper corrodes or burns. See model-t-backups.
- Passphrase (the optional 25th word) creates a hidden wallet. It adds security but also a single point of irreversible loss if forgotten. I believe passphrases are powerful but risky for casual users; consider them only if you understand recovery implications. Read more at model-t-passphrase.
- Consider multisig as an alternative to passphrase-based hidden wallets if you want better resilience and shared recovery paths.
Always verify receiving addresses on the Model T display before approving any spend.
Troubleshooting common issues
Common headaches and quick fixes:
- Electrum doesn't detect the device: try a different USB cable/port, enable the hardware plugin, or reboot the host.
- Firmware mismatch: update firmware via the official process (see model-t-firmware).
- PSBT file errors: ensure Electrum versions match on both machines and that the PSBT format is supported.
If problems persist, the model-t-troubleshooting page has targeted fixes and recovery steps.
FAQ (real user questions)
Q: Can I recover my crypto if the device breaks?
A: Yes — recovery relies on your seed phrase (recovery phrase). As long as you have the phrase, you can restore into another compatible wallet.
Q: What happens if the company goes bankrupt?
A: Your funds are controlled by your private keys. If you hold your recovery phrase, you still control the assets. Company failure may affect firmware updates or tooling, so plan for long-term tool availability (consider open-source host options).
Q: Is Bluetooth safe for a hardware wallet?
A: The Model T uses USB; it does not rely on Bluetooth. Bluetooth introduces an extra attack surface on devices that support it, so weigh convenience versus risk.
Who this setup is best for (and who should look elsewhere)
Best for:
- Bitcoin-focused users who want granular coin control and PSBT/multisig workflows.
- People comfortable with desktop software and who will test workflows with small amounts.
Look elsewhere if:
- You want a phone-first, plug-and-play experience without desktop configuration.
- You are uncomfortable managing recovery phrases or multisig complexity.
For more on general Model T usage and alternatives, see model-t-usage and the comparisons in model-t-comparisons-table.
Conclusion & next steps
Using Electrum with the Model T gives a powerful, Bitcoin‑centric combo: advanced transaction controls on the host and clear on‑device confirmation for signing. In my experience this pairing suits users who want control, privacy, and multisig options without surrendering their keys.
Next steps: set up a test wallet, practice the PSBT flow, and make a metal backup of your recovery phrase. If you want more deep dives, check the Model T firmware, seed phrase, and multisig guides linked above.
If you have specific issues, post your question on the FAQ page or check troubleshooting first. Ready to test your first PSBT?