Does this route use native Bitcoin or a tokenized BTC representation?
The Bitcoin side uses native BTC and the UTXO ledger. Native BTC is a Bitcoin UTXO asset with confirmations and Bitcoin address rules. Tokenized or wrapped Bitcoin on a smart-contract chain follows a contract ledger instead of the native UTXO graph.
How do Bitcoin confirmations fit this BTC to WETH route?
The provider waits for its required source confirmation depth. The account-chain transaction and the Bitcoin transaction are separate records.
How is the non-Bitcoin side recorded for this direction?
An Arbitrum receipt appears on the Nitro L2 ledger under an Arbitrum token contract or native ETH balance; later spending needs Arbitrum ETH while L1 settlement continues separately.
What exactly leaves Bitcoin as BTC?
BTC is listed as the native representation on Bitcoin; BTC is used for network gas. A Bitcoin source spends UTXOs, creates a fee-bearing transaction and possible change, and waits for the route provider’s confirmation depth. A native BTC deposit spends selected UTXOs, pays a BTC miner fee, can create change, and advances through Bitcoin confirmations.
What exactly arrives on Arbitrum as WETH?
WETH is a contract representation on Arbitrum with 18 decimals at 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1. ETH, not WETH, pays gas unless both symbols are the same. An Arbitrum receipt appears on the Nitro L2 ledger under an Arbitrum token contract or native ETH balance; later spending needs Arbitrum ETH while L1 settlement continues separately. WETH arrives as a token contract balance. It may need an explicit unwrap before becoming native ETH and cannot itself pay transaction gas.
Why does the BTC to WETH direction matter?
A native BTC deposit spends selected UTXOs, pays a BTC miner fee, can create change, and advances through Bitcoin confirmations. On receipt, WETH arrives as a token contract balance. It may need an explicit unwrap before becoming native ETH and cannot itself pay transaction gas.
What changes between the source and destination asset roles?
BTC is the deposited native-asset input; WETH is the quoted token output. Source allowance or native-spend rules and destination wallet/representation checks are evaluated separately.
Can I swap BTC on Bitcoin to WETH on Arbitrum without KYC?
Requirements are checked for the live BTC Bitcoin to WETH Arbitrum quote. Verification requirements can depend on the provider, amount, jurisdiction, and current route. Sasquatch does not verify this route as universally no-KYC; check the live flow before continuing.