A Hardware Wallet Will Not Stop a Drainer. Here Is What It Does Stop

A Hardware Wallet Will Not Stop a Drainer. Here Is What It Does Stop

The device isolates a key and signs inside itself, so it answers theft and not consent. And the wallet is the recovery phrase, the 12 or 24 words behind it, rather than the object in your hand.

Written from manufacturer documentation and published research, checked 3 September 2026
The short version

QuestionShort answer
What does the device actually do?It creates a private key inside itself and signs inside itself. The signature leaves, the key does not.
What does that stop?Anything trying to copy the key off an infected computer, and anything relying on you reading a swapped address on a screen you cannot trust.
What does it not stop?Whatever you approve. If you sign a malicious permission, the device signs it correctly and the tokens go.
If I lose the device?Nothing happens to the coins. They sit on the blockchain and the same accounts come back on a replacement.
So what must never be lost?The recovery phrase, the ordered list of 12 or 24 words that the keys are calculated from. There is no second copy unless you made one.
Is it safer, then?The honest version is that the kind of risk changes. Key theft goes down, and responsibility for what you sign and where your words live comes to you.

Almost every explanation of these devices leads with what they protect, which is the smaller half of the story and the half that gets people into trouble. The protection is narrow and real: a private key that is created inside a chip, never leaves it, and signs inside it. The part that is left uncovered is everything downstream of your own confirmation, and that is where self custody balances are actually lost. Below is the boundary line, drawn from the manufacturers’ own security pages and from published research, along with the second fact that reorganises the topic once you accept it. The device is replaceable. The words it generated are not.

Structure diagram comparing where the private key sits in three storage arrangements, an exchange server, a connected phone or laptop, and an isolated chip inside a hardware wallet, with the failure point of each - Cryptonakta
The same balance, three different places for the key, and three different things that end it.

1. What the device does not stop

Start with the failure this device does not prevent, because it is the most common one. Someone connects a hardware wallet to a site that looks like the one they wanted, clicks through a request, confirms it on the little screen, and the tokens are gone within the minute. The device worked perfectly. It was asked to sign a permission and it signed one.

A hardware wallet protects a key. It does not supervise your decisions. Manufacturers say this plainly in their own security pages, and the distinction matters more than any feature comparison, because it tells you which of your worries the purchase answers and which ones it leaves exactly where they were.

The split, in one table

SituationDoes the device stop it?What actually stops it
Malware on your computer hunting for keysYesThe private key never leaves the chip, so there is nothing on the machine to steal
Clipboard malware swapping the destination addressYes, conditionallyReading the address on the device screen instead of the computer screen
You sign a token permission on a copycat siteNoRevoking the permission, and refusing requests you have not read
You approve data the wallet could not decodeNoRecognising that state and declining it
You type your words into a support chatNoNever entering the phrase anywhere except a device you are restoring
The device is lost or breaksNot applicableThe recovery phrase, restored onto a new device
The recovery phrase is lost with no copyNoNothing. That road ends
Someone had the device in their hands for a whileDepends on the modelA passphrase, an extra string only you know, and where you keep the device
An exchange stops your withdrawalUnrelatedA different problem entirely, on a different balance

Three of the nine rows sit outside what the hardware can reach, and all three run through a screen you pressed yes on. That is not a defect. It is the boundary of what isolating a key can do.

2. The one job it has, and the screen that finishes the job

Strip away the marketing and the job description is one sentence long. The device generates a private key inside its own chip, keeps it there, and performs signing there too. What travels back out over the cable is a signed transaction. The key itself does not travel.

That is why an infected laptop is survivable. Malware can log every keystroke and still find nothing worth taking, because the secret it wants was never on the machine. Compare a phone or desktop software wallet, where the key is encrypted on a device that also runs your browser, your downloads and your messaging apps.

The screen is the second half of the design

The isolation would be worth much less on its own, because you still have to be told what you are about to authorise, and the computer telling you is the thing you no longer trust. So the device shows the destination and the amount on its own display. Some manufacturers state that the certified secure chip drives that display directly, which is their argument for why the values on it have not been altered on the way.

Two consequences follow, and both are behavioural. The confirmation step is not a formality, it is the security model asking you a question. And if you confirm without reading, you have bought the isolation and discarded the verification, which is half of what you paid for.

What it means to hold your own key

Self custody is the term for this arrangement, and it means one thing: no company can move your coins for you, and none can move them back either. Support cannot reverse a signature. If you are arriving from an exchange account, where a locked balance is at least a conversation with somebody, that absence is the real change.

3. Read the address on the device, and read all of it

The single most useful habit this device makes possible is boring to describe and easy to skip. Before you confirm, read the destination address on the device display, not in the window on your monitor. Everything about the design points at that one action.

The threat it answers is old and still working. Clipboard malware waits for something shaped like a crypto address to be copied and replaces it with the attacker’s own. You paste, the field looks full, you send. Nothing about the paste looked wrong because nothing about it was wrong.

Why partial checks are not checks

Here is where people give the protection away. Addresses are long, so a habit forms of glancing at the first four characters, seeing them match, and pressing confirm. Published research on this attack class, including the EthClipper work, demonstrated the obvious counter: query a database of pre-generated addresses and serve up the one that looks most like the original. Matching prefixes are cheap to manufacture.

So the check that survives contact with a motivated attacker is a three point comparison. First five characters, last five characters, and one group from somewhere in the middle. It takes a few seconds and it is the difference between a verification and a ritual. For example, if you moved funds last week to an address you saved, compare against your own saved copy rather than against whatever the site helpfully filled in.

A related failure has a different cause. The address on the device matches because it genuinely is yours, and the coins still land somewhere awkward, which is the wrong network problem.

4. Seeing a confirmation screen is not the same as reading one

Now the harder part, and the reason the first section could say what it said. Looking at the device screen and understanding the device screen are two different events, and the gap between them has a name.

Blind signing is what happens when the wallet cannot read the transaction it is asking you to authorise. A plain coin transfer decodes cleanly, so you get an address and an amount. A call into a smart contract may not decode at all, in which case what reaches the display is unreadable data, and confirming it means approving something whose effect you have not been told.

Three attempts at fixing this, and where each one stops

The ecosystem has iterated on the problem. EIP-712 turns a hexadecimal string into structured, human readable fields, which is a real improvement and still not a solution, because every technical field arrives with the important ones and the important ones get buried. Clear signing goes further: the device parses the content and shows a curated set of fields, so the screen says what the transaction does in ordinary language.

The catch is documented by the vendors themselves. Clear signing for a given contract requires a matching descriptor to exist in a registry. Where none exists, the signer falls back to blind signing. Which means the quality of your confirmation screen depends on whether someone did preparation work for the specific contract you happen to be interacting with, and you find out at the moment you are being asked to decide.

Screen you are looking atWhat it showsWhat it cannot tell youWhat to check
Coin transferDestination, amount, feeWho owns the destinationAddress at start, end and middle
Token approvalContract address, spending cap, which can be unlimitedWhat that contract will do with the permissionThe cap, the contract, and how you arrived at the site
Contract call that did not decodeRaw data, a function identifierThe effect of confirmingThat this is blind signing, and whether to decline
Message signatureA string, or structured fieldsWhere the signature gets used laterWhich site asked, and what the fields are named

None of this makes the device useless for contract work. It makes the honest instruction longer than the popular one, which stops at get a hardware wallet. The accurate version continues: and learn to recognise the screen that is telling you nothing.

5. A permission outlives the transaction that created it

Approvals deserve their own section because they are the mechanism behind most drained self custody wallets, and because they are the clearest case of the device doing its job while you lose money anyway.

To let a contract move a token on your behalf, you grant it permission in a separate transaction. That permission persists. It is not consumed by the swap you were trying to do, it does not expire on its own, and it sits on chain until something removes it. Grant an unlimited permission to a malicious contract and the drain can happen minutes later or weeks later, at the attacker’s convenience.

Why the hardware cannot help here

Because nothing was stolen. A valid key produced a valid signature for a transaction the owner confirmed. Every part of the security model performed as designed. Manufacturers put it in similar terms in their own guidance: the device stops an attacker taking your key, and it does not take back a permission you have already given.

So the countermeasure lives one layer up, in reviewing and revoking token approvals, and it is worth doing on a schedule rather than after an incident. Two entry points feed most of these signatures: a claim page for something you were told you are owed, covered in telling a real airdrop from a drainer, and a support account that messaged you first, covered in how crypto scams are structured.

If it has already happened, whether scammed crypto can be recovered covers what is realistic before you spend money chasing it. Suppose the phrase itself was exposed rather than one permission: different emergency, different clock, and it is in what to do when a recovery phrase is exposed.

Branching diagram showing six attacks meeting a hardware wallet, three of which the device stops because they target the key, and three of which pass through because the owner confirms them - Cryptonakta
The line runs between attacks on the key and requests you approve, and the device only stands on one side of it.

6. Three places to keep coins, and all three fail differently

The question underneath the purchase is not which storage is best. It is which failure you are choosing, because all three options fail differently and none of them fails in a way the other two do.

Where the coins sitWho holds the keyWhat that arrangement protects you fromWhere it breaksRoute back
Exchange accountThe exchangeYour own device being infected, your own words being lostCounterparty risk, since the balance is a claim. Account takeover. Withdrawals heldThe exchange’s own process and support
Software wallet on a phone or laptopYou, inside a connected deviceCounterparty risk at an exchangeDevice compromise, malicious approvals, and your backup habitsReinstall and restore from the phrase
Hardware walletYou, inside an isolated chipKey extraction, clipboard swaps, remote theftWhat you confirm, physical access, and your backup habitsRestore the phrase onto another device

The exchange row is a claim, not a holding

That first row is worth sitting with, because the balance on the screen is a number in a company’s database representing what they owe you. At a solvent exchange the distinction is invisible. At an insolvent one it becomes the only thing that matters, which is what happens to your coins if an exchange goes bankrupt. Two smaller versions of the same dependency are far more common than insolvency: an account that gets taken over and a withdrawal that gets frozen.

What the device has nothing to do with

The limits run in the other direction too. A hardware wallet does not touch a balance left on an exchange, a paused withdrawal, an insolvency, a peer to peer trade where the other side never pays, or a position that lost value. It changes how one category is held: the assets that move when your key signs.

That is why most people run both. Coins that get bought, sold or turned back into local currency pass through an exchange, and coins meant to sit still do not need to be there. How to tell whether an exchange is legitimate is the checklist for that side, and the exchange comparison covers fees and account rules.

Binance

Binance signup QR, scan to open Binance (Cryptonakta referral)Claim your perk →

Code: CRYPTONAKTA
Installing the app directly? Enter CRYPTONAKTA in the “Referral” field at sign-up. That’s how your benefit (and our credit) attaches.
Withdrawal whitelist and network selection before you confirm

Bybit

Bybit signup QR, scan to open Bybit (Cryptonakta referral)Claim your perk →

Code: 5ZGKX#0
Installing the app directly? Enter 5ZGKX#0 in the “Referral” field at sign-up. That’s how your benefit (and our credit) attaches.
Withdrawal address book with confirmation controls

OKX

OKX signup QR, scan to open OKX (Cryptonakta referral)Claim your perk →

Code: 46938989
Installing the app directly? Enter 46938989 in the “Referral” field at sign-up. That’s how your benefit (and our credit) attaches.
Per asset network list at the withdrawal step

Affiliate disclosure: some links are partner links. We may earn a commission at no extra cost to you. This is not investment advice.

7. The device is not the wallet, and this changes every accident

Here is the sentence that reorganises the whole topic. Your coins are not in the device. They are entries on a blockchain, and the device holds the key that authorises changes to them. So the device is not the wallet. The recovery phrase is the wallet, and the device is one replaceable way to use it.

Run that through the accidents people actually have and the results stop being frightening.

What you lostWhat happens to the assetsWhat you do
The deviceNothingRestore the phrase onto another device. The lost one stays locked behind its PIN
The PINNothingLet the device reset, restore from the phrase, set a new PIN
The device brokeNothingRestore, and it does not have to be the same brand
The recovery phrase, with no copy anywhereAccess is goneThere is no step here
Control of the phrase, meaning someone else has itAt risk right nowGenerate a new wallet and move the assets to it
The passphraseThat hidden wallet onlyThere is no step here either. The words alone will not open it

A wrong PIN is a defence, and the count depends on the product

The PIN is independent of the backup, so forgetting it costs a restore rather than your assets. The limit on wrong attempts is a per product number: a Ledger device factory resets after three incorrect entries, a Trezor Safe 7 after ten, other Trezor models after sixteen. All of them end up blank, and the phrase brings them back. That reset is also why a stolen device is not an open door, since nobody gets unlimited guesses.

The manufacturer is not a dependency

The phrase is an ordered list of 12 to 24 words drawn from a standard list of 2,048, which is the BIP-39 convention. The same words always produce the same keys, so a wallet built by one company can be restored on hardware built by another. The belief that a company shutting its doors would take your coins with it does not survive contact with that fact.

One caution attached to the same fact, and manufacturers state it explicitly: do not type a hardware wallet phrase into a software wallet to check something. It moves the secret onto an internet connected machine, which undoes the reason the phrase was created in the device.

A zero balance after a restore is usually not a theft

A restore that shows nothing is alarming and is usually a display problem. A derivation path is the branch of the key tree an app reads, and different branches produce completely different addresses from the same seed. On Bitcoin one path yields legacy addresses beginning with 1, another bc1q, another bc1p, and none of them is wrong. An app reading the wrong branch reports zero in good faith. Paste an address you already know into a block explorer, and if the balance is there, the fix is the path setting or the account index.

8. Two risks that pull in opposite directions

Storage of the phrase is where beginners are given contradictory advice, and the contradiction is real rather than sloppy. Two risks move in opposite directions and there is no arrangement that lowers both.

Add copies and the chance of losing access falls, while the chance of somebody finding one rises. Concentrate everything in a single hiding place and the trade runs the other way. Photograph the words or put them in cloud storage and you have done both harmful things at once: you added a copy and you put it on a system reachable from the internet.

How you keep itRisk of losing itRisk of theftWhat is still unsolved
One paper copy, one locationHighLowFire, water, moving house, family who do not know it exists
Several copies, several locationsLowHigherRemembering what is where, and who else has access
Metal plateLowDepends on the locationCost, and stamping the words in wrong
Photo, cloud, messaging appLowVery highOne compromised account ends it
Adding a passphraseRisesFallsForgetting the passphrase is unrecoverable
An optional backup serviceFallsChanges characterIdentity checks and custodians enter the picture

The passphrase is a second secret, with a second way to fail

A passphrase is an extra string combined with the recovery phrase to derive a separate hidden wallet, and it is not stored on the device. Two properties of it surprise people. Mistype it and you are not told it is wrong, you are shown a different and empty wallet, because every passphrase is valid and each one produces its own account. Forget it and the documentation is blunt: there is no reliable method to recover it, and the manufacturer cannot help.

Which puts it exactly where the table puts it. It is the strongest answer available against somebody physically holding your device and your words, and it is a new single point of failure that you maintain in your head. That is a real choice with a real cost, not a setting to switch on because a forum said so.

9. What has to be true when the box arrives

The moment of highest risk in the life of a hardware wallet is the hour you set it up. The rest of its life is protected by the design. The setup is protected only by whether you notice something.

One rule covers most of it: the device has to arrive uninitialised, and the recovery phrase has to be created for the first time in your hands. Manufacturer documentation does not ship with words already written in it, and does not ship with a PIN. If words are filled in, the device went through a setup that was not yours, and whoever did it sees the same balances you do. That has been sold as a product with the phrase included, which is why both major manufacturers publish warnings about second hand units.

What you are looking atWhat it meansWhat to do
Recovery words already written on the cardSomeone has already initialised thisDo not use it
A seller who tells you the PINSame conclusion, arrived at differentlyDo not use it
A word count that does not match what the product describesA counterfeit or tampered setup flowDo not use it, and contact the manufacturer
Packaging that is deformed or openedSomething may have happened in transitAsk before initialising, not after
The genuineness check failing in the official appThe device is not verifying against the manufacturerStop there
A used or resold unitA previous phrase may still control itReset it yourself and generate new words

The checks that exist, and what each one is for

Setup includes a genuineness check, which is the device proving to the manufacturer’s app that it is what it claims to be. Some products additionally offer a firmware hash check, which addresses a different question: not whether the hardware is real, but whether the software on it is the software that was published. And firmware updates are gated behind the PIN, so an attacker with the device in hand cannot quietly install their own.

None of this needs to be approached nervously. Buy through the official channel, decline anything that arrives pre initialised, run the check the app offers, write the words down yourself. The list is short because the risk is narrow.

10. Physical access is real, and it has one specific answer

Physical access belongs on the threat list, and it is where honesty is easiest to lose in either direction. Overstate it and the device sounds useless. Understate it and you leave it in a hotel drawer.

The published research is specific. A security team demonstrated that on older models built around a general purpose microcontroller, glitching the supply voltage at the right moment during boot could bypass the read protection and let the encrypted seed be read out. It needed the device in hand for roughly a quarter of an hour and a small amount of equipment. It could not be done remotely. Treat the numbers as belonging to that research on those models, not as a verdict on anything currently for sale.

Two answers to it, one from each side

The manufacturers’ answer was hardware. Later products use certified secure elements, chips designed to resist exactly this class of physical attack, and one current model is described as using two secure elements together for PIN verification. The user side answer was already available and still applies: the same research noted that the attack does not work if a BIP-39 passphrase is enabled, because the words extracted from the chip are then not sufficient to derive the accounts.

The practical residue is small. Time spent in someone else’s hands is a real variable, newer chips reduce it, and a passphrase answers it directly at the price described above.

Flow diagram of four accidents, a lost device, a broken device, a forgotten PIN and a lost recovery phrase, showing that only the lost phrase has no route back - Cryptonakta
Three of these are inconveniences that end in a restore. One of them just ends.

11. An optional backup service moves what you are trusting

Some manufacturers now sell an optional backup service, and it is worth understanding mechanically rather than as a loyalty test, because it changes what you are trusting rather than how strong anything is.

The mechanism, as described by the company that offers it: the secure element makes an encrypted copy of the entropy behind your phrase, splits it into three fragments, and sends each fragment through its own channel to a different company in a different country. One fragment on its own is useless. Recovery requires identity verification, after which two of the three fragments are reassembled on your device with your explicit consent.

What moves when you switch it on

Before, the answer to who could reconstruct your wallet was one item long: whoever holds your words. After, it is longer, because identity verification and the continued integrity of the custodians are both in it. The counterweight is that the failure which destroys most self custody balances, a phrase lost rather than stolen, now has a route back.

Two things are worth stating plainly. It is opt in, so declining leaves the original arrangement untouched. And the choice is not between safe and unsafe, it is between two different lists of people and events you depend on. Your own answer turns on whether you are more likely to be robbed or more likely to lose a piece of paper.

12. Moving in is not the same as being able to move

A practical wall catches almost everybody on their first move into self custody, and it has nothing to do with security. Getting tokens in is easy. Getting them to move afterwards needs something people forget to bring.

Fees are paid in the chain’s own coin. Move a stablecoin onto Ethereum and you need ETH sitting in the same wallet before anything can leave. Move a token on Tron and you need TRX. The token cannot pay for its own transfer, so a wallet holding a large balance and no native coin is a wallet you can look at and not use. How that arithmetic works, and why the amount you are sending is not part of it, is in network fees and gas explained.

The first transfer, and what usually goes wrong in it

Say you are moving coins out of an exchange for the first time. Three things reliably cause the panic and none is an attack. The network chosen at the exchange has to be one the receiving wallet watches. Confirmations take as long as the chain takes, so a balance that has not appeared is usually a deposit not yet credited rather than a loss. And the native coin has to be there before you need it.

The round trip is also a round trip. Turning holdings back into local currency means sending them to an exchange again, with a fee and a confirmation wait in both directions. That is why people split the two jobs, keeping what they trade where trading happens and what they hold where holding happens. How to start with crypto is the earlier step if any of this is new.

13. What gets repeated, and what the documentation says

Six claims about these devices circulate constantly. Each is either false or true in a narrower way than it sounds, and the corrected version is the more useful one.

What gets repeatedWhat is actually the caseWhere that comes from
Use a hardware wallet and you cannot be hackedKey theft is addressed. Anything you authorise still executesConnect and confirm, and the device signs correctly
It is cold storage, so approvals are safe tooAn approval is an ordinary on chain transaction and the device does not judge it for youRevoking is a separate action you have to take
The coins are inside the deviceThe coins are on the blockchain. The device holds a keyLosing the device is not losing the assets
If the company disappears, so do your coinsStandard phrases restore in other wallets and other brandsBIP-39, an ordered list from a 2,048 word list
A zero balance after restoring means theftDifferent derivation paths show different addresses from the same seedCheck a known address in a block explorer
Seeing the device screen means having read itData the wallet could not decode looks like a confirmation and tells you nothingBlind signing, and the registry fallback behind it

Key terms, in one place

Recovery phrase. The ordered list of 12 to 24 words that all your keys are calculated from. Standardised as BIP-39, drawn from a fixed list of 2,048 words.

Secure element. A certified chip built to resist physical attack, used to store the key and, in some products, to drive the display as well.

Passphrase. An additional string combined with the recovery phrase to derive a separate hidden wallet. Not stored on the device, and not recoverable if forgotten.

Derivation path. The branch of the key tree an app reads. A different path produces different addresses from the same seed, which is why a restore can look empty.

Blind signing. Confirming a transaction the wallet could not decode, so the screen shows raw data instead of what the transaction does.

Token approval. A permission granted in its own transaction that lets a contract move a token on your behalf, and that persists until it is revoked.

Self custody. Holding the key yourself, which removes the counterparty and the helpdesk at once.

14. Where I land after reading the manuals next to the research

Reading the manufacturers’ own documentation next to the published research leaves me with four things, and only the first is a compliment.

The design is internally consistent. Isolate the key, sign inside the chip, and put a display on the device so that a compromised computer cannot lie about what is being authorised. Every documented feature serves one of those three, and the PIN reset behaviour, the genuineness check and the firmware gate all sit exactly where that logic would put them.

What it suits is narrower than how it is sold. It answers key theft, remote compromise and address substitution well. It answers approval phishing not at all, and it makes the words on your paper the most valuable object you own. If your worry is that an exchange might halt a withdrawal or fail, the device answers that, and if your worry is that you might sign the wrong thing, it does not.

The weakest assumption is not in the hardware. It is the premise that a human reads a small screen carefully every time. The industry has effectively conceded this by building clear signing, and that work depends on a descriptor existing for the contract in front of you. The load bearing part of the design is the part delegated to the tired person at the desk.

Where the opposite view holds up. Someone who trades weekly and has a poor record with paperwork can reasonably conclude that a well secured exchange account with withdrawal controls is the lower risk arrangement for them, and the bankruptcy history of this industry is the counterargument they have to sit with. What I would not accept from either side is the framing that one option is simply safer, because the two do not fail in the same way, and which failure you can survive is a fact about you rather than about the product.

Frequently asked questions

Q. How do I sign up for Binance, step by step?
1) Register with your email or phone on the official Binance site or app. 2) Complete identity verification (KYC). 3) Enable app-based 2FA for security. 4) Enter referral code CRYPTONAKTA in the referral field at sign-up to get an ongoing 10% discount on spot trading fees. Where direct fiat deposit is limited, buy a coin or stablecoin on a local exchange and transfer it in, or use P2P.
Q. Can a hardware wallet be drained?
The balance can go without the device being broken, and that is the case worth understanding. Connect the wallet to a malicious site and confirm a token permission, and the device signs a valid transaction because a valid owner asked it to. The contract can then move those tokens whenever it likes. Nothing was stolen from the chip. The defence is at the confirmation screen and in revoking permissions you no longer use.
Q. What happens to my coins if I lose the device?
Nothing happens to them. They are recorded on the blockchain rather than stored in the device, which only holds the key that authorises spending. Restore your recovery phrase onto a replacement and the same accounts appear. The lost device stays locked behind its PIN and wipes itself after a limited number of wrong attempts: three on a Ledger device, ten on a Trezor Safe 7, sixteen on other Trezor models.
Q. I restored my wallet and the balance shows zero. Have I been robbed?
Usually not. Apps read a particular derivation path, which is one branch of the key tree, and a different branch produces completely different addresses from the same seed. On Bitcoin one path shows addresses starting with 1 and another shows bc1q, and neither is incorrect. Paste an address you already know into a block explorer. If the balance is visible there, the assets are fine and the fix is the path setting or the account index in the app.
Q. Is a hardware wallet safer than leaving coins on an exchange?
It changes which risk you carry rather than removing risk. An exchange balance is a claim on a company, which brings counterparty risk, account takeover and held withdrawals, and also brings a support process and someone to ask. Holding the key yourself removes the company and the helpdesk together, and hands you responsibility for what you sign and where your words live.
Q. What is blind signing, and why does it matter on a device with a screen?
Blind signing is confirming a transaction your wallet could not decode, so the screen shows raw data rather than what the transaction does. Plain transfers decode cleanly and show an address and an amount. Contract calls may not. EIP-712 turns the data into structured readable fields, and clear signing goes further by curating which fields appear, but that requires a matching descriptor to exist for the contract. Where none does, the signer falls back to blind signing.
Q. Should I set a passphrase?
It is a real trade rather than a free upgrade. A passphrase is an extra string combined with your recovery phrase to derive a separate hidden wallet, it is not stored on the device, and it is the documented defence against someone who has both your device and your words. The cost is symmetrical: mistype it and you are shown a different empty wallet with no error message, and forget it and there is no recovery path, because the manufacturer cannot reconstruct it.
Q. Can someone extract the key if they physically hold my device?
Research demonstrated it on older models built around a general purpose microcontroller, using voltage glitching during boot, with the device in hand for roughly fifteen minutes and inexpensive equipment. It could not be performed remotely. Newer products use certified secure elements built to resist that class of attack, and the same research noted that enabling a BIP-39 passphrase defeats it.
Q. Why can I see my tokens but not send them?
Because network fees are paid in the chain’s own coin. A stablecoin sitting on Ethereum needs ETH in the same wallet before anything can leave, and a token on Tron needs TRX. The token cannot pay for its own transfer, so keep a small amount of the native coin in any wallet you intend to move funds out of.
Sources: device behaviour, PIN limits, genuineness checks and the optional backup service from Ledger and Trezor support and academy documentation; clear signing and the descriptor fallback from Ledger developer documentation; passphrase behaviour from Trezor support pages; the look alike address technique from the EthClipper research paper; the voltage glitching result from Kraken Security Labs, which applies to the older models named in that work rather than to current products; derivation paths from BIP-39 and BIP-44 conventions. Model specific numbers change with product lines. Nothing here recommends a brand or a storage arrangement, and nothing here is investment advice.

Read next: what a crypto wallet is, and how the types differ

Editorial standardsIndependent crypto editorial · honest, no hype · not investment advice.
🌐 English