Skip to content
Crypto Almanac Daily
securitybeginner

How to verify a crypto address before you hit send

Address poisoning, clipboard malware and lookalike characters all exploit the same habit: copying an address without checking it. Here is a verification routine that takes seconds and survives all three.

Lauren BennettLauren BennettSenior Bitcoin Analyst· Published August 12, 2026· 5 min read

Reviewed by Kayla Peterson, DeFi Research Analyst · Last reviewed August 12, 2026

How to verify a crypto address before you hit send
On this page

Verify a receiving address by checking it at the source, comparing the full string rather than the first and last characters, and sending a small test transaction before a large one. Crypto transfers are final: there is no bank to call, no chargeback, and no support desk that can reverse a payment to the wrong address. Verification is the only line of defence, and it has to happen before you sign.

Why is a wrong address unrecoverable?

A blockchain transaction is an instruction signed by your key and settled by the network. Once it is included in a block, no operator can rewrite it — that immutability is the point of the system. If the address you signed belongs to a stranger, the funds are theirs. If it belongs to nobody, the funds are stranded.

Exchanges are a partial exception: a deposit sent to the right exchange but the wrong network, or without a required memo, can sometimes be recovered manually by their support team, often for a fee and never with a guarantee. That is a rescue, not a right.

What is address poisoning?

An attacker generates an address whose first and last characters match one you have used before, then sends your wallet a worthless dust transaction from it. Their address now sits in your transaction history looking exactly like the one you recognise. The next time you pay that counterparty, you copy from history instead of from the source — and pay the attacker. It is the same playbook as the impersonation tricks in our guide to avoiding crypto scams, applied to your clipboard instead of your inbox.

The attack costs almost nothing to run at scale, and it targets a habit rather than a vulnerability. Nothing in your wallet has been compromised. You simply copied the wrong row.

What is clipboard hijacking?

Malware on a compromised computer or phone watches the clipboard for anything shaped like a crypto address and replaces it with the attacker's. You copy the correct address, paste it, and the field silently contains a different one. This is why the check that matters happens in the destination field, after pasting, and again on the hardware wallet screen if you use one.

What does a solid verification routine look like?

  • Get the address from the source: the exchange's deposit page, the recipient's own message on a channel you trust, or a saved contact you created yourself.
  • Paste it, then compare the pasted string against the source in three places — the first characters, a chunk from the middle, and the last characters.
  • If you sign on a hardware wallet, read the address on the device screen. That display is not controlled by the computer, so it defeats clipboard malware.
  • Confirm the network. The same string can be valid on several chains, and sending on the wrong one is a common way to lose funds.
  • For exchange deposits, check whether a memo or destination tag is required. Omitting it usually means a manual recovery request at best.
  • Send a small test transaction to a new destination, wait for it to arrive, then send the rest.

Once an address is verified, save it. Wallet address books and exchange withdrawal whitelists let you reuse a checked destination instead of re-verifying under time pressure — and a whitelist with a time delay on new entries means an attacker who reaches your account still cannot move funds to a fresh address immediately. Whichever wallet holds the keys, the seed phrase and recovery guide covers what happens if the device itself is lost.

Do human-readable names help?

Naming services map a readable name to an address, which removes the character-comparison problem and replaces it with a different one: you now have to trust that the name resolves to the address you expect, and that you typed the name correctly. Lookalike names, expired registrations and homoglyph characters are all used in practice. Treat a name as a convenience, verify the resolved address the first time you use it, and save the result.

How do withdrawal whitelists and QR codes change the risk?

An address whitelist on an exchange turns verification into a one-time job. You add a destination once, confirm it through email and two-factor, and from then on withdrawals can only go to addresses on that list. Platforms that pair this with a waiting period before a newly added address becomes usable give you a window in which an attacker who has taken over the account still cannot move funds anywhere useful.

QR codes remove typing errors but not substitution. A code is just an encoding of a string, and a screenshot posted in a chat, a printed code in a public place or an image rendered by a compromised page can encode anything. Scan it, then read the decoded address in your wallet and check it against the source exactly as you would a pasted one — the scan replaced your keyboard, not your judgement.

  • Add the addresses you use repeatedly to a whitelist or wallet address book once, carefully.
  • Enable the delay on newly whitelisted addresses if the platform offers it.
  • After scanning a QR code, verify the decoded string; never assume the image is the address.
  • Re-verify whenever a counterparty says their address has changed — that message is a classic invoice-fraud pattern.
Sources
  1. 1. What to know about cryptocurrency and scamsUS Federal Trade Commission
  2. 2. Internet Crime Complaint Center — reporting and advisoriesFBI IC3
  3. 3. Bitcoin: A Peer-to-Peer Electronic Cash System (transaction finality)Satoshi Nakamoto
Share
Reference

Frequently asked

Can a crypto transaction be reversed if I send to the wrong address?

No. Once a transaction is confirmed it is final, and no company or developer can undo it. The only partial exception is a deposit to an exchange you control an account with, where support may be able to help — at their discretion.

Why did I receive a tiny amount of crypto I did not expect?

That is usually dust from an address-poisoning attempt. The sender wants their lookalike address to appear in your history so you copy it later. Ignore it, and never copy addresses from your transaction list.

Is checking the first and last four characters enough?

No. Attackers generate addresses that match exactly those characters, because that is the shortcut most people use. Compare a section from the middle as well, or verify on a hardware wallet screen.

Do I need a memo or destination tag?

Some exchanges and chains require one to credit your deposit to the right account. If the deposit page shows a memo field, it is mandatory — sending without it usually means opening a support ticket to recover the funds.

Is a test transaction worth the extra fee?

For a new destination or a meaningful amount, yes. The fee is a rounding error against the cost of an irreversible mistake, and it verifies the address, the network and the memo in one step.

Lauren Bennett
About the authorLauren BennettSenior Bitcoin Analyst

Lauren Bennett is a Senior Bitcoin Analyst at Crypto Almanac Daily, specializing in Bitcoin market structure, on-chain analytics, mining economics, institutional adoption, spot ETF developments, and macroeconomic trends shaping digital assets. Her reporting focuses on translating complex blockchain data into clear, data-driven insights for investors, industry professionals, and readers following the evolution of the Bitcoin ecosystem. Lauren regularly analyzes network activity, miner behavior, liquidity trends, exchange flows, and the impact of monetary policy on digital asset markets. Before joining Crypto Almanac Daily, she covered financial markets and emerging technologies, developing expertise in blockchain infrastructure and digital asset research. Her work emphasizes factual reporting, transparent analysis, and long-term market fundamentals rather than short-term speculation. At Crypto Almanac Daily, Lauren contributes daily news coverage, in-depth market analysis, educational explainers, and feature articles that help readers better understand Bitcoin's role in the global financial system and the rapidly evolving digital asset economy.

This guide is educational and general in nature. It is not financial, investment, legal or tax advice, and it does not account for your circumstances. Crypto assets are volatile and you can lose the money you put in. See our editorial policy and methodology.

Keep reading

More from the almanac