Convert the Base 0x input into a Solana-account receipt
Base uses EVM account addresses and ETH for source gas. Solana uses Solana accounts, transaction signatures, and SOL for destination activity. A 0x address is not a valid substitute for the Solana receiving address shown by the route. ETH uses native ETH on the source; USDT uses USDT contract token on Solana.
Solana token-account check for USDT
Base58-encoded Solana account address A Solana receipt uses a native SOL balance or SPL token account identified by mint; later token movement and account creation use SOL fees. Confirm whether the output is ERC-20, TRC-20, SPL, or another USDT standard; a wallet supporting one standard may not credit another. A compatible wallet may create or use an associated token account, and SOL—not USDT unless it is SOL—pays later Solana fees.
Base approval and gas before the handoff
ETH is the native gas asset for Base. ETH is a native source balance. A Base source transaction is sequenced on the OP Stack rollup and later settles to Ethereum; Base ETH and Base token approvals remain on the L2 ledger.
Receiving stablecoin USDT
USDT is issued through ERC-20, TRC-20, SPL, and other network-specific contracts. The ticker does not determine the token standard, contract, issuer controls, or destination address model. The destination wallet must support the exact Solana representation. The route converts a native-asset source into a stablecoin balance; the destination ticker alone is not a contract check.
Mistakes specific to ETH Base to USDT Solana
Route-specific mistakes include sending on a network other than Base; using a destination that is not valid for Solana; running out of ETH before the source transaction is submitted; assuming evm and solana addresses are interchangeable; selecting a stablecoin by ticker without checking its network contract. A Base source transaction is sequenced on the OP Stack rollup and later settles to Ethereum; Base ETH and Base token approvals remain on the L2 ledger. Native ETH can fund both transfer value and gas on its selected network. If the source is WETH or another tokenized form, approval and unwrap or exchange logic differ. A Solana receipt uses a native SOL balance or SPL token account identified by mint; later token movement and account creation use SOL fees. Confirm whether the output is ERC-20, TRC-20, SPL, or another USDT standard; a wallet supporting one standard may not credit another.
ETH input identity and handling
Ethereum is classified as a native asset for this route. ETH uses a native asset on Base. The recorded Base representation uses 18 decimal places. Native ETH can fund both transfer value and gas on its selected network. If the source is WETH or another tokenized form, approval and unwrap or exchange logic differ.
USDT output identity and receiving
Tether is classified as a stablecoin for this route. USDT uses a network-specific contract asset on Solana. The Solana side is contract-tracked rather than a native gas balance. Confirm whether the output is ERC-20, TRC-20, SPL, or another USDT standard; a wallet supporting one standard may not credit another.