What Happens When You Send Crypto to the Wrong Address
Usually nothing good, but not always nothing. What is recoverable depends on exactly what went wrong. Here are the four cases.
What this covers
There is no undo button and no fraud department. But “irreversible” does not mean every mistake is identical, and the first question is which mistake you actually made.
Case 1: Wrong address, someone else’s wallet
You sent to a valid address belonging to a real person or company.
Recoverable? Only if they choose to send it back. The network worked exactly as designed and there is no mechanism to claw it back.
What to do: look up the address on a block explorer. If it belongs to an exchange, and explorers label many of them, such as Collect & Exchange, contact that exchange’s support with the transaction hash. They can sometimes identify the account and, at their discretion, reverse it. This works often enough to be worth trying and slowly enough to test your patience.
If it is an ordinary personal wallet with no identity attached, there is realistically nothing to do.
Case 2: Right address, wrong network
You sent USDC to a correct-looking address, but on Ethereum instead of Polygon, or on BNB Chain instead of Ethereum.
Recoverable? Often yes, and this is the most commonly recovered case.
Many addresses are identical across EVM-compatible chains, and the same private key controls them all. If you control the receiving wallet, the funds may simply be sitting on a chain your wallet is not currently displaying. Add the network in your wallet settings and they usually appear.
If you sent to an exchange on the wrong network: contact support with the hash. Larger exchanges have a recovery process, sometimes with a fee. Response times are measured in weeks.
The exception: sending to a non-EVM chain, or to a contract address that cannot forward tokens, is generally final.
Case 3: A typo in the address
Recoverable? Almost never, but almost never is not never, because of how addresses are built.
Most address formats include a checksum, which means a single mistyped character usually produces an address that fails validation. Your wallet refuses to send and nothing is lost.
The dangerous version is a typo that happens to produce a valid address. Then the coins go to an address nobody has the key to, and they sit there permanently. Not destroyed, just unreachable.
Case 4: Sent to a contract that cannot handle it
Sending tokens directly to a smart contract that has no logic for receiving them, which is a common mistake with token contract addresses.
Recoverable? Only if the contract includes a rescue function and someone with the right permissions is willing to use it. Usually neither is true.
What to do in the first ten minutes
- Get the transaction hash from your wallet history.
- Open it on a block explorer and check that it confirmed and where it went.
- Check whether the destination is labelled as an exchange or a known contract.
- If it is an exchange: open a support ticket immediately with the hash, the amount, the network and the timestamp. Sooner is genuinely better.
- If it is your own address on another network: add that network in your wallet and look.
- If it is a stranger’s personal wallet: accept it. Sending a message to the address costs a fee and is almost never answered.
How to make sure this is the last time
Always send a test transaction. A few dollars first. Confirm it lands. Then send the rest. The test fee is the cheapest insurance in crypto and it catches every case above.
Check the network selector before the address. Wrong-network errors outnumber typos by a wide margin, and the selector is the control people never look at.
Use address book entries for destinations you reuse, so you copy from a saved label rather than the clipboard.
Verify more than the first four characters. Clipboard-hijacking malware substitutes an address whose beginning and end match what you copied. Check the middle too, or better, verify the whole string on a hardware wallet screen.
Never type an address by hand. Copy, paste, verify, send.
The uncomfortable summary
Irreversibility is not a bug. It is the same property that means nobody can reverse a payment to you, freeze your account, or reach into your wallet. The cost of that guarantee is that the network will carry out your instruction exactly, including when the instruction is wrong.
Which is why the test transaction exists, and why the people who have been here longest are the ones most religious about it.