$AIRDROP HUNTERFarm airdrops, safely
简体中文 English
Intermediate

Withdrew to the Wrong Network/Chain — Can You Get It Back?

Pixel-art cover: a coin at a fork in the road takes the wrong pipe, turning from the entrance marked ERC20 into another chain marked BEP20, while a magnifying glass checks where the transaction landed on a block explorer
Picking the wrong network at the withdrawal step is sometimes just a scare, sometimes a real write-off — first work out which one you're in.

I know that feeling all too well: you hit withdraw, watch the "processing" spinner turn, and suddenly your stomach drops — that network you just picked, something's off about it. By the time you snap to and go check, the coins are already out the door, and an on-chain transfer has no "undo" button. Your first reaction is usually sweaty palms and a panicked search for "withdrew to the wrong network can I get it back," only to land on a pile of posts that either terrify you or hand out false hope. Let me put the most important thing first: don't panic, and don't start frantically clicking — picking the wrong network is sometimes nothing lost at all, the coins just went to another chain and you haven't looked in the right place yet; and sometimes they really are most likely gone. The two are worlds apart in how you handle them, so the first step isn't rescue — it's figuring out where the coins actually are right now. This piece takes it apart case by case.

Withdrew to the wrong network? Don't panic — first find where the coins went

Whatever the mistake, before you touch anything, do the same one thing: write down this withdrawal's transaction hash (TxID) along with the network it actually traveled on and the receiving address, then go to the relevant chain's block explorer and figure out exactly which chain and which address the transaction finally landed on. You can find this transaction's hash and network in your Binance withdrawal history — copy it; for Ethereum-family coins look it up on Etherscan, for BNB Smart Chain look it up on BscScan, and pasting the hash into the search box shows you the whole story of the transfer. For how to read this information on a block explorer, it's worth a quick look at what wallet addresses and ENS names are to get the relationship between addresses and chains straight first.

Why does this step come before everything else? Because "picked the wrong network" is really several completely different accidents crammed under one phrase:

  • A mix-up between EVM chains (e.g. you should have picked BNB Smart Chain but picked another EVM chain), where the receiving address is one you control yourself — usually just a scare.
  • Sending one chain version of a coin as another (the classic ERC20 sent as BEP20); whether the receiving address is your own wallet makes for completely different endings.
  • Sending coins to an exchange address on a chain that exchange doesn't support — the coins are on that chain, but the platform won't credit your account.
  • Sending coins to a completely incompatible chain system (e.g. an Ethereum-family coin sent to a Bitcoin-format address) — basically unrecoverable.

Only once you've pinned down which chain and which address the coins landed on can you match yourself to one of the cases below. Get the diagnosis wrong and your rescue direction goes wrong with it — for instance, the coins are sitting in your own address on another chain, yet you spend half a day badgering support; or they're stranded in an address no one can move, yet you think they can still be saved and grab at any straw on offer.

⚠ High-risk warning

After something goes wrong, the people who pop up online, in groups, or in your DMs saying "I can help you get it back" are almost certainly scammers coming to take a second cut of you. They'll have you pay an "unfreeze fee," a "miner's fee," or a "deposit," or lure you into handing over your seed phrase or private key. Remember: there's no such thing as a "middleman who unfreezes" on-chain, and your seed phrase and private key must never be given to anyone, ever. The only people who can genuinely help are the official support of the exchange you withdrew from and the official support of the receiving platform — nobody else. For how to spot this kind of phishing playbook, read spotting fake airdrops and phishing.

Case 1: a mix-up between EVM chains (usually just a scare)

This is the most common, and the most likely to be a false alarm. First, an underlying fact: Ethereum, BNB Smart Chain, Arbitrum, Optimism, Base, Polygon and the like are all "EVM-compatible" chains that share the same address system — a wallet generated from one seed phrase has an identical address on all of these chains, the same string starting with 0x. That's exactly what plants the seed of "even a wrong pick can turn out fine."

Picture this scenario: you meant to withdraw coins to your own Web3 wallet to use on BNB Smart Chain, but when withdrawing you picked Arbitrum as the network. Because the receiving address you entered is that 0x address of your own wallet, and that address belongs to you on Arbitrum just the same, the coins actually arrived safe and sound in your wallet's Arbitrum copy. Open your wallet, switch the network from BNB Smart Chain over to Arbitrum, and you'll most likely see it. Nothing was really lost; it just stopped on a chain you weren't expecting.

How you wrap this up depends on which chain you want to use it on:

  • If the chain the coins are on happens to be one you can use too, and the project you want to farm is on that chain, then just roll with it — use it on that chain and save yourself the hassle.
  • If you really do need it back on the chain you originally planned, you'll have to run it through a cross-chain bridge to move the asset from one EVM chain to another. That costs a little extra gas and time, but the road is open and the coins are yours. Before using a bridge, make sure you understand its risks first — don't use some bridge of dubious origin just to shift a small sum.
The key point

The precondition is that the receiving address must be a wallet whose private key you control. As long as the address is yours, a "wrong pick" between EVM chains is almost always solvable with "switch the chain and take a look + bridge if needed." The real trouble shows up when the address isn't one you control — read on.

Can you recover ERC20 sent as BEP20?

This is probably the single most-searched specific question, so it gets its own section. ERC-20 is Ethereum's token standard, and BEP-20 is the token standard on BNB Smart Chain; the same coin (USDT, say) has a version on each chain — same name, same value, but two independent, separate assets. "ERC20 sent as BEP20" means just this: you meant to go over the Ethereum network, but picked the BNB Smart Chain network instead, and the coin went out to BNB Smart Chain in its BEP-20 form. Whether you can get it back turns on two things.

First, whether the receiving address is a wallet whose private key you control. Because Ethereum and BNB Smart Chain are both EVM-family with the same address format, if the receiver is your own Web3 wallet, then that USDT is now sitting quietly in the BNB Smart Chain copy of that address of yours. Import the wallet with the same seed phrase, switch the network to BNB Smart Chain, add that USDT's BEP-20 contract address, and you can usually see the balance. Strictly speaking this isn't "lost," it's "arrived on the wrong chain"; from there you handle it as a normal asset on BNB Smart Chain, and to cash out you can go down the withdraw back to the exchange and sell route, or bridge as needed.

Second, if the receiving address is someone else's, or some exchange's deposit address, things get hard. The coins did land at that address on BNB Smart Chain, but you don't hold the private key, so you can't move them; whether you can get them back depends entirely on whether the other platform supports it and is willing to help. Many exchanges have a dedicated recovery process for "cross-chain mis-sends," but it usually requires meeting conditions, may charge a fee, and isn't guaranteed to succeed. The only correct move is to contact the receiving platform's official support with the transaction hash, lay out the situation honestly, and follow their process.

⚠ Heads up

There's a worst-case sub-scenario: you sent a coin to a chain where no corresponding contract even exists (for instance, forcing a token that's only issued on Ethereum, with no official version on BNB Smart Chain, out over the BNB Smart Chain network). Money like this often really is gone, because there's nothing on that chain keeping a ledger to receive it. So "same-named token ≠ exists on every chain" — before you send, confirm the coin truly has an official version on the target chain.

Recoverable or not, having a wallet whose private key you fully control, plus a legitimate exchange account you can check and route through, makes the reconciling and the cleanup that follow go a lot more smoothly.
Binance referral code BNB3469

* Sign up through our referral code for 20% off trading fees.* The actual discount rate is whatever Binance's page shows and may change with policy. Crypto prices are highly volatile — take part responsibly.

Case 3: withdrew to a chain the exchange doesn't support

Another common accident: you want to withdraw coins to some exchange's deposit address, but you picked a network on a chain that exchange hasn't enabled crediting for. Say they only support depositing a certain coin over Ethereum and BNB Smart Chain, but you picked a chain they haven't integrated and sent it across. The result: the coins really did land at that address on that chain, but the receiving exchange's system doesn't recognize this chain, won't credit your account automatically, and you see no record of any deposit in your account.

The coins aren't necessarily gone for good in this case — they exist on the chain and belong to that address. The problem is that the address's private key is usually held by the exchange, and the exchange hasn't done any handling for this chain. Whether you can get them back depends on that platform's policy:

  • Some exchanges offer a mis-send recovery service for specific chains and coins, which may require you to submit a ticket, verify your identity, sometimes pay a fee, and wait through a not-short turnaround.
  • Some platforms state outright that they don't support the chain and can't help, in which case there's basically nothing to be done.

There's only one correct move: contact the receiving platform's official support right away with the transaction hash, provide the coin, network, amount, receiving address, and transaction hash all at once, and follow their guidance. Don't go poking around on that chain yourself, and don't entertain any "third-party recovery." In a word, in this case the initiative is with the receiving side; all you can do is submit things properly and wait patiently for the result.

Case 4: sent to a completely incompatible chain (basically unrecoverable)

The worst kind, and I have to be blunt: you sent coins to an address on a completely incompatible system — the textbook example being an Ethereum-family coin (ETH or various EVM tokens) sent to a Bitcoin-format address, or the reverse. Bitcoin and Ethereum use two mutually incompatible address formats and key systems, and once an asset is sent to such an address, it ends up stranded in a state where nobody holds the matching private key and no one can move it — effectively frozen forever. Money like this can almost be written off as unrecoverable.

The good news is that a legitimate exchange's withdrawal interface usually does an address-format check: paste a Bitcoin address into an Ethereum withdrawal field and it'll often error out and block you, refusing to let the withdrawal through. So what actually causes this kind of loss is basically two human operations — one, manually copying and pasting a wrong address from somewhere (e.g. grabbing too many or too few characters when copying, or pasting the wrong clipboard contents), and two, having your address swapped by a phishing page or a clipboard-hijacking trojan. In other words, the point of Case 4 isn't "how to recover it afterward" at all — it's "never let it happen in the first place."

⚠ High-risk warning

Clipboard hijacking is a real attack: certain trojans, after you copy a wallet address, quietly swap the pasted address for the attacker's. So after pasting an address, always check the first and last few characters one by one — don't just glance at the start. The fundamentals of device security and approval management are covered in wallet security; this is required reading for the long game on-chain.

Prevention at the root: three steps that block most accidents

Now that we've covered the remedies, what actually saves you is "never having the accident at all." Turn the three things below into muscle memory and you'll block the vast majority of at least the first three of the four cases above:

One: before withdrawing, match the receiving end — the network has to line up exactly. That "network / mainnet / chain" field in the withdrawal interface picks which chain these coins travel out on; it has to match the chain the receiving wallet will use. If you'll use it on BNB Smart Chain, pick BNB Smart Chain; if you'll interact on Arbitrum, pick Arbitrum. Best to think through "which chain am I going to use these coins on" before you withdraw, rather than improvising halfway through filling in the form. For how to do this step and how to map each chain to its place, how to withdraw gas from Binance to your Web3 wallet spells it out in detail.

Two: only ever copy-paste the address, never type it by hand; after pasting, check it and run it through a checker once more. A 0x address is so long that one mistyped character sends the coins to the wrong place, and plenty of wrong addresses look perfectly fine on the surface. So always copy-paste, check the first and last few characters after pasting, and if you can, run it through the address checker in our Tools box one more time — it validates the address format and the case checksum (EIP-55, an address-validation scheme Ethereum encodes through capitalization), giving you one more line of defense before you hit "submit."

Three: the first time with a new address or new chain, send a small bit as a test. This is the highest-value trick of all: the first time you withdraw to a new wallet or new chain, send a small amount over first, wait until it genuinely arrives, shows up on the right chain in your wallet, and the network lines up, then send the rest. If you got something wrong, the loss is just that small bit, not the whole sum. That little bit of fee buys you peace of mind.

▶ Where people actually get stuck

A friend sent USDT from ERC20 as BEP20, broke into a cold sweat thinking the money was gone, and came to ask what to do. We didn't rush to reassure him — first we had him open his withdrawal history, copy down the transaction hash, and paste it into BscScan. There the coins sat, safe and sound, in his own address on BNB Smart Chain. Then he imported the wallet with the same seed phrase, switched to the BNB Smart Chain network, added that USDT's contract, and the balance showed right up — nothing lost at all. The most time-consuming part of the whole thing wasn't the operation; it was that opening wave of panic: he nearly added someone who'd DM'd him claiming to "unfreeze" it. Had he actually sent that person a so-called unfreeze fee, that would have been the real loss. So the order for this kind of thing should run the other way around — check the chain first, talk about everything else after, and don't trust people first.

So back to the question at the start: withdrew to the wrong network — can you get it back? The answer isn't a single "yes" or "no"; it's which case you fell into — same EVM family, the address is your own, usually just a scare; ERC20 sent as BEP20 still hinges first on whether the receiving address is in your hands; sent to an unsupported chain, you're relying on the other platform; sent to a completely incompatible chain, you basically take the loss. But compared with sorting through the rescue afterward, what's truly worth it is welding the three steps — "check the network, check the address, test with a small amount" — into every single withdrawal as habit.

Keep your on/off-ramp and your wallet on legitimate rails, and checking, routing, and cashing out all hit fewer potholes.
Binance referral code BNB3469

* Sign up through our referral code for 20% off trading fees.* The actual discount rate is whatever Binance's page shows and may change with policy. Crypto prices are highly volatile — take part responsibly.

Frequently asked questions

I withdrew to the wrong network — what's the very first thing I should do?

Don't panic, don't start clicking around, and above all don't trust anyone who messages you out of the blue offering to help you recover it. The first step is to write down this withdrawal's transaction hash (TxID) along with the network it actually went out on and the receiving address, then look it up on the relevant chain's block explorer to see exactly which chain and which address the transaction landed on. Only once you know where the coins are now can you tell which case you're in: an EVM chain mix-up (same address, which you control) versus a send to somewhere you have no control over at all. Misjudge the case and you'll head off in the wrong rescue direction.

Can you recover ERC20 sent as BEP20?

It depends on whether the receiving address is the same wallet whose private key you control, and whether you sent a different chain's version of the same coin. If the receiving address is your own EVM wallet (Ethereum and BNB Smart Chain share the same address format), then the coins actually arrived at that address of yours on BNB Smart Chain — import the wallet with the same seed phrase, switch to the BNB Smart Chain network, and you can usually see it. Nothing was really lost; it's just on a different chain, and from there you treat it as a normal asset. But if you sent it to an exchange or to an address whose private key you don't hold, or you sent a token contract that doesn't even exist on that chain, then you're relying on that platform's help — whether it can be recovered is entirely up to them, with no guarantee.

I withdrew to a chain the exchange doesn't support — where did the coins go?

The coins usually really did land at that address on that chain; the receiving exchange just hasn't enabled crediting for this chain, so it won't credit your account automatically. The coins aren't necessarily gone for good in this case, but whether and how they can be recovered depends entirely on that exchange's policy: some platforms offer a paid recovery service for specific chains and coins, others state outright that they don't support it and can't help. Contacting the receiving platform's support right away with the transaction hash is the only reliable route — don't go poking around on that chain yourself.

Can you recover coins sent to a completely incompatible chain (say, ETH to a Bitcoin address)?

Those are basically unrecoverable — brace yourself for that. Chains from different systems use incompatible address formats and key systems, so sending an Ethereum-family coin to a Bitcoin-format address strands the asset in a state where nobody holds the matching private key and no one can move it. A legitimate withdrawal interface will usually block this kind of operation outright because the address format doesn't match; real losses tend to come from manually copying a wrong address or being lured by a phishing page. So with this kind of mistake the point isn't after-the-fact recovery — it's never letting it happen in the first place.

How do I stop picking the wrong network on a withdrawal for good?

Make three things a habit and you'll block the vast majority of accidents: one, before withdrawing, match the receiving end — the network you pick for the withdrawal has to be exactly the network the receiving wallet will use, so if you'll use it on BNB Smart Chain, pick BNB Smart Chain; two, only ever copy-paste the address, never type it by hand, check the first and last few characters after pasting, and run it through an address checker if you can; three, the first time you use a new address or a new chain, send a small bit first, confirm it arrives and the network lines up, then send the rest. Those three steps together take only a few minutes and are the best-value insurance there is.

Picking the wrong network is, at bottom, a "checking" problem — and checking is everywhere in farming, from withdrawing gas to making interactions to cashing out at the end. To shore up the fundamentals a bit, I'd suggest reading how to withdraw gas from Binance to your Web3 wallet next, and drilling the "pick the network on a withdrawal" step from the source until you can't get it wrong.