The problem with Facebook is that it's not exclusive - there are tons of alternatives.
Some even have better features (think Twitter or TikTok or Discord).
Nothing is stopping people from launching Facebook2, Facebook3, etc and having the same technology available - yet Facebook is the major player skyrocketing.
This is an example of the market being irrational longer than expected, in my book.
The value of bitcoin is not in the code, it's in the network. Arguing that the code that runs the network can just be copied is not a very compelling argument.
In fact, it's so absurd that it was literally the first public comment Satoshi received. https://satoshi.nakamotoinstitute.org/emails/cryptography/th...
> We very, very much need such a system, but the way I understand your proposal, it does not seem to scale to the required size.
As a simple example, suppose every one of the 7 billion people on the planet make only 1 transaction per day. With a basic transaction size of ~250 bytes, this would require a blocksize of ~12GB per 10 minute block. (check my math)
"But storage is cheap!" I hear some say. Even if you could dismiss the cost of storing an aggregating ~600TB/year, that's not the real bottleneck. Bandwidth and processing power are. You have to broadcast that 12GB block to the entire global bitcoin network as fast as possible to beat other miners to the award. Then all the world's full nodes have to do the work of processing that 12GB of data to validate it. All within an average 10 minute window.
And this is all based on the absurdly conservative assumption that every person only makes 1 transaction per day. It's not even considering the use case that billions of machines might want to transact with each other billions of times a day. Or that you might want to build micropayment systems for metering. e.g. http://andyschroder.com/DistributedCharge/ or https://twitter.com/JackMallers/status/1346869624789463040
And even if you could solve all these problems, it doesn't get around the fact that blockchains as a payment system are a really shitty experience compared to existing solutions. You have to wait an unknown amount of time for your transaction to make it into a block before you're safe from a double spend. That time is 10 minutes on average, but in reality, it could be anywhere from a few seconds to over an hour because mining a valid block is a random search that averages out to 10 minutes based on an ever changing balance of real world hash power and mining difficulty value.
The only way blockchains were ever going to be interesting at scale is as a rock solid, incorruptible settlement layer. Decentralized layer two networks like Lightning are exciting because they have the potential to create a trustless payment network that directly settles to the blockchain. Even more exciting is that lightning can span separate blockchains and sidechains, e.g. BTC<->LTC, BTC<->USDT (and future CBDCs?), or BTC<->lBTC/rBTC. And they can actually scale to an arbitrary number of transactions that don't need to all get recorded forever in the base chain immutable ledger.