Owning Digital Money
To understand what Blockchains are about, let’s dive right into the age-old example of owning digital money:
- When you own €1000 in your bank
- When you own 1000 SATOSHIs in the Bitcoin network
How is it that we trust each of them to exist, and be credible?
Bank
In the former, as little as one computer in the world, owned by the bank, can store the information that you own €1000. When you want to transact with your €1000, you need to authorize yourself to this one computer.
And why do we trust the bank’s computer? Probably something that we take for granted and don’t bother too much with questioning. But, if you dig further, you will soon see that banks are trustworthy because they are backed by a central bank. Central banks are backed by government, and audited by regulators. Finally, governments have access to military, which is the ultimate reason we trust the system: Law enforcements.
All such forms of trust have a critical property in common: They are based on humans acting based on a set of rules, not hard-science. And this entails a two properties:
- They are conditional: The human(s) in charge might decide to not take action when the rules expected.
- They are corruptible12: The human(s) in charge might decide to take a different action than what the rules expected.
flowchart HT[Human Based Trust] HT --> Corruptible HT --> Conditional
We call these entities that we create, and then put our Trust into to let us transact on contentious matter, such as money, an Authority. A Bank is a societal authority that we Trust to handle ownership and transfer of money for us. See more about this in Need For Trust.
Bitcoin
With the advent of Bitcoin, a number of thinkers started to imagine: How could we build a system that is as trustworthy as the aforementioned, yet its reasons for trust are rooted not in humans, but rather in hard-science, and well-understood laws thereof. Such trust would consequentially be less susceptible to any sort of Corruption or Conditionality. It would instead be: Verifiable, and Reliable Trust.
flowchart ST[Science Based Trust] ST --> Reliable ST --> Verifiable
In the Bitcoin network, such branches of hard-science are most notably cryptography, economics, and distributed system. The main discovery of Bitcoin was that if one combines these branches of science together, they can build a system that is equally trustworthy of behaving according to certain rules, yet it requires no Trust-worthy human to sit in the center.
And the Bitcoin network is exactly one example of that: A simple bank, with the ability with anyone to open an account in it, with basic rules that allow transfer of value, all without a human-based Authority to sit in the middle.
Bitcoin’s main novelty is demonstrating that creating an Authority with Science-based Trust is possible.
Cryptography and Military
..and the lack of a relationship between them.
One of the pillars of the traditional banking system is for you to visit a branch, provide some documents and a signature, and sign up for an account. Perhaps you would also provide a password in person, which you can later use with a card to authenticate yourself. This process is human-based, and works most of the time, but we can be sure that there have been cases of impersonation in a branch of a bank. Yet, thanks to the existence of trustworthy law enforcement in our society, we are okay with this system.
Contrary, in the Bitcoin network, public-key cryptography is used to authenticate users. This is a very well known method3 to allow one to digitally sign information and attest to the ownership thereof.
Public key cryptography doesn’t work because an employee at a bank branch does their job correctly. It doesn’t work because a said country has a very powerful central bank, regulatory bodies, and law enforcement. It works because of hard-science determining it works, no matter who or where you are and with whom you are interacting.
Commoditization
Establishing a bank and a currency is not something that I can go on and do by myself. The nature of Human-based trust is that it is not accessible to all. This is no fault of any particular person, but rather the inherent property of this type of trust. A strong array of regulatory and law enforcement apparatus is needed to ensure the correctness of an Authority relying on Human-based Trust, and therefore it is not very accessible.
Contrary, Science-based Trust requires little to no overhead to ensure its correctness, and therefore can be established by significantly more people, if not by anyone.
This is exactly a step towards a process known as Commodatization: A product, once seen special, becoming more and more accessible to the public. 20 years ago, to start a casino or to launch an IPO was a complicated, highly regulated process. Today, almost anyone can launch a token using Blockchain-based technologies. Decentralized Exchanges can allow this new token to be traded with other value-bearing tokens, organically determining its price in the open market. This token can then be used either as a means to fund-raising or gambling.
Therefore, we can add a third property to each category of Trust: Accessibility.
flowchart subgraph " " direction TB ST[Science Based Trust] ST --> Reliable ST --> Verifiable ST --> Accessible end
flowchart subgraph " " direction TB HT[Human Based Trust] HT --> Corruptible HT --> Conditional HT --> Limited end
Contention
Before we conclude this chapter, it is crucial to reflect on what the word Authority implies: Blockchains are means to create digital authorities, and authorities are meaningful when there is contention involved. That is, the matter at hand has a value-bearing aspect to it, and therefore individuals won’t trust each other directly and need an authority to begin with. See more in Proposition - Blockchain and Contention.
Summary
This is really what blockchain-based technology is all about: Commoditizing the ability to establish an Authority and embed Trust in them, with superior properties of Science-based Trust], compared to that of the Human-based Trust.
Human-based Trust is corruptible, conditional and limited. Science-based trust, such as that of Bitcoin, is verifiable, reliable and accessible.
We summarize these properties that blockchain systems bring about as Resilience. Blockchains are a more resilient way to establish Trust. When we take these properties and apply them to the Web, we may call that Web3.
Bitcoin was the first demonstration that you can do this. It was the first digital bank, establishing Trust without a human-based Authority. This was the first step towards commoditization of digital money[^5].
Ethereum took the same idea to the next step and allowed more general forms of computation to be executed under the same trustworthy umbrella: A global Trust-worthy computer. We explore this flexibility further in Evolution of Blockchain State Machines.
One of the first demonstrated example of more general forms of computation was A standard like ERC-20 on Ethereum, allowing anyone to create a token that is trade-able against ETH via Decentralized Exchanges. This was extensively used for fund-raising in the form of ICOs.
Don’t be mistaken, most of these tokens ended-up being absolutely worthless. But the crucial points is that they creation of them was no longer bottlenecked by the lack of trust. Their value converging to zero is not a a sign of any shortcoming in blockchain systems, but rather their advantage: Because ANYONE could now create a token, of course many of them ended up being worthless.
Now, you might ask, can I use blockchains to establish trust in any scenario that requires trust? No. Blockchains are end of the day digital systems, and can work with bits, just as a normal computer program do. They have some code (rule), and have access to memory (state) that can be updated according to the rules of the code. This is a huge limiting factor. We will learn about this in the next chapter, Blockchain-based Authorities.
Footnotes
-
As said by Yuval Noah Harari, humanity’s ability to establish such human-oriented institutions and giving them power is arguably the main reason of our advent, yet as we have seen in many anecdotes, it is also our Achilles hill: We are, not enlightened Elfs, nor sturdy dwarfs, but rather greedy, corruptible humans. When given power, we sometimes but rush to abuse it. ↩
-
You can similarly see traces of this in the founding father’s of America, trying to limit the amount of power given to the federal government. ↩
-
It is not an overstatement to say public key cryptography is the backbone of the entire internet. Every time you open a website which uses HTTPS, this technology is used in multiple rounds. ↩