Sui → Ethereum
Network-specific checks before a cross-chain transaction.
Sui and Ethereum have separate network contexts. A cross-chain route must account for the source environment, destination environment and the mechanism used to transfer or represent the asset.
Route Intelligence
Sui: Sui uses an object-centric model that differs from the account and token conventions of EVM networks.
Ethereum: Ethereum is an EVM network and the base layer for a large ecosystem of tokens, applications and Layer 2 networks.
On the source side, Verify the network-specific asset and object details rather than applying EVM assumptions. On the destination side, Verify the ERC-20 contract address and distinguish Ethereum-native assets from representations on other networks.
Consider network transaction costs and route-specific costs when evaluating small balances. On Ethereum, Ethereum gas can make very small balance movements uneconomical, so compare total execution cost with the balance value.
Before You Bridge
- Source: confirm the asset is actually held on Sui.
- Destination: confirm the wallet and destination network.
- Token: verify the exact asset representation rather than relying on ticker or logo.
- Costs: compare gas, bridge fees, liquidity, price impact and the final received amount.
- Security: Review transaction effects carefully and use trusted wallet interfaces. At the destination, Pay close attention to contract approvals, transaction details and the exact domain used to initiate a transaction.
Use the Live Bridge Tool
When a live route is available, open Dust Sweeper and review the current quote immediately before signing. Route availability, liquidity and network conditions can change.
OPEN BRIDGE TOOL