7 min read
Bitcoin, From First Principles
This piece breaks down how Bitcoin's proof-of-work, signatures, and fixed supply actually work, and why institutions are now betting on it as a hedge against currency debasement.

THE PROBLEM
On September 15, 2008, Lehman Brothers filed for bankruptcy. It was the largest bankruptcy filing in American history, and it triggered a financial crisis that would reshape the global economy.
What followed was three rounds of quantitative easing between 2009 and 2014. The Fed's balance sheet went from $0.9 trillion to $4.5 trillion. The playbook was clear: when the system breaks, create more money.

Then came 2020. The COVID-19 pandemic triggered a response from the Fed that makes 2008 look modest.
The Fed's balance sheet doubled from $4.3 trillion to $8.9 trillion in two years which is equivalent to 36% of US GDP. Roughly $5 trillion injected through QE alone. And here is the number that should stop you: roughly 29% of all M2 dollars in existence today were created between January 2020 and the 2022 peak. Almost a third of the current money supply, conjured in two years.

The bill arrived in June 2022. US inflation hit 9.1% , a 40-year record, the highest since 1981. Rents rose 28.9% cumulatively since the pandemic. Food prices surged 11.4% at peak. Of the 338 items tracked by the Bureau of Labor Statistics, only 7% are cheaper today than they were before the pandemic.

Source: CBO-A Visual Guide to Inflation From 2020 Through 2023
The money had been created. Prices absorbed it. Ordinary people paid the difference.
This is not a story unique to America. The same pattern played out across the developed world with the same loose monetary policy, the same inflation surge, the same erosion of purchasing power. The mechanism is always identical. Governments and central banks, facing a crisis, reach for the same tool. They create money. And every unit of money already in existence becomes worth slightly less.
This is the problem with money that has no fixed supply. Its value is ultimately a political decision.
The Bitcoin whitepaper was published on October 31, 2008. Six weeks after Lehman collapsed. Satoshi did not build a speculative asset. He built a system with a fixed supply, no central authority, and no printing press. The timing tells you everything about the intent.
THE SOLUTION
System Design
The problem Satoshi set out to solve-
Make payments over the internet without needing to trust anyone in the middle.
How do you prove a coin legitimately belongs to you?
Transactions :
In the physical world, possession proves ownership. Digitally, there's nothing to possess, just information. The solution - a chain of digital signatures. A Bitcoin is not a file. It is a history. Technically, it is defined as a chain of digital signatures. When you send Bitcoin to someone, you take a hash of the previous transaction, combine it with the recipient's public key, and sign the whole thing with your private key. That signature gets added to the coin. The next owner does the same. Every transfer leaves a cryptographic fingerprint, locked to the one before it. Anyone on the network can verify the entire chain of ownership without asking a bank, a government, or any third party.

How do you prove which transaction happened first, when there's no central authority to keep score?
Timestamp server :
Satoshi's fix is a timestamp server. Each block of transactions is run through a hash function, and that hash is published publicly. Critically, every new block's hash includes the hash of the block before it. This creates a chain where each block is cryptographically locked to its predecessor. Altering any past transaction changes that block's hash, which breaks every block after it, instantly visible to the entire network. The chain itself becomes proof of sequence: which transaction came first, permanently fixed, with no central party deciding it.

How do you stop someone from secretly rewriting that chain once it exists?
Proof of Work :
A timestamp chain alone isn't expensive to fake. Anyone with a fast enough computer could rebuild it. Satoshi's fix is proof of work. To add a block, a miner must find a number - a nonce. That, combined with the block's data and run through SHA-256, produces a hash starting with a required number of zeros. There is no shortcut. Only billions of attempts, by brute force, until one works. This costs real electricity and real time. To rewrite a past block, an attacker would have to redo that work for it and every block after it, faster than the entire honest network is adding new ones. The deeper a block sits in the chain, the more computationally impossible it becomes to alter.

How do thousands of independent computers, with no one in charge, agree on a single version of the truth?
Network :
The network runs on a simple set of rules every node follows. New transactions are broadcast to all nodes. Each node gathers them into a block and works on solving its proof of work. Whoever solves it first broadcasts the block to everyone else. Other nodes accept it only if every transaction in it is valid, then immediately begin work on the next block, building on top of it. If two nodes solve a block at nearly the same moment, the network temporarily splits - some nodes see one version, some see the other. There is no vote, no negotiation. Whichever branch grows longer first becomes the accepted chain, and every node still working on the shorter one abandons it and switches over. Agreement isn't reached by consensus in the human sense. It emerges automatically, because the longest chain represents the most computational work, and that is the only thing the network trusts.
Why would anyone spend money running this network, and what stops them from cheating once they're powerful enough to?
Incentive :
Satoshi solves both with the same mechanism: the block reward. The first transaction in every block creates new Bitcoin and hands it to whoever mined that block. This is the only way new Bitcoin enters circulation — no central authority issuing it, just computational work, the same way gold miners expend resources to add gold to circulation. It is what makes mining worth doing in the first place. But the deeper insight is what happens once the reward isn't enough on its own, or once a miner grows powerful enough to attack the network. Even an attacker controlling more computing power than everyone else combined faces a choice: mine honestly and earn more new coins than anyone else, or attack the network and destroy trust in the very currency they hold. The math makes honesty the more profitable option. Self-interest, not goodwill, is what keeps the system clean.
Philosophy
Bitcoin was built as a statement about who should control money. For most of modern history, that control sat with central banks and governments. Institutions that could expand the money supply whenever a crisis demanded it, with the cost quietly absorbed by everyone already holding that currency.
Satoshi's design removes that lever entirely. No one votes to print more Bitcoin. No emergency justifies it. The rules were set once, in code, and they don't bend.
This is what people mean by "sound money." Not that it's stable in price. It isn't, not yet. But that its supply can't be manipulated by any single party for their own benefit. 21 million coins, ever. Every four years, the rate of new issuance is cut in half, on schedule, regardless of who's in power or what crisis is unfolding.
It's the first form of money in history whose scarcity is enforced by mathematics, not promises. That's the deeper philosophy.
BITCOIN AS AN ASSET
Fixed supply only matters if demand is real. It increasingly is.
Bitcoin has moved well past early adopters and retail speculators. Asset managers, public companies, sovereign-adjacent institutions have all arrived at the same conclusion. In a world where every major currency is being expanded, an asset with a hard cap behaves differently.
This is the digital gold comparison. Gold held value for millennia because no one could manufacture more of it on demand. Bitcoin makes the same claim. It is enforced by code, not geology. Portable. Divisible. Verifiable instantly, anywhere, no assay required. Fidelity calls it "exponential gold." Same monetary properties.
The capital flows confirm it. ETF structures and corporate treasuries have absorbed a meaningful share of total Bitcoin supply since 2024, faster than most analysts expected. This is not retail speculation. This is institutional money making a structural bet: as fiat currencies keep expanding, capital seeks assets that can't expand alongside them.
Does this guarantee a price outcome? No.
But it reframes the question. Bitcoin isn't being asked to prove it works as a payment network anymore. It's being asked whether it holds a permanent place in how capital protects itself against currency debasement. And the institutions answering that question are no longer hypothetical.
SOURCES
[1] Bitcoin whitepaper - Bitcoin: A Peer-to-Peer Electronic Cash System
[2] FRED website https://fred.stlouisfed.org/
[3] CBO-A Visual Guide to Inflation From 2020 Through 2023