-
The account model doesn’t require much space as the UTXO model, why is that a benefit?
Because space is a resource and resources are finite. This leaves more space for other things like transactions or smart contracts. -
How is the account model not as great as the UTXO model for privacy?
The UTXO model requires all unspent tokens for a private key to be spent in each transaction, often having to send a part of the UTXOs back to an address that the sender controls. This makes it impossible to tell who sends how much to whom unless you already know who controls each address of a transaction.
The account model only specifies a From and To. This makes it easier to follow the money.
By the way, I don’t see any questions in lecture Homework: UTXO vs. Account Model. I got them from this thread.