Ten years in, nobody has come up with a use for blockchain

Everyone says the blockchain, the technology underpinning cryptocurrencies such as bitcoin, is going to change EVERYTHING. And yet, after years of tireless effort and billions of dollars invested, nobody has actually come up with a use for the blockchain—besides currency speculation and illegal transactions.
Each purported use case — from payments to legal documents, from escrow to voting systems—amounts to a set of contortions to add a distributed, encrypted, anonymous ledger where none was needed. What if there isn’t actually any use for a distributed ledger at all? What if, ten years after it was invented, the reason nobody has adopted a distributed ledger at scale is because nobody wants it?
Payments and banking
The original intended use of the blockchain was to power currencies like bitcoin — a way to store and exchange value much like any other currency. Visa and MasterCard were dinosaurs, everyone proclaimed, because there was now a costless, instant way to exchange value without the middleman taking a cut. A revolution in banking was just the start… governments, unable to issue currency by fiat anymore, would take a back seat as individual citizens transacted freely outside any national system.
It didn’t take long for that dream to fall apart. For one thing, there’s already a costless, instant way to exchange value without a middleman: cash. Bitcoins substitute for dollars, but Visa and MasterCard actually sit on top of dollar-based banking transactions, providing a set of value-added services like enabling banks to track fraud disputes, and verifying the identity of the buyer and seller. It turns out that for the person paying for a product, the key feature of a new payment system — think of PayPal in its early days — is the confidence that if the goods aren’t as described you’ll get your money back. And for the person accepting payment, basically the key feature is that their customer has it, and is willing to use it. Add in points, credit lines, and a free checked bag on any United flight and you have something that consumers choose and merchants accept. Nobody actually wants to pay with bitcoin, which is why it hasn’t taken off.
The key feature of a new payment system — think of PayPal in its early days — is the confidence that if the goods aren’t as described you’ll get your money back.
Plus, it’s not actually that good a payment system — Visa can handle sixty thousand transactions per second, while Bitcoin historically taps out at seven. There are technical modifications going on to improve Bitcoin’s efficiency, but as a starting point, you have something that’s about 0.01% as good at clearing transactions. (And, worth noting, for those seven transactions a second Bitcoin is already estimated to use 35 times as much energy as Visa. If you brought Bitcoin’s transaction volume up to Visa’s it would be using as much electricity as the rest of the world put together.
Freedom to transact without government supervision
In many countries, and often our own, a little bit of ability to keep a few things private from the authorities probably makes the world a better place. In places like Cuba or Venezuela, many prefer to transact in dollars, and bitcoin could in theory serve a similar function. Yet there are two reasons this hasn’t been the panacea it’s assumed: the advantages of government to the individual, and the advantages of government to society.
The government-backed banking system provides FDIC guarantees, reversibility of ACH, identity verification, audit standards, and an investigation system when things go wrong. Bitcoin, by design, has none of these things. I saw a remarkable message thread by someone whose bitcoin account got drained because their email had been hacked and their password was stolen. They were stunned to have no recourse! And this is widespread — in 2014, the then-#1 bitcoin trader, Mt. Gox, also lost $400m of investor money due to security failures. The subsequent #1 bitcoin trader, Bitfinex, also shut down after a loss of customer funds. Imagine the world if more banks had been drained of customer funds than not. Bitcoin is what banking looked like in the middle ages — “here’s your libertarian paradise, have a nice day.”
Bitcoin is what banking looked like in the middle ages — “here’s your libertarian paradise, have a nice day.
[This issue is particularly near and dear to my heart because my own company, True Link, is designed to help vulnerable seniors — people likely to give out their credit card number over the phone, enter sketchy sweepstakes or donate to sketchy charities, participate in scam investments, or install password-stealing malware. As the people who most need security enhancements in banking and payments, they depend heavily on the existing protections and would absolutely be harmed by many of the proposed changes in favor of private-key authenticated, instant, and irreversible transfers. Someone starting from a human perspective on banking security—who is currently harmed and how can we help them?—would come up with something very different from blockchain!]
Second, government policies are designed to disrupt terrorist financing and organized crime, and prevent traffic in illegal goods like stolen credit card numbers or child pornography. The mainstream preference is to have transactions private but not undiscoverable under warrant — ask “should the government have a list everyone you’ve paid money to,” and most will say no; ask “should the government be able under warrant to get a list everyone a child pornography collector has paid money to,” and most will say yes. Nobody wants bitcoin to 100x the total traffic in goods and services our government defines as illegal — as one bitcoin enthusiast pointed out to me, “If you invented cash today, it would be illegal too.”
Micropayments and bank-to-bank transfers
It’s worth noting two particular payment use cases where people are particularly excited about blockchain-based currencies: micropayments and bank-to-bank transfers. In terms of micropayments, people enthuse that bitcoin transactions are free and instant. Actually, they take about eight minutes to clear and cost about four cents to process. People have proposed that you will use bitcoins for micropayments — for example, paying two cents to a musician to listen to their song on the internet, or four cents to read a newspaper article. Yet the infrastructure to do this — for example, advance authorization with the source of funds so you don’t have to wait eight minutes to read the article you just clicked — actually eliminates the need for bitcoin at all. If you’re happy to pay four cents an article or two cents a song, you can set it up to bill once a month from your bank account and read to your heart’s content. And in practice, people prefer subscription services to micropayments
In terms of interbank payments, many people mention Ripple as a promising way to transfer money between banks. Over the last 30 days it processed two billion dollars (as of this writing) worth of interbank and interpersonal transactions — about 40 seconds’ worth of volume on the SWIFT interbank network — after three years of being available to banks to trade 90% of the world’s high-volume currencies. This is like the proportion of US GDP comprised by toothpick sales. Why haven’t banks preferred this new technology? The answer is that setting up a Ripple Gateway isn’t actually much different than using the existing corresponding-account system — except that a lost password or security token can lead to much larger and more instant actual losses — which, as a reminder, has happened to more leading bitcoin exchanges than have managed to avoid it. The same features that make the banking system attractive to end users also make it attractive to banks. They already have ledgers, and don’t need to distribute them, anonymize them, encrypt them, publish them, and make them irreversible.
“Smart” contracts
“Smart” contracts are contracts written as software, rather than written as legal text. Because you can encode them directly on the blockchain, they can involve the transfer of value based directly on the cryptographic consent of the parties involved — in other words, they are “self-executing.” And in theory, contracts written in software are cheaper to interpret — because their operation is literally mathematical and automatic, there are no two ways to interpret them, which means there’s no need for expensive legal battles
And yet the real-world examples show the ways this is problematic. The most prominent and largest smart contract to date, an investment vehicle called the Distributed Autonomous Organization (DAO), enabled its members to invest directly using their private cryptographic keys to vote on what to invest in. No lawyers, no management fees, no opaque boardrooms, the DAO “removes the ability of directors and fund managers to misdirect and waste investor funds.” And yet, due to a software bug, the DAO “voted” to “invest” $50m, a third of its members’ money, into a vehicle controlled by very clever programmers who knew a lot about recursion issues during balance updates. Some said this was a hack or an exploit because the software had not functioned as intended, while others said that there was no such thing as a hack — the whole point was that the software made decisions autonomously and there were no two ways to interpret it, and if you didn’t understand how the software worked you shouldn’t have participated. In the end, everyone got together and voted to retroactively amend the software contract and move the money back to its original owners. What’s the takeaway? Even the most die-hard blockchain enthusiasts actually want a bunch of humans arguing about the underlying intention behind a contract, rather than letting the software self-execute. Maybe the “dumb” way is smart after all?
The DAO was an illustrative experiment, but what about for routine transactions at big companies? The investors and startups in the smart-contract space promise that the block chain will enable super-fast execution and payment — for example that in healthcare applications, “instead of waiting 90–180 days for a claim to be processed, or spending hours on the phone trying to get your bill paid, it can in theory be processed on the spot.” But that’s true for any software-enabled purchasing system. My company’s Amazon servers scale automatically based on website traffic and bill us for how much we use. The idea that smart contracts would change this is a fallacy — it conflates the legal arrangement being put into effect with software with the legal arrangement itself being coded as software. Amazon’s terms of service are not a smart contract, but the billing system that implements those terms is automated. To the extent that health insurance billing, for example, is not automated, the problem isn’t that existing software isn’t “smart” enough to handle submitting claims and paying them electronically, it’s that the insurance company is slow moving, either by accident or because they on-purpose prefer a human review.
In the end, everyone from blockchain enthusiasts to health insurers actually wants to argue out in human language what the business relationship is and interpret it on an ongoing basis, and then to write software that handles the fulfillment and payment. That already exists — it’s the status quo.
Distributed storage, computing, and messaging
Another implausible idea is using the blockchain as a distributed storage mechanism. On its face it makes sense — you break your document up into “blocks”, encrypt them, and put them in a distributed ledger… it’s backed up across multiple locations, it’s secure, and easy to track everything that happened.
Yet there are multiple excellent ways to break up files, encrypt them, and replicate them across multiple storage media in different locations. There is already a company that bills itself as a cheaper, distributed Dropbox, which encrypts and stores files across multiple users’ hard drives and pays them a small fee for the free space on their hard drives. The block chain is just a particularly inefficient and insecure way of doing this.
There are four additional problems with a blockchain-driven approach. First, you’re relying on single-point encryption — your own private keys — rather than a more sophisticated system that might involve two-factor authorization, intrusion detection, volume limits, firewalls, remote IP tracking, and the ability to disconnect the system in an emergency. Second, price tradeoffs are entirely implausible — the bitcoin blockchain has consumed almost a billion dollars worth of electricity to hash an amount of data equivalent to about a sixth of what I get for my ten dollar a month dropbox subscription. Fourth, systematically choosing where and how much to replicate data is an advantage in the long run — the blockchain’s defaults on data replication just aren’t that smart. And finally, Dropbox and Box.com and Google and Microsoft and Apple and Amazon and everyone else provide a set of valuable other features that you don’t actually want to go develop on your own. Analogous to Visa, the problem isn’t storing data, it’s managing permissions, un-sharing what you shared before, getting an easy-to-view document history, syncing it on multiple devices, and so on.
The same argument holds for proposed distributed computing and secure messaging applications. Encrypting it, storing it forever, and replicating it across the entire network is just a ton of overhead relative to what you’re actually trying to accomplish. There are excellent computing, messaging, and storage solutions out there that have all the encryption and replication anyone needs — actually better than blockchain based solutions — and have plenty of other great features in addition.
Stock issuance
It was much-heralded when NASDAQ launched an internal blockchain-driven exchange for privately-held stocks. But wait: correct me if I’m wrong, but the whole purpose of NASDAQ (or the DTCC trade clearing system, for example) is that it has a ledger of who owns what stocks? Were they nervous that their systems, absent blockchain, would soon be unable to keep track of who owns what?
Similar to other transaction-tracking problems such as customer-to-merchant payments, the difference between NASDAQ’s ledger and blockchain’s ledger is that blockchain is distributed — it addresses the problem of lack of a trusted intermediary. And yet (for legal transactions) the company itself, its transfer agent of record, a clearinghouse, or an exchange are all trusted intermediaries and typically provide value-added services in addition. The reason NASDAQ is the right home for a blockchain-driven exchange is that they’re expert in the compliance and security aspects of trading stock. Cut out the middleman (here, NASDAQ itself) and the government and you’ll ultimately be limited to companies that choose to make an end-run around the legal, compliance, and tracking systems common to the mainstream market. As people who trade in unlisted stocks will tell you, that’s a recipe for getting your money stolen.
And we’re already seeing this. New companies have also begun creating blockchain-based “coins” convertible into company stock, and selling them to the public in Initial Coin Offerings, or ICOs, as a cheaper and more flexible way to raise money than a traditional Initial Public Offering of stocks on an exchange. It will be interesting to see how long this craze lasts — among other things, offering tokens convertible to stock counts as a securities offering, and so the SEC rules presumably apply to these securities offerings just like any other. Either the “coins” are just less-secure electronic stock certificates — protected by however carefully you store your password, rather than by the laws and protections of a securities exchange — or it’s another attempt to do an end-run around the law.

Comments