- The account model doesn’t require much space as the UTXO model, why is that a benefit?
Transaction takes less space it is a simple model less private. Each transaction just updates account.
- How is the account model not as great as the UTXO model for privacy?
Account model can not sent money to multiple address in one single transaction.
In Account Model you can see which address is getting the money. UTXO Model can send out multiple payout in one single transaction and on the outside no one will know who received which output.