- The account model doesn’t require much space as the UTXO model, why is that a benefit?
The befits of the is the Transaction now take way less space in a block. More transactions can be processed within a block. The balance simply updates and doen not require any UTXOs.
- How is the account model not as great as the UTXO model for privacy?
UTXO have inputs and outputs. It is very difficult to find out exactly which transaction or output belongs to which input. Therefore it is more Private. Where in ETH you can track the address from where the coins came from.