- Describe what Unspent Transaction Outputs (UTXO) are.
Utxos are how a wallet constructs a transaction it does so by combining all your past inputs into a balance which you can then use to spend
- What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
It would add a bunch of other transactions that were inputs that added up to the total of the transaction so the blockchain could read it
- How would a bitcoin wallet specify the transaction fee when creating a transaction?
By reading it as the difference between inputs and outputs
- How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
Because nobody from an outside perspective would know what’s what allowing for more security