1. Describe what Unspent Transaction Outputs (UTXO) are.
Unspent transaction outputs are used in cryptocurrency transactions. These are the transactions that are left unspent after someone completes a transaction, similar to the change someone receives after buying something at the store.
2. What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
Your wallet aggregates UTXO’s and provides an ongoing balance based on the current price of the asset.
3. How would a bitcoin wallet specify the transaction fee when creating a transaction?
Inputs - Outputs = Fees
4. How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Privacy is provided by bitcoin transactions. UTXO’s can be received, aggregated and sent to multiple channels as well to the same channel. This information is only available to the holder of the wallet with the private keys.