The short answer

An EVM address is derived from your key, so the same string is valid on every EVM network. Each network keeps its own separate balances at that address. If you control the key, funds on an unintended EVM network are usually still reachable by switching networks. If the address belongs to an exchange or a contract, that assumption can fail.

Why the address is identical everywhere

An ordinary EVM address is derived from your public key, and the derivation does not include the network. Nothing in the address records a chain, so the same twenty-byte value is a valid destination on Ethereum, Base, Arbitrum, OP Mainnet, Polygon PoS and every other EVM network. MetaMask states it directly: “Your Secret Recovery Phrase generates the same address across all EVM-compatible networks.”

What is not shared is state. Each network maintains its own balances, its own token contracts and its own transaction history for that address. A transfer on Base changes nothing on Ethereum. The address is a name that happens to be valid in many places; the money sits in one of them.

This is an EVM property, not a universal one. Bitcoin, TRON and Solana use different address formats, and a wallet cannot receive their assets at an EVM address.

When a wrong-network send is recoverable

If the destination is an ordinary address whose private key you or the recipient controls, the outcome is usually inconvenience rather than loss. MetaMask’s guidance for a send to the wrong EVM-compatible network is that “the tokens are not lost”: the recipient adds or switches to that network, imports the token if it is not shown automatically, and the balance appears. Moving it onward from there is a normal transaction, and it needs that network’s gas token.

Two practical conditions apply. The recipient must actually hold the key for that address, and they must be able to pay the fee on the network the tokens landed on. A balance you cannot pay gas for is visible but immobile until you fund it.

When the same address is not the same destination

The assumption breaks wherever something other than a key stands behind the address.

  • Exchange deposit addresses. A deposit address is issued for a specific asset and network. The identical string may exist on another network without being monitored or credited there. Coinbase documents unsupported deposits as a separate, conditional recovery process rather than an ordinary credit, and other platforms set their own terms.
  • Smart contract addresses. A contract exists only on the network where it was deployed. The same address on another network may hold no code at all, or hold different code deployed by someone else. Funds sent to a contract that cannot move them are stuck.
  • Smart contract wallets. A smart account is a deployed contract, so the same address on a chain where it was never deployed is not your wallet. Recovery depends entirely on whether a matching deployment can still be made and controlled.

None of these is visible from the address itself. The string looks the same in every case.

What to check before sending

Treat the network as part of the address, and record it wherever you record the address. A saved contact with no network is an incomplete instruction, especially in a wallet that will happily send the same token on four chains.

Before a first transfer to any new destination, confirm the network on the receiving side, confirm that the destination is a key-controlled address or a deposit address issued for that exact network, and send a small test amount if the destination is custodial or unfamiliar. A test transfer costs a second fee and answers the question that the sending screen cannot.

Also confirm the asset itself. A matching address and a matching network still leave open which token version you are sending, which is a separate check covered in USDC vs USDC.e.

Frequently asked

Why does my wallet show the same address on every network?

An EVM address is derived from your key, and the derivation does not include the network. The same string is therefore valid on Ethereum, Base, Arbitrum, Polygon and every other EVM network, while the balances at that address stay separate per network.

Are funds sent on the wrong EVM network lost?

Usually not, if the address is controlled by a private key you or the recipient holds. Switching the wallet to that network reveals the balance. It does become a serious problem when the address belongs to an exchange or to a contract that does not exist on that chain.

Does this work for Bitcoin, TRON or Solana?

No. Those networks use different address formats, so an EVM address is not valid on them and their addresses are not valid on EVM networks. The shared-address behaviour is specific to EVM-compatible chains.

Before you act

  • Record the network alongside every saved address.
  • Confirm whether the destination is key-controlled, custodial or a contract.
  • Check that the recipient can pay gas on the network you are sending to.
  • Send a small test amount to an unfamiliar or custodial destination first.
PUT IT TO USECompare the network labels

Sources & further reading

  1. MetaMask: funds sent on the wrong network

    One address across EVM-compatible networks, and the ordinary key-controlled recovery case.

  2. MetaMask: receiving funds from an exchange

    Selecting the network the tokens actually arrived on and displaying the token.

  3. Coinbase: unsupported crypto deposits

    A custodial deposit address does not credit every asset or network sent to it.

  4. Coinbase: steps to receive crypto

    Deposit addresses are issued per asset and network.

  5. Ethereum: Transactions

    Account and transaction fields; state is maintained per network.

Sources checked on 18 September 2026. Network features and platform support can change; check the relevant provider before acting.

AI-assisted editorial content; no independent expert review or transaction verification is claimed. Tokens and bridges carry issuer, market and smart-contract risks. This is educational information, not investment advice. Read our editorial policy.