Trezor: The Complete Guide
Trezor is an open-source hardware wallet line — Safe 3, Safe 5 and Safe 7 — with secure elements, Shamir backup and a long security track record.
Table of contents
What is Trezor?
Trezor is a line of hardware wallets built by SatoshiLabs, a Czech company based in Prague. It launched the Trezor Model One in 2014 as the world's first commercial crypto hardware wallet, and it has shipped continuously since. The core idea is simple: your private keys — the secret numbers that authorize spending your crypto — live on a small offline device instead of on a phone or laptop where malware can reach them. When you want to move funds, the transaction is sent to the device, you confirm the details on its own screen, and the device signs it internally. The signed transaction goes back out, but the keys never leave.
The Trezor short answer
Trezor is an open-source hardware wallet. As of 2026 the current products are the Safe 3 (around 79 dollars), the Safe 5 (around 169 dollars) and the flagship Safe 7 (around 249 dollars). The older Model One and Model T were pulled from the Trezor e-shop on 8 January 2026, though both remain supported for years. Trezor's defining trait is that all its firmware is open-source and independently auditable, and the newer Safe models add a hardened secure element chip while keeping that openness. It has no token, charges only a one-time hardware price, and has a long but not spotless security record.
How it works and the product lineup
A hardware wallet does one job well: it isolates key material and forces you to physically approve each action. Trezor's devices generate a random recovery seed on-device, derive all your addresses from it using standard BIP-32/39/44 derivation, and sign transactions internally. The companion desktop-and-web app, Trezor Suite, handles the rest — showing balances, building transactions, and broadcasting them — but it never sees your keys.
The 2026 lineup splits by how much security hardware and how many comforts you want.
| Device | Price (approx, 2026) | Screen | Secure element | Notable extras |
|---|---|---|---|---|
| Safe 3 | ~79 USD | Mono OLED, buttons | OPTIGA Trust M (EAL6+) | Best value; passphrase; Shamir |
| Safe 5 | ~169 USD | 1.54-inch color touchscreen | OPTIGA Trust M (EAL6+) | Haptics; Gorilla Glass 3; multi-share default |
| Safe 7 | ~249 USD | 2.5-inch color touchscreen | TROPIC01 + OPTIGA + STM32U5 | Bluetooth, wireless charging, quantum-ready boot |
The Safe 3 is the recommended entry device: a small button-driven wallet with a secure element for physical protection. The Safe 5 adds a 1.54-inch color touchscreen (240 x 240, Gorilla Glass 3) and haptic feedback, and defaults new wallets to Shamir multi-share backup. The Safe 7, unveiled in Prague on 21 October 2025 and shipping from late November 2025, is the most ambitious. It uses three hardware security layers: the TROPIC01 chip from Tropic Square (a sister company in the SatoshiLabs group), which Trezor calls the first independently auditable secure element; the Infineon OPTIGA Trust M, an EAL6+ certified secure element; and a hardened STM32U5 microcontroller. It also markets itself as the first quantum-ready hardware wallet, protecting its boot process, firmware updates and device authentication with post-quantum schemes (SLH-DSA-128 for device integrity and ML-DSA-44 for signing), and it adds open-source encrypted Bluetooth, wireless charging, and a long-life LiFePO₄ battery in an anodized aluminum unibody.
A subtle but important architecture point: on most Trezor models the secure element does not itself sign transactions. It enforces PIN checks and resists physical extraction, but the actual key handling and signing happen in a separate general-purpose microcontroller. This is the "two-chip" design that critics contrast with Ledger, where signing occurs inside the secure element. It matters mainly for exotic physical attacks, not for everyday online threats.
One thing to be clear-eyed about: a wired Trezor is not the same as a fully air-gapped wallet. Every Model One, Model T, Safe 3 and Safe 5 signs over a live USB link to a computer, and the Safe 7 adds Bluetooth. Wallets like Coldcard or Keystone move data by QR code or microSD and never connect electrically to an online machine. Trezor's USB link is well isolated, but if you specifically want signing with no live channel at all, Trezor is not built for that model.
Token, fees and economics
Trezor has no cryptocurrency token, no ICO, and no staking scheme tied to a house coin. Its business model is straightforward hardware sales plus optional accessories. That means there is nothing to "invest" in and no tokenomics to analyze — a point in its favor for anyone wary of projects whose security narrative is entangled with a token price.
Costs are one-time. The Safe 3 is roughly 79 dollars, the Safe 5 roughly 169, and the Safe 7 roughly 249 as of 2026. Trezor Suite, the management app, is free and open-source. Network fees (Bitcoin miner fees, Ethereum gas) are paid to the respective blockchains, not to Trezor, and Suite lets you adjust them.
Where costs sneak in is the buy-and-swap feature inside Suite. Those flows route through third-party providers, and their spreads can be meaningful — often a few percent, and worse on small orders. Some swap routes are cheaper, but the honest takeaway is that Trezor Suite is a good place to hold and self-custody, not the cheapest place to trade. For large purchases, buying on a low-fee exchange and withdrawing to the Trezor is usually cheaper.
Security, trust and track record
Trezor's central claim is verifiability: the firmware is open-source, so researchers worldwide can inspect it, and Trezor Suite checks that a connected device runs genuine, signed firmware. That openness has real teeth, but Trezor's history also includes genuine incidents worth knowing.
Physical extraction on older models. The Model One and Model T had no secure element, so their seeds lived in general microcontroller flash. Well-resourced attackers with physical possession and lab equipment have demonstrated key extraction on these devices. Firmware 1.6.1 supplemented the flawed hardware write-protection with MPU-enforced memory protection on the Model One, and a strong passphrase mitigates the risk, but the classic devices were never designed to stop a determined attacker holding the hardware. The Safe series added a secure element specifically to raise that bar.
The March 2025 Ledger Donjon disclosure. Ledger's security lab evaluated the Trezor Safe family and showed that some supply-chain countermeasures in the Safe 3 could be bypassed by reusing a known voltage-glitching technique against its microcontroller. Trezor disclosed it responsibly on 5 March 2025. The attack requires physical possession and lab-grade expertise, so it would mainly concern someone who bought a tampered device third-hand; it did not affect the Safe 5, which uses a more resilient microcontroller, and the newest Safe 7 hardens further against this class of attack. Rivals auditing each other and publishing is, on balance, healthy.
The 2024 support-portal breach. On 17 January 2024 an unauthorized party accessed Trezor's third-party support ticketing system, exposing the emails and names/nicknames of roughly 66,000 users who had contacted support since December 2021. No funds were stolen and keys were never at risk, but the data fed later phishing.
Ongoing phishing. In June 2025 attackers abused Trezor's support platform by submitting tickets whose automated replies came from the legitimate [email protected] address, lending fake alerts an air of authenticity. This is the dominant real-world threat to hardware-wallet users: not chip attacks, but social engineering that tricks people into typing their seed into a fake site. Trezor will never ask for your recovery seed.
Overall: a decade-plus of shipping, fully open code, a certified secure element on current models, and honest disclosure of problems. That is a strong posture, provided you buy genuine hardware and resist phishing.
How to get started (safely)
- Buy from a trusted source. Order from trezor.io or an authorized reseller. Avoid third-party marketplace listings where a device could have been tampered with in transit.
- Inspect the packaging. Check the device and box for tamper evidence before use. If anything looks opened or off, do not proceed.
- Install official Trezor Suite. Download the desktop app (or use the verified web app) only from trezor.io. Connect the device.
- Let Suite verify firmware. Suite confirms the device runs genuine, signed firmware. Install any update it offers before creating a wallet.
- Create a new wallet and back up the seed. Generate a fresh wallet on-device. Write the recovery seed on paper by hand. Never photograph it, type it into any computer, or store it in the cloud. Consider Shamir multi-share backup for redundancy.
- Confirm the backup and set a PIN. Complete the backup check, then set a device PIN to protect against casual physical access.
- Optionally add a passphrase. A passphrase (sometimes called a hidden wallet) adds a secret you must supply to unlock funds. It is powerful but unforgiving — lose it and the funds are gone.
- Test with a small amount first. Receive a small transfer to the address shown on the device screen, verify it, then move larger amounts once you are confident.
Trezor vs alternatives
Trezor vs Ledger. The defining contrast. Trezor is fully open-source; Ledger's BOLOS operating system is closed, though its secure element is bank-grade and it performs signing inside that chip. Ledger's app-isolation and transaction-clear-signing tooling are mature. Trezor answers with open firmware and, on the Safe 7, the auditable TROPIC01 secure element. Ledger has also faced its own controversy over an optional seed-recovery service. Neither is objectively "safer"; they embody different trust philosophies — verify-it-yourself versus trust-the-certified-chip.
Trezor vs Coldcard. Coldcard is Bitcoin-only and built for fully air-gapped signing via microSD or QR, appealing to Bitcoin maximalists who want no live connection. Trezor supports thousands of assets and is easier for beginners, but is not air-gapped. If you hold only Bitcoin and want maximum paranoia, Coldcard is the specialist; if you hold a diverse portfolio, Trezor is more practical.
Trezor vs Keystone. Keystone signs exclusively by QR code with a large touchscreen and a secure element, giving true air-gap. Trezor counters with a longer track record, fully open firmware, and Shamir backup. Keystone wins on air-gapped multi-chain signing; Trezor wins on maturity and openness.
Risks and what to avoid
The biggest risk is not the hardware — it is you being tricked or careless. A hardware wallet cannot save someone who types their seed into a phishing site or approves a malicious transaction they did not read.
- Phishing and fake support. Trezor will never ask for your recovery seed. Any message, email, or site requesting it is a scam, even if it appears to come from a legitimate address.
- Counterfeit or tampered devices. Buy only from official channels and check tamper evidence.
- Seed mishandling. Photographing, cloud-storing, or typing the seed anywhere digital defeats the whole point. Keep it offline and physical.
- Lost passphrase. A forgotten passphrase or Shamir threshold is unrecoverable. Store recovery material deliberately.
- Physical attacks on legacy devices. Model One and Model T lack a secure element; use a passphrase if you keep meaningful funds on them.
- Blind signing. Always read the transaction details on the device screen, not just the computer, before approving.
Safety checklist
- Buy direct from trezor.io or an authorized reseller.
- Verify genuine firmware in official Trezor Suite before first use.
- Write the seed by hand; never digitize it.
- Set a PIN and consider a passphrase for larger holdings.
- Consider Shamir multi-share backup for redundancy across locations.
- Confirm every receiving address and transaction on the device screen.
- Treat any seed request as a scam, no exceptions.
Glossary
- Hardware wallet — A dedicated offline device that stores private keys and signs transactions without exposing keys to a connected computer.
- Private key / seed — The secret that controls your crypto; the recovery seed is a human-readable backup of it.
- Recovery seed — A list of words (12, 20, 24, or Shamir shares) that can regenerate your wallet if the device is lost.
- Secure element — A hardened chip designed to resist physical extraction, tampering, and fault attacks; present on Trezor Safe models.
- OPTIGA Trust M — The EAL6+ certified Infineon secure element used across the Safe line.
- TROPIC01 — Tropic Square's secure element in the Safe 7, marketed as the first independently auditable secure element.
- EAL6+ — A high Common Criteria assurance level for secure hardware.
- Shamir backup (SLIP-39) — A scheme that splits your seed into multiple shares with a threshold; any threshold-many shares reconstruct it, fewer reveal nothing.
- Passphrase — An extra user-chosen secret creating a hidden wallet; powerful but unrecoverable if forgotten.
- Trezor Suite — The free, open-source desktop and web app for managing a Trezor.
- Air-gapped — Signing with no live electrical connection to an online device, typically via QR or microSD; Trezor is wired, not air-gapped.
- Post-quantum cryptography — Signature and integrity schemes meant to resist future quantum computers, used in the Safe 7 boot chain.
Looking ahead
Trezor's direction is clear: keep the open-source firmware that defines it, but close the historical gap in physical security through certified and now auditable secure elements, and get ahead of long-horizon threats with quantum-ready boot and signing on the Safe 7. Expect the Safe line to be the default going forward, with the Model One and Model T fading into legacy support (Model T features and chains are promised into 2031, and critical security and maintenance fixes for both classic devices into 2036). The interesting tension to watch is whether an open, auditable secure element like TROPIC01 can match the assurance of Ledger's sealed, certified chip while remaining verifiable — a genuinely different bet on how trust should work in self-custody.
If you are still deciding where a hardware wallet fits, compare options in our best hardware wallets and best crypto wallets roundups, and see how the ecosystem's exchanges stack up in best centralized exchanges.
Related guides
Frequently asked questions
What is Trezor?
Trezor is a family of open-source hardware wallets made by SatoshiLabs in Prague. It stores the private keys that control your crypto offline on a small dedicated device, so transactions are signed inside the hardware and your keys never touch an internet-connected computer or phone. The 2026 lineup is the Safe 3, Safe 5 and Safe 7.
Is Trezor safe and legitimate?
Trezor is legitimate and has shipped since 2014 with a strong track record. Its firmware is fully open-source and auditable, and the Safe models add a certified secure element. It is not flawless: physical extraction attacks on older models exist, and a support-portal breach in 2024 exposed contact data. Buy directly from Trezor, verify firmware, and never share your recovery seed.
What does Trezor cost and are there fees?
Trezor has no native token and charges no subscription. You pay once for hardware: about 79 dollars for the Safe 3, 169 for the Safe 5 and 249 for the Safe 7 as of 2026. The Trezor Suite app is free to use, but buying or swapping crypto inside it routes through third-party providers whose spreads can reach several percent, especially on small amounts.
How do I start using a Trezor?
Buy from trezor.io or an authorized reseller, install the official Trezor Suite app, and connect the device. Suite verifies genuine firmware, then you generate a new wallet and write down the recovery seed by hand. Confirm the backup, set a PIN, and optionally add a passphrase or Shamir multi-share backup. Only after setup should you send funds to the receiving address shown on the device screen.
How does Trezor compare to Ledger?
Both are reputable. Trezor is fully open-source, so anyone can audit its firmware, and the Safe 7 adds the auditable TROPIC01 secure element. Ledger uses a bank-grade secure element but keeps its BOLOS operating system closed. Ledger performs signing inside the secure element; most Trezor models sign in a separate microcontroller. The choice comes down to whether you value open verifiability or a fully sealed secure chip.