SEED·KNOT

Same address

What a chain is, and what happens when you pick the wrong one

On a withdrawal screen, the network dropdown is the field beginners skip and the one with the worst consequences. It is not optional. It decides which world the money goes to.

Illustration: chain, wrong chain, same address and no warning arranged on a seed-card grid

01What a chain is

A chain is an independently operated ledger with its own set of nodes, its own rules and its own native token. Different chains do not talk to each other; each keeps its own books.

Think of each chain as a separate country. Each has a currency and a recording system, and nothing that happens in one appears automatically in another's ledger. Moving an asset from one to another needs a dedicated bridging mechanism, not an ordinary transfer.

Why are there so many? Because they make different trade-offs between speed, cost and decentralisation. That is also why the same transfer can cost wildly different amounts depending on where it happens — see gas fees.

02The same coin on different chains is a different thing

Common stablecoins are issued on many chains. Same name, same ticker, value pegged to the same thing — and they are separate assets on separate ledgers that cannot be sent directly between one another.

This is the root of every wrong-chain incident. What the user sees is one token name. What the system contains is several distinct assets.

Similar cases:

  • A project issuing its token on multiple chains. What you bought on chain A cannot be sent to an address that only supports chain B.
  • Wrapped assets. One chain's native asset represented as a token on another chain, usually with a prefix in the name. It is not the same thing as the original.

How to tell which chain your asset is actually on

The displayed name is not evidence, because the names match. Two reliable methods:

  1. Look at the network your wallet has selected. Whichever network you were on when you saw it is where it lives. Switch networks and the balance disappears — it was not there.
  2. Look at the contract address. The same stablecoin has a different contract address on each chain. Paste that into the matching chain's block explorer and you have a definitive answer.

Exchanges make it simpler: deposit and withdrawal screens present the network as a required field. The deposit address may also differ per chain, so never save last time's address and reuse it.

Do not be caught by abbreviations

Platforms name the same chain inconsistently — full name, token symbol, an abbreviation, or a legacy name. Which produces a common misjudgement: the name you saw on platform A has no exact match in platform B's dropdown, so you pick whichever "looks closest".

The correct behaviour is to go by the name the receiving side gives, matched word for word. If it does not match, ask, or send a tiny amount first. This field has no "close enough".

03Why nothing stops you

Because in many cases the same address is a valid address on several chains. What you pasted is perfectly well-formed on the destination chain, so nothing has grounds to error — it cannot know which one you meant.

Specifically: Ethereum-style chains share address generation rules, so your address looks identical across them and genuinely exists on each. Send over chain A and the asset lands at that address on chain A.

Which produces two very different outcomes:

  1. If you control the private key for that address — your own wallet — the assets are still yours, just on another chain. Switch networks and there they are. Usually recoverable.
  2. If the address was a deposit address issued by an exchange and that platform does not support this asset on this chain, it may never be credited, and recovery becomes a manual request that may or may not succeed.

Why addresses coincide across chains is explained in private key, public key, address.

04What actually happens

It depends entirely on the nature of the receiving address. Sent to something you control, switching networks usually retrieves it. Sent to a custodial address that does not support the chain, the outcome is uncertain and may need manual handling.

Wrong-chain outcomes
You sent toResultRecoverable?
Your own wallet addressAssets sit at the same address on another chainYes — switch networks to see them
An exchange deposit address, chain supportedMay credit normally, may need manual reviewContact support; a process usually exists
An exchange deposit address, chain unsupportedWill not credit automaticallyDepends on whether that platform offers retrieval
A contract address or an unowned addressThe assets stay thereEssentially nothing can be done

Note the last row: sending to a token contract address is another frequent mistake. There is no private key behind it, so nobody can sign the assets back out.

05When it is recoverable, how

If the destination was your own wallet, switch the wallet to the chain you actually sent over and check. If the assets are there, you need a small amount of that chain's native token to pay for moving them out.

  1. Switch networks. Select the chain you actually used and see whether a balance appears.
  2. If the token is not listed, add it manually by contract address, taken from the project site or a block explorer rather than a group chat.
  3. Get gas. Send a little of that chain's native token to the address, or you can see the funds and not move them. That wall is covered in gas fees.
  4. Send it where you wanted it, or back to an exchange.
This is the moment people get robbed

Discovering that funds have "vanished" makes people anxious, and anxious people search, post publicly and accept direct messages. That is exactly what scammers wait for. Treat anyone who contacts you first offering to recover it as a scammer. Shapes in how wallets actually get drained.

Are bridges the answer

Since chains do not interconnect, is there a way to move an asset from A to B? Yes, via services called bridges. But be clear about what they are: a bridge does not carry your coins across — it locks them on one side and issues a corresponding representation on the other, or has an intermediary receive and pay out on both sides.

That adds a layer of risk:

  • The bridge contract itself can be exploited, which has happened more than once and rarely at small scale.
  • What you receive on the far side may be a wrapped asset whose value depends on that bridge continuing to function.
  • More steps, each with a fee and each with a chance to go wrong.

For a beginner there is usually a simpler road: send the asset back to an exchange, convert internally to the asset on the target chain, then withdraw to an address on that chain. That outsources the cross-chain step to the platform. It costs one withdrawal plus one deposit in fees, but the process is one you already know and there is someone to ask when it goes sideways.

06Choosing the chain correctly

Decide by what the recipient supports, not by what suits you. Use the chain they accept; if both sides support several, then optimise for fees and speed.

  • Sending to your own wallet: check the currently selected network; the receive screen usually states which chain the address belongs to.
  • Sending to an exchange: on the deposit page, after selecting the coin, the platform lists supported chains and gives the matching address. Different chains can have different deposit addresses, so use the one shown for your selected chain.
  • Sending to another person: ask which chain their address is on. Do not infer. If their answer is vague, send a tiny amount first.
  • Unsure? Run it through the address format validator to see which chain's format it resembles. That rules out obvious mismatches — but a valid format is still not a correct recipient.

And the simplest, most effective rule of all: the first transfer to any new address is a small one. Full process in moving coins from an exchange into your wallet.

07Common questions

What is a chain, and why must I pick one to send

A chain is an independently operated ledger with its own nodes, rules and native token, and chains do not communicate with one another. The same token on different chains is a separate asset, so a transfer has to specify which chain it travels on. The ethereum.org networks documentation lists how the Ethereum-family networks relate.

I sent on the wrong chain. Is it recoverable

It depends on the receiving address. If you control its private key, switching networks usually lets you see and move the funds. If it was an exchange deposit address for a chain that platform does not support, recovery depends on whether they offer a manual process, and it is not guaranteed.

Why is my address identical on different chains

Ethereum-style chains share the same address generation rules, so one seed phrase derives the same address on each and it genuinely exists on all of them. This is also why systems struggle to warn you about a wrong-chain transfer.

What happens if I send tokens to a contract address

There is no private key behind a contract address, so nobody can sign the assets back out and such transfers are generally unrecoverable. Confirm before sending that the destination is a user address rather than a contract.

How do I know which chain the recipient supports

Ask, or read the label on their receive page. Exchange deposit pages list the supported chains and give the matching address. In any case of doubt, send a very small amount first.