| Trust isn't neccesarily the only solution that blockchains solve. Lets consider a simple example, login credentials. Your login credentials exist on many different centralized databases, which a service provider is responsible for managing. This leads to increased possibility that one of the providers messes up (identity breach) and leads to an unnecessary amount of data replication across databases. Why do I need credentials for every single different service? Instead why don't we store these login credentials in a blockchain so that many providers can access these IF you let them, in a cryptographically secure way. You PROVE your identity on the blockchain without actually letting them store identity information on their database. A blockchain is basically a shared resource pool where a user chooses who can access the data that belongs to them whether it be assets, identity, or other important data. Service providers no longer have to be responsible for it and the user is put back in control. This is a much saner way of storing important things on the web |
The moment you introduce a trust anchor (like an e-mail provider via e-mail address verification, or government issued id) you may as well have gone with OAuth2