Sending crypto to the wrong address is the most permanent mistake possible. Blockchains have no undo, no support team, no recovery process. Three sub-cases account for nearly all of these losses, and all three have the same simple defence.
Sub-case A — Wrong network (USDT-TRC20 sent to ERC-20 address, etc.)
USDT exists on multiple networks — TRC-20 (Tron), ERC-20 (Ethereum), BEP-20 (BNB Chain), Solana, and several L2s. Each network has its own address format and different addresses cannot talk to each other. Send USDT-TRC20 to a USDT-ERC20 address and the funds disappear into the ether — sometimes recoverable by a centralised exchange if both addresses happen to be theirs, almost never recoverable in self-custody. Always check the network in your wallet matches the network the recipient gave you, before pasting the address.
Sub-case B — Truncated or partial addresses from chats
Someone sends you "their address" in chat: "TXyZ...abcd". Many chat clients truncate long addresses for display. You think you are copying the full thing, but you are copying the truncated version with the "..." in the middle. Pasting that into the wallet either fails (good) or — if the wallet accepts an invalid format — silently sends to a non-existent address. Always copy the full address from the source, never from a chat preview.
Sub-case C — Clipboard malware (the silent killer)
Malware on your phone or computer monitors the clipboard. The instant you copy a crypto address, it replaces what is in the clipboard with the attacker's address. You paste — and you paste the attacker's address, not the one you copied. Visually it might look almost identical (same first and last characters, different middle) which is why most people do not notice. The only defence is the habit of comparing the first 4 and last 4 characters of what you actually pasted against the source, every single time.
The single fix for all three sub-cases
- Network check before paste. Open the wallet, select the correct network for the asset and destination, only then go fetch the address. Reverse order = wrong-network mistake.
- First-4 / last-4 character check after paste. Read the first four and last four characters of the pasted address out loud and compare to the source. Takes three seconds. Catches every clipboard-malware swap.
- $1 test transaction for sends over $200. Send $1 first. Wait for confirmation. Confirm with the recipient that they received it. Only then send the rest. The $1 fee (cents on TRC-20) is the cheapest insurance in finance.
- Use the address book / contacts in your wallet. Most wallets let you save trusted addresses with labels. Use it. After verifying once, the address is reusable safely without re-checking — far safer than re-pasting from a chat each time.