Sending will be lost forever? The truth may be more complex
The information provided in this article is for reference only and does not constitute any investment advice. Cryptocurrency investment is highly risky.
"Once sent, it never comes back"-this is a widely circulated saying, but only half true. Confirmed transactions are indeed irreversible, but whether your funds can be recovered does not depend on the blockchain itself.
It depends on who the private key holder of the target address is.
In four of the six common scenarios, the private key is in the hands of someone you can reach: either you or the exchange you use. There are only two situations where the result is final and unchangeable. Before taking any action, judge which situation you fall into.
Core Points
The transaction itself is not the problem. The key is who controls the private key of the target address.
On EVM chains such as Ethereum, Arbitrum, or Polygon, the same address corresponds to the same private key, so sending across the wrong network usually does not cause damage.
Some service providers provide recovery procedures for funds deposited into the exchange through the wrong network. Binance charges a fee of 20 USDT for unsupported EVM networks, with a maximum processing time of 30 working days and no guarantee of success.
Chainalysis identified at least 82,031 fake addresses on Ethereum suspected to have originated from a single-address poisoning attack between February 28 and May 4, 2024, causing a loss of US$69.7 million (Report date: October 23, 2024).
The Bech32 checksum ensures that all errors involving substitutions of up to four characters are captured, which is why simple spelling errors rarely escape detection.
Any service that promises to help you recover the funds you have sent for a pre-charge is a scam. There is no technical basis for this.
Wrong address, step 1: Determine your situation
Find your transaction by transaction ID. in the block browser of the relevant chain. You need to confirm two pieces of information: whether the transaction has been confirmed and what the receiving address is. Then judge your situation according to the following table:
Situation| Who holds the private key| Results Outlook
Send to strangers Address| other party| Unless the other party voluntarily returns it, it is lost.
Send to the contract address| No one or the contract itself|
is usually lost across the wrong network, but sent to your own address (EVM to EVM)| you| You can retrieve
by using an ordinary wallet address and send it to the exchange address across the wrong network| exchange|
Deposits can usually be retrieved through hard work. Notes/labels are missing or filled in incorrectly| exchange| Generally recoverable
transactions have not yet been confirmed|'m still your| Correctable, but only for a few minutes.
All subsequent operations depend on this classification. By skipping this step, you will only waste time contacting customer service providers who are technically powerless, or miss out on an opportunity that could otherwise be redeemed.
Wrong address on the correct network: Difficult situation
If you send funds to a stranger's wallet address, things are not good. There is no freeze, no revocation, and no authority can intervene. Technically speaking, these coins now belong to the private key holder.
There is only one way left: contact the other party, provided you can find the identity corresponding to the address, such as it belongs to a well-known service provider. For large amounts, it also makes sense to file a criminal report, because investigators can obtain identity information through the exchange that you personally cannot access. However, please manage your expectations. For small amounts of money, this has little success.
The same applies to tokens accidentally sent to the contract address. Some contracts have retrieval capabilities, but most do not.
Wrong addresses across wrong networks: retrievable situations
There is good news here, and far fewer people know about it than they think.
Ethereum and its compatible chains, namely Arbitrum, Optimism, Polygon, BNB Chain and Base, all have addresses derived from the same private key format.
For normal wallet addresses, your address on Arbitrum is the same as the address string on Ethereum, and the same private key can open both.
Anyone who sends a token through one of these chains to an address on the other chain has actually no loss. Money just sits quietly in an unexpected place.
How to retrieve it: Add the relevant network to your wallet, manually add the token through the token contract address if necessary, and it will be displayed. To transfer it out, you will also need some of the network's native coins for fuel.
Exceptions: Smart contract wallets can be costly
For smart contract wallets, such as Safe, Argent or ERC-4337 accounts, the above rules do not apply. This type of address is not derived from a private key, but is a contract address. It is the same and under your control on another chain, only if the contract is deployed on that chain with the same parameters.
The Optimism incident in June 2022 demonstrated just how high the price can be: 20 million OP tokens were sent to a Safe address that exists on Ethereum but has not yet been deployed on Optimism. A third party itself deployed the contract at the address and gained access. He voluntarily returned approximately 17 million tokens and kept the rest.
If in doubt, please first check whether there is any code on your address in the block browser of the target chain.
Irrelevant chains are another matter. Bitcoin, Solana and Ethereum use different address formats. Bitcoin addresses are not valid target addresses on Solana, and usually transactions will not succeed at all.
Wrong address of the exchange: What can customer service do
If the deposit has arrived at the exchange but is on the wrong network, the coin will be stored at an address where the private key is held by the exchange. This is not so much a technical issue as an organizational issue.
Many large service providers have dedicated processes. For example, Binance provides a self-service recovery function, and users can trigger recovery themselves in the transaction history. Specific terms vary according to circumstances: Binance charges a fee of 20 USDT for tokens on unsupported EVM networks, with a processing time of up to 30 working days; for missing or erroneous remarks, a network fee is charged, with a processing time of 7 working days (FAQ as of August 2026). Fees are only charged after successful recovery, but need to be paid in advance because the processing process will not start until the fee is received. The service provider clearly does not guarantee the results. Other exchanges will manually review cases, while others will simply refuse to process unsupported tokens.
You need to provide: transaction ID, destination address, network used, token name and timestamp. Providing these five details when submitting a work order for the first time usually saves the subsequent two rounds of questioning.
The second common situation in this type of situation is missing identifiers. For XRP, Stellar or Cosmos, exchanges use notes or target tags to allocate deposits. If this information is missing, the funds will correctly enter the exchange's comprehensive account, but they will not be allocated to you. This is also a customer service issue that can usually be resolved.
Avoid wrong addresses: The scam built around it
Not every wrong address is your own mistake. In address poisoning, an attacker sends you tiny or worthless tokens from an address whose beginning and end characters exactly match your usual address. The next time you send funds, you may copy and paste them from your transaction history and mistakenly enter their address.
Chainalysis compiled statistics on this scam on Ethereum in a report dated October 23, 2024: In a single activity from February 28 to May 4, 2024, there were at least 82,031 suspected false addresses, 2,774 victim addresses, and a loss of US$69.7 million. The single largest loss involved approximately $68 million in Wrapped Bitcoin; the attackers returned the funds in the form of Ethereum on May 9, making a net profit of approximately $1.49 million. Notable hit rate: Only 0.03% of fake addresses received more than $100 from victims. Such scams rarely succeed, but once they are successful, the amount is huge.
Four habits can eliminate this:
Use an address book instead of transaction history and verify it on the device.
Set the common address correctly once, and then select it only from the address book. Which wallets are equipped with available address books are described in our software wallet comparison. The hardware wallet takes it one step further: It displays the target address on its own screen, and no malware on your computer can reach that screen.
Check the entire address, not just the beginning and end.
This laziness is the entry point for the attack. It takes two seconds to read four to six characters from the middle, which is very cheap.
For large transfers, send a test transaction first.
Send a small amount first, wait for confirmation to arrive in the account, and then issue the rest. This network fee is cheaper than the loss of any wrong transfer.
Checksums are helpful, but they are not everything.
The encodings of modern Bitcoin addresses, such as Bech32 (used for bc1q…) and Bech32m (used for Taproot addresses bc1p…), guarantee the capture of all errors involving up to four-character substitutions; beyond this range, the probability of missing detection is less than one in a billion. As a result, a character error almost always results in an error message rather than a loss. But there are still two gaps: In 2024, Bech32 developers themselves admitted that the solution is not always robust when dealing with insertions or deletions of less than five consecutive characters, and Bech32m makes up for this shortcoming. In addition, no checksum can help you prevent a valid but erroneous address. This is what address poisoning relies on.
There is also a related scam that doesn't target the address at all, but targets you yourself: masquerading as a false request from your exchange and asking you to "transfer funds to a secure account." We took phishing messages after the MiCA deadline as an example and analyzed how to identify them.
Error address: You can still operate when the transaction is not confirmed
There is a short time window. As long as the transaction is unconfirmed in the pool, the funds still belong to you and can be replaced by a competing transaction with a higher fee.
On Bitcoin, starting with the Bitcoin Core 29.0 version on April 14, 2025, this no longer requires any preconditions: full RBF (substitution-by-fee) has become the default behavior, and the original transaction no longer needs to signal this. The EVM chain has never had this condition. Use the same nonce value and a significantly higher cost (usually at least 10% higher) to replace it.
The only real condition is that the transaction has not yet been confirmed by any block. When the memory pool is empty, this may only be a few seconds; when the network is busy, you have longer. But don't rely on it by any means and don't hire anyone who requires advance payment to handle this.
This brings to the final point:
Every service provider that promises to help you recover the funds you have sent is a scam.
No such technology exists. Such services deliberately look for victims in forums and comments under loss reports, and the second loss is often greater than the first.
FAQs
Can I cancel a confirmed transaction?
No. The only thing you can influence is whether visitors to the target address send funds back voluntarily or on request.
I sent funds to my address on the wrong network. Is it lost?
For ordinary wallet addresses on the EVM-compatible chain, it is usually not: the same address corresponds to the same private key there. Add the network to your wallet, make the tokens visible, and then send them out. You need some of the network's native coins for fuel. If you are using a smart contract wallet, this only applies if the contract already exists on the target chain.
How long does it take to retrieve it on the exchange?
Depending on the service provider and circumstances, it can range from a few days to a few weeks. Binance charges a fee of 20 USDT for tokens on unsupported EVM networks, and the processing time is up to 30 working days; for missing notes, the processing time is 7 working days; other service providers do not make clear commitments.
Why would my wallet accept an obviously wrong address?
because it is formally correct. Checksums can detect spelling errors, but not malicious intent. The attacker's effective address appears to the software to be as correct as your own.
For small amounts of money, is criminal reporting worth it?
Very little, but no other cost beyond time. When the target address can be traced back to an exchange, this becomes more meaningful because investigators can obtain identifying information that individuals cannot.

Exchange Ranking
Top Exchanges
24h Volume Ranking
Popularity Ranking
Exchange BTC Balance
Proof of Reserves
Decentralized Exchanges
Funding Rate
Funding Heatmap
Liquidation Data
Max Pain
Long/Short Ratio
Whale L/S Ratio
Binance/Okex/Huobi L/S
Bitfinex Margin L/S
ETF Tracker
Solana ETF
XRP ETF
Hong Kong ETF
Bitcoin Treasuries
Crypto Reversal
Ethereum Reserves
HyperLiquid Wallet Analysis
Hyperliquid Whale Watch
Large Transactions
On-chain Movement
Bitcoin ROI
Stablecoin Market Cap
Options Analysis
News
Articles
Economic Calendar
Features
Wallet
Contract Calculator
Security
Collections
Watchlist
Following
ATOM
BTC
ETH
OP
XLM
XRP
WBTC