Manta Bridge: What to Do When ETH Has Not Arrived
If the Ethereum transaction is confirmed but the ETH balance on Manta Pacific is still zero, do not send a second deposit: first establish whether the source transaction succeeded and whether the destination wallet and network are correct. The manta bridge is the Manta Pacific interface for moving ETH from Ethereum Mainnet to Manta Pacific Mainnet, and it displays the expected receiving network before a deposit is sent.
What should you check on manta bridge when ETH has not arrived?
One transaction hash is the starting point. Open the Ethereum transaction in a block explorer and check its status. “Success” means Ethereum accepted the deposit transaction; it does not by itself prove that the balance has already appeared on Manta Pacific. “Pending,” “failed,” or “dropped/replaced” calls for a different response.
| What the source transaction shows | What it usually means | What to do next |
|---|---|---|
| Pending | The Ethereum transaction has not been finalized in a block. | Wait; do not submit the same deposit again. |
| Failed | No successful deposit was completed on Ethereum, though gas may have been spent. | Read the revert reason and correct the cause before retrying. |
| Success, wrong recipient wallet | The transfer may have gone to another address on the destination network. | Check the address character by character before seeking support. |
| Success, correct wallet, no balance | The destination-side credit may still be processing or the wallet may be on the wrong network. | Switch to Manta Pacific Mainnet, then use the bridge history and transaction hash. |
Which two details rule out the most expensive mistake?
The destination address and Manta Pacific Mainnet. An EVM wallet can use the same 0x address across compatible networks, but a wallet interface only shows the balance for the network currently selected. Add or switch to Manta Pacific Mainnet, reconnect the same wallet that sent the deposit, and refresh the balance.
Then compare the recipient address shown in the Ethereum transaction with the connected wallet address. Do not rely on the first and last few characters alone when the amount matters. If they differ, waiting will not correct the transfer.
Why can a successful Ethereum deposit still take time?
Destination-side processing is separate from source confirmation. A bridge connects otherwise isolated blockchain environments so assets and information can move between them; that extra cross-chain step is why a completed transaction on one network is not the whole story on the other. Ethereum’s bridge guide explains that bridges carry assets and information between blockchains that cannot natively communicate.
Some bridge designs lock or debit value on the source chain, transmit a message, then mint, unlock, or credit value on the destination. This lock-and-mint pattern means tokens are locked or removed from circulation on one chain while a corresponding amount is made available on the other; LayerZero’s OFT technical reference describes that debit-message-credit sequence. The exact implementation can differ, so a generic timing estimate is less useful than checking the transaction and history for the specific deposit.
What should be recorded before asking for help?
Four items make the case traceable:
- The Ethereum transaction hash.
- The amount and asset sent.
- The sending wallet address and intended receiving address.
- A screenshot or copy of the bridge history entry, including its status.
Keep the browser and wallet on the legitimate interface. A support representative does not need a seed phrase, private key, recovery phrase, or an additional “verification” transfer to locate a transaction. Any request for those is a stop signal.
When is it reasonable to try again?
Only after the first attempt is clearly not pending and has not already succeeded. If the transaction failed, verify that the wallet has enough ETH for the amount plus Ethereum gas, confirm the selected source and destination networks, and submit a new deposit only once the cause is understood. If it succeeded, do not duplicate it merely because the destination balance has not refreshed.
A smaller test transfer can be sensible when using a new wallet or route, but it is not a repair for an already-successful deposit. Its purpose is to confirm the address, network, and workflow before moving a larger amount.
FAQ
Can the same Ethereum address receive ETH on Manta Pacific?
Yes, compatible EVM networks commonly use the same address format, but the wallet must be switched to Manta Pacific Mainnet to display that network’s balance.
Does a failed deposit return the gas fee?
Usually no. A failed Ethereum transaction can still consume gas because the network processed the attempted execution.
Should a second deposit use a higher gas fee?
Only if the first transaction is still pending and the wallet supports a safe replacement workflow. Do not create a separate duplicate deposit.
What if the transfer went to the wrong address?
There is generally no automatic reversal. The realistic options depend on who controls that address, so verify the recipient before sending.