Cryptocurrencies are about to change everything the way the internet changed everything in the late '90s. We're in the early stages of another round of massive cultural upheaval that’ll be even bigger than the Web, social media, and the smartphone. You won't recognize the world in ten years — 2031 will be even further from 2021 than 2011 is.
Yes, I have drunk the crypto Kool-Aid in a big way. And in this post, I hope to show the curious and the skeptics what I see in the blockchain. Hopefully, at least my Kool-Aid drinking will make some sense by the time you're done with this, even if you're not personally convinced.
Decentralized finance (DeFi) and unbundling
Before going any further, go take a look at Uniswap. If you're not a crypto person, you're going to have no idea what you're looking at, but I encourage you to click through anyway and take a peek.
Uniswap is a cryptocurrency exchange, like Coinbase. Right now it has billions of dollars (USD) in assets flowing through it, a number that's growing.
But here's what's totally nuts: Uniswap doesn't actually exist in any technological (servers, accounts, log-ins, etc.) or legal (LLC, S-corp) form that we're used to.* Rather, Uniswap is a decentralized protocol, and the governing body of that protocol is a decentralized autonomous organization (DAO) on the Ethereum blockchain.
*Note: To be clear, there are servers, accounts, logins, and even some legal entities that Uniswap depends on in various capacities for its continued existence, but these building blocks are not configured and working together in a traditional way that even the savviest non-crypto nerds would recognize.
I won't unpack what a DAO is here — it's essentially a bag of smart contracts on the blockchain that let members (i.e., token holders) reach consensus and act collectively without knowing or caring about each other's real-world identities. What the Uniswap DAO enables is this scenario: if I'm a pseudonymous individual with a mobile phone and a crypto wallet (just a secure app that holds a set of secret numbers, or private keys, behind a password) offering, say, five stokescoins in exchange for one bitcoin, and you're a rando somewhere who has one bitcoin to trade for my five stokescoins, then you and I can find each other and swap this money, and there is literally nothing anyone anywhere can do about it.
There is no user account for either of us, and there's no governing body that can kick either of us off the service. You can be in a high-rise in Delhi, and I can be in an RV park in Texas, and neither of us can know anything about the other, yet with very little overhead we can trade currency in a way that's uncensorable because it there is no single intermediating party.
That's cool, right? Now think outside the realm of money.
Let's say I'm running an online coding school that offers accreditation, and various employers take the credentials I give out and make contracting hires based on them, (e.g., we need a graduate of the Intermediate Python for Data Analytics course from Jon's Coding Academy for this microtask that pays $500 USD in crypto). I can offer this course to a rural Chinese mobile phone user, and she can take the course, and when she passes an exam we can record the credential on-chain. Then she can use that credential to pseudonymously apply for the $500 microtask that requires my credential, and she can get paid for doing it, and then the employer can give her a rating. And nobody anywhere knows her real name, or where she's located.
Now imagine that we unbundled, say, Amazon on the model of Uniswap. I'm selling custom kitchen knives, and you have some crypto to spend on some knives, and we find each other on a decentralized marketplace, and you check my on-chain credentials (in the form of reviews, third-party vendor certifications, whatever) to see that I'm not a scammer, and you send me the money and I send you the knife. And there was no Amazon in the middle of this transaction, nor was there a bank, or any other single intermediating party that knows anything about either of us.
Or, imagine Twitter, but every Tweet is appended to a blockchain so that no tweet can ever be deleted. Likes, follows, and everything else is all on-chain, so there's no way for it to be taken offline. All you need in order to write Tweets to the public blockchain is a wallet containing your secret passphrase — no account on a server required. As of a few weeks ago, this exists at Bitclout.com. It's blowing up and will replace Twitter for some portion of the public. To censor it, you'd have to shut down the Bitclout protocol somehow at the network layer.
Or, imagine a municipality where property records are all on-chain. No need for a fee to look them up. Now imagine all the city records are on-chain. And imagine that the governance structure is on-chain via smart contracts on the model of Uniswap. This sounds nuts, but it can totally be done. All the token holders have a vote, and the results of the vote are enforced by smart contracts.
None of this is sci-fi, and it's all being built in some form or another right now.
An example: decentralized commerce
It’s important to make a distinction in the following concepts because they’re easily conflated:
Intermediary (and related concepts around disintermediation)
Centralized vs. decentralized
What's being done on the blockchain with smart contracts is still a kind of intermediation — it's just that this trustless, decentralized network acts in the role of the intermediary, instead of a centralized authority (or single authoritative table or datastore).
So when I speak of "unbundling" and "decentralization," it's important to know that we will still have intermediaries, but they'll be decentralized. Even more importantly, the intermediating and facilitating functions that are currently bundled together in specific intermediaries (retailers, banks, even governments) will be unbundled into an array of smaller, function-specific intermediaries that compete with one another in specialized market segments.
Let me give a concrete example of how this might work with retail transactions for physical goods:
Our current economy has many online retailers that hold no inventory (the OEM or some other vendor ships the order). These retailers play the role of a centralized intermediary between buyers and sellers, and they aggregate the following things into a collection of database tables in a single database that they own:
Vendor accounts, where all the vendors are in one table that the retailer has control over. People inside the retailer can CRUD that table based on their evaluation of each vendor's reputation (however defined).
Customer accounts, where all the customers can be CRUDed based on the retailer's evaluation of their reputations. Users can also CRUD their own rows in this table by signing up, logging in, deleting their accounts, etc.
Retail listings, with descriptions, product pictures, etc. These listings also include some kind of link to the vendor accounts table.
Product reviews, where customers can CRUD ratings and reviews linked to the rows in the retail listings table.
Purchase records, where customers can interact with a payments interface (hosted by the retailer and backed by some third party, like a bank) in order to CRUD purchase records (shopping cart => checkout => purchase records).
Customer orders, which are basically information from the purchase records table joined to information from the customer table (with items, quantities, shipping address) that are then sent to the appropriate vendors in the vendor table to fill.
If you're not a programmer who has built a bunch of bespoke e-commerce sites (I am and I have), then this is a lot of tables, records, and CRUD operations to take in. But here's the take-home from all of the above:
There are four parties represented above: vendors, customers, the retailer, and the bank.
Of those four parties, the only two that are theoretically necessary for a sale transaction are the vendor and the customer. Both the retailer and the bank are intermediaries and facilitators.
In their role as intermediaries and facilitators, both the retailer and the bank bundle together a collection of functions — identity verification, reputation evaluation, customer service, dispute resolution, curation, extension of credit — that are necessary for sales to take place but that don't necessarily need to be bundled together into these two entities.
On a technical level, both the retailer and the bank carry out all their core functions by using code to CRUD a set of database tables that they own and maintain.
Here's the point: Every one of the functions above can be put on-chain so that the network itself acts as a decentralized intermediary by holding the appropriate database records and executing commands via smart contracts.
You might wonder how that decentralized network makes decisions about vendor reputations. Well, how does an online retailer make such decisions? Some employee in some department does some homework, maybe makes phone calls, checks references, and then decides if that vendor will appear as a row in the retailer's vendors table.
An on-chain vendor verification authority can do that same labor and receive a tiny microslice of each order that went to a vendor it verified. Multiple such authorities could do such work and could compete for order flow.
As for product reviews, those can go on-chain along with everything else. And multiple entities can compete to verify reviews, flag fakes, and so on.
I could tell a story similar to the above about each of the database tables and e-commerce functions in my list above. All such stories will be familiar to anyone who has heard libertarians fantasize about private regulatory authorities and the like. But the difference between then and now is that the libertarians can literally build this stuff and deploy it in the real world with real money and real order flow, and this is exactly what they're doing right now with DeFi to the tune of tens of billions of dollars of activity.
The network intermediates, but in a decentralized fashion, so that you trust the network, the (open-source) protocol, and the underlying cryptography, and not any one actor or authority. All the functions that a traditional centralized retailer is currently bundling together into a single database instance — all those tables, departments, job titles — that stuff all gets unbundled and distributed and priced (and compensated) separately.
Again, not science fiction or lolbertarian fantasy — it’s literal reality right now as we speak, just not for everyone yet.
Turbulence ahead
But let's say I'm full of it, and the only thing DeFi does unbundle banking and put it on-chain — i.e., it does for banks of all sizes what the WWW did for printers of all sizes (newspaper printers, magazine printers, book printers, etc.).
Let's say that in 10 years, banks are still around, and like printers nowadays many of them even have a very good business in some niche. But "banking" is as untethered from banks as "publication" is from printers.
Think about the level of upheaval, which we're still trying to understand even as it overwhelms us, that the unbundling of publication from physical printing has done to society. Then imagine that banks go this same route.
Banks are massively larger and more important in terms of their institutional power and centrality to our way of life than printers ever were. When this insanely consolidated, over-levered, politically invincible loses its grip on the basic plumbing of finance, it will be a way bigger deal than the advent of the Web. More along the lines of the Catholic Church losing its grip on government and culture with the rise of the printing press.
All this is already in progress and will happen at the speed of software. There's no "deep tech" investment required to make this work — all of the truly hard mathematical and technological problems for enabling version 1.0 of the decentralized economy have been solved, so it's just a matter of throwing enough code at it and outrunning the incumbents (who will use the regulatory apparatus to try and slow it down enough to where they can figure out how to co-opt it).
Once version 1.0 has unbundled and reconfigured all of online content, commerce, and community, then future versions of the decentralized economy will come even faster.
Drawbacks
Smart readers will immediately spot the very serious drawbacks in the retail example I've given, above. But before you start listing these drawbacks in the comments, I'll tell you what they all boil down to:
A centralized, trusted intermediary can do one thing that it's hard to imagine being done via a decentralized, trustless network: dispute resolution.
For millennia in every situation where assets are at stake — from commerce to courts, and from shopping to divorces — humans look to a trusted third party to evaluate claims of wrongdoing and, if necessary, forcibly rectify the situation.
I don't yet have a clear response to this, but I do have a strong sense of how this problem will be addressed. To understand how we'll engineer dispute resolution back into the blockchain, we can look at the issue of custody of keys as a model for what's coming.
In the early days of crypto, self-custody of your crypto-assets (just Bitcoin, really), was a big barrier to adoption. Like dollar bills, cryptocurrency is a bearer instrument. This means if someone steals the passphrase to your wallet or the string of characters that represents your private key, then they stole that crypto-asset — it could be a pile of money or a credential or identity you care about. For example, if someone steals my Bitclout.com key or passphrase, then they can impersonate me on Bitclout and there is absolutely nothing I can do about it at all ever, because there is no authority that I can appeal to in order to rectify it.
But over the past five or so years, the crypto community has solved this problem by introducing intermediaries back in at key points to address these trust and self-custody issues. Take the example of Coinbase, which custodies your crypto wallet on your behalf, so that you can just do your thing and never worry about getting your money stolen. You can have a Coinbase account and trade crypto and literally not know what a wallet is, and it works just like Etrade.
At this point in 2021, there's a whole industry of pretty mature options for varying degrees of custody, from advanced and easy-to-use self-custody products like Foundation Devices to institutional-quality custody like Casa HODL. You can use as much or as little of that as you like, depending on your risk tolerance. But there are many options and gradations, that let you calibrate your risk vs. trustlessness tradeoff.
And here's the key: all these custody options and intermediaries compete with one another in a very cut-throat, efficient market that keeps fees low because people have options.
So we'll start inserting intermediaries back into the system in places where it makes sense, but the difference will be that (unlike with the present online world) you don't have to use them. If you want to opt-out and live dangerously, for whatever reason, you can do that.
There are a ton of places in the world where people don't trust their governments for very good reason, and crypto will give them options for doing things online — publishing, social media, commerce, trading, and investing — that they would not have in a world where centralized intermediaries are mandatory.
Yes, a lot of value will be wiped out, & piracy will be rampant
In the brave new world that the crypto community is building, we will have a ton of initial problems with piracy of all kinds. Right this very moment, I could open a new tab, stand up an anonymous Bitclout account, and start re-publishing all the major paper paywalled articles on it, and nobody could figure out who I was or make me stop. An outlet couldn't issue a takedown to anyone.
Or, I suspect I could even more conveniently (for long-form content) do this on Mirror.xyz, which also lets you publish on-chain and take payments. I haven’t looked into them enough to be sure the level of "know your customer" they enforce (I’d bet it’s “zero”), but at some point, someone will do an on-chain publishing solution that supports anonymity and pseudonymity, where you can take payments for content, and then some turkey will stand up a "FreeNYT" or "FreeWaPo" account on it and just mint money by republishing paywalled content on it in the clear and taking tips for it.
So the paywalls will be short-lived. I think the time is measured in months before every large publisher has effectively gotten the same treatment Springer and Elsevier et al have gotten with Sci-Hub. The paywalls are about to come down everywhere. It's going to suck, and there will be many careers cut short and much value wiped out.
But the destruction will be creative because the crypto-powered creator economy will distribute the rewards of good work to many more individual creators than our current, centralized system.
I find this critique of crypto-everything quite convincing: https://www.currentaffairs.org/2021/04/why-cryptocurrency-is-a-giant-fraud
Indeed, with China's ban (at least I'll finally be able to get a new gpu for my gaming rig, maybe? https://futurism.com/the-byte/china-bitcoin-market-gpus) and India looking to try and follow suit (https://www.barrons.com/articles/bitcoin-future-51625156640), I'm still betting crypto is more Segway than Automobile--an interesting niche thing but not something that revolutionizes the world.
I think the elephant in the room that everyone ignores at their own peril is that technology doesn't exist in a vacuum - politics matter greatly. And many of the goals sought by defi and cryptocurrency are anathema to sovereign governments everywhere (from China to the US). In other words, they simply won't allow much of this to happen because it means the loss of control (over fraud, over taxation, over money, etc).
The technology is compelling, but my bet is that it will be partially co-opted by banks and governments to make the system run faster and more efficiently, without giving up the control and intermediation that currently exist( and in fact may increase it).
See how China co-opted certain technologies with their e-RMB digital currency for an example of where I think things are progressing towards