Earlier quoted context omitted.
Enterprise Ethereum has almost nothing to do with Ethereum the public blockchain, or crypto-currency. Ethereum based blockchains (that is based on Ethereum the software, not the canonical global instance of that software) provide an ability to create an auditable log of events. Those events might be "who accessed my credit card account and when" or "who requested access to my health records and when". These chains ca…
> Ethereum based blockchains provide an ability to create an auditable log of events If all they want is a log of events, why not use a tried and true database whose performance is more well understood? MySQL, Cassandra, whatever. You can add the ability to audit the tables by signing data updates with public key crypto.
Maybe the client has key pinning baked in it, where each bank owns a key?