Gnosis Bridge moves listed tokens between Ethereum and Gnosis Chain; it does not make one token physically cross chains. On the normal transfer, an Ethereum contract keeps the original while a Gnosis-side representation is issued, and withdrawal reverses that arrangement. The decisive point is that pending funds rest on bridge contracts and validator approval, not the sender’s wallet.
| Stage | Who controls the value? | What should be visible? |
|---|---|---|
| Before signing | The wallet owner | No bridge transaction |
| Ethereum deposit confirmed | Ethereum bridge contract holds originals | Deposit event and transaction hash |
| Waiting to relay | Contract custody; validators must approve | Pending cross-chain message |
| Arrived on Gnosis | The recipient controls bridged tokens | Mint or credit on Gnosis Chain |
| Withdrawal confirmed | Gnosis tokens are burned; Ethereum contract releases originals | Claim/execution on Ethereum |
When transferring from Ethereum to Gnosis using Gnosis Bridge
The Ethereum-side bridge contract receives the supported token after the wallet approves and sends it. A bridge is the way used to transfer assets between otherwise separate blockchain networks, as Ethereum’s bridge overview explains. The corresponding Gnosis token is created or credited only once the cross-chain message is accepted.
Before signing, the official Gnosis Bridge app lets the user check the selected route, network, token, and quoted transaction details. The original asset is therefore no longer freely usable once its deposit transaction confirms, even if the destination balance has not appeared.
When a Gnosis Bridge transfer is pending or breaks
A confirmed origin-chain deposit means the funds are normally in contract custody, not gone and not yet back under the sender’s command. A stalled relay can come from validator delay, limits, insufficient destination execution, or a failed claim step; the deposit hash remains the main reference for tracing it.
If the deposit transaction failed, the wallet still holds the asset, although gas spent is not repaid. If it succeeded but the destination action failed, do not resend right away: verify the message status and whether the route requires a separate execution transaction.
When Gnosis Bridge security is the deciding factor
The trust assumption is genuine: bridge validators allow the message that causes a mint or an unlock. A multisig is an account requiring multiple approvals to execute; it reduces reliance on one key but does not get rid of contract, governance, validator, or chain risk.
I would use the standard route for any meaningful amount: bridge a small test, check the exact receiving token and wallet balance, then send the rest.