UTXO vs Account Model
-
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Block size and Blocktime are reduced resulting in faster processing and lower fees.
-
How is the account model not as great as the UTXO model for privacy?
The UTXO model is more private as it allows a complete audit trail of the inputs and outputs of all the UTXO’s. You can’t send anything back to yourself. The account model is much simpler, you can see where the transaction came from and where it was sent to, but does not offer the complexity of tracking the history of all inputs and outputs that UTXO offers.