How to transfer all the balance to another wallet using CLI?

You need to enter the exact amount in XCH you want to transfer between wallets when using CLI. Use “chia wallet show” to see total amount in each wallet and note the wallet ID as you need that when transferring if you are transferring from non primary (1) wallet. Then use “chia wallet send -a <amount to transfer in XCH not mojo> -t <target wallet address> -i <optional unless source wallet is different from default #1>” (ex: chia wallet send -a 1.75 -t xchYourColdWalletAddressHereJust3xCheck). Note that you cannot transfer XCH from your Pool NFT wallet this way and instead you need to use “chia plotnft claim -t <pool wallet id>” first which will move ALL XCH farming rewards from pool wallet to your primary wallet which then can be transferred to desired target address (ex: cold wallet).

1 Like