Stablecoins and Payments
Recovering Funds Sent on the Wrong EVM Network
What happens when crypto is sent to the right address on the wrong EVM network, when recovery is possible, how the recipient can return funds and when it gets difficult.

One of the most common crypto mistakes is sending tokens to the correct address on the wrong network. A customer means to pay on Base but sends on Arbitrum. A friend requests USDT on BNB Chain and receives it on Polygon. The panic is understandable, but on EVM networks this mistake is often recoverable.
Why the same address works on many networks
EVM-compatible networks use the same address format and the same cryptography. A standard wallet created from a seed phrase has the same address on Ethereum, Base, Arbitrum, Optimism, Polygon, BNB Chain and many others. Each network keeps its own balances, but the private key controlling the address is the same.
So when tokens are sent to the right address on the wrong EVM network, they usually arrive in a wallet the recipient already controls. The recipient just needs to look on that network.
When recovery is simple
Recovery is straightforward when:
- The recipient uses a standard self-custody wallet
- The token sent is a legitimate token on the network it was sent on
- The recipient has a little gas on that network to move funds
The recipient adds the network to their wallet, sees the balance and can either keep it, bridge it or send it back.
When recovery gets difficult
Several situations complicate things:
| Situation | Why it is harder |
|---|---|
| Recipient is an exchange deposit address | The exchange may not support that network for that address |
| Recipient is a smart contract wallet, such as a multisig | The contract may not exist at that address on the other network |
| Recipient address was generated by a custodian | Keys may be managed differently per network |
| Token sent is a bridged version | Converting back may require a bridge |
| Non-EVM network involved | Address formats and keys differ |
Exchanges sometimes recover wrong-network deposits for a fee after a support request, but it is not guaranteed. Smart contract wallets can sometimes be deployed to the same address on the other network, depending on how they were created, which usually needs technical help.
Steps for the sender
If you sent funds to the wrong network:
- Stay calm and do not send more funds
- Copy the transaction hash and confirm it succeeded on the explorer for the network you used
- Contact the recipient through a trusted channel with the hash, amount and network
- If the recipient is an exchange, open a support ticket through the exchange's official website
- Beware of anyone offering recovery services through DMs, which is a common scam
Steps for a merchant receiving on the wrong network
Merchants who receive payments on the wrong network can usually resolve the order:
- Verify the transaction on the correct explorer
- Confirm the token contract is legitimate
- Match the payment to the order using amount, time and the customer's details
- Complete the order manually or refund to the paying address on the same network
- Record the resolution with the transaction hash
Using a standard address, or a multisig deployed on every supported network, makes this possible.
Returning funds safely
If the recipient decides to return funds, they should:
- Send back on the same network the funds arrived on, unless both sides agree otherwise
- Return to the paying address, confirmed through the original contact channel
- Send a small test first for large amounts
- Deduct network fees only if agreed in advance
Prevention
Clear labels prevent most of these mistakes. Merchants should show the network name next to the amount and address, and wallets increasingly warn when a user selects a network different from the one requested.
Proud Globe receives payments on six EVM networks at the same standard address, so a payment sent on the wrong supported network still reaches a wallet that can match it by hand. If that happens with your tile order, the contact page is the fastest way to sort it out.
Educational content only. Nothing here is financial, legal or tax advice. Crypto assets carry risk, so check the details for your own situation.