-
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Each Ethereum transaction only updates an account balance. The data space used for storing ETH transactions is smaller. Smaller transaction sizes, faster transaction processing times. -
How is the account model not as great as the UTXO model for privacy?
The account model it is a transaction from one account to another. You can see the amounts and the addresses of both accounts.
One TX on Bitcoin network can have multiple outputs in one transaction and you can track all the outputs. You don’t know who is the recipient, you can send a part of the funds back to yourself, therefore better privacy.