What Is Money and Why Crypto Exists
Money does three jobs (medium of exchange, unit of account, store of value), and crypto exists for the moments centralised money struggles with them.
Your balance still reads $10,000 and nothing was withdrawn. After 5 years at 10% inflation it buys only $5,905 of today's goods, a 41.0% loss. The cash still spends (medium of exchange), but its store-of-value job is quietly failing.
Try the inflation eroder above before reading on: keep the balance fixed, then drag the inflation rate and the years held, and watch what that same cash can actually buy shrink. The number in the account never moves, only its buying power does. That quiet gap is one of money's three jobs (store of value) breaking, and it is a large part of why cryptocurrency exists.
Money is not wealth in itself. It is a tool that lets strangers cooperate. If you grow apples and want a pair of shoes, pure barter needs you to find a shoemaker who happens to want apples at that exact moment (economists call this the "double coincidence of wants"). Money removes that problem by acting as a middle step everyone accepts, so you sell apples for money today and buy shoes with money next week. Once you see money as a tool with a job to do, the reason cryptocurrency exists becomes much easier to follow: it is an attempt to do that job in a different way.
The three jobs money does
Economists describe money by three jobs it performs.
- Medium of exchange: you swap it for goods and services instead of bartering.
- Unit of account: prices are all quoted in the same units, so you can compare a coffee with a car.
- Store of value: it holds worth over time, so you can save today and spend later.
A good money does all three reliably. Cattle, salt, shells, gold and paper notes have each served as money in history because, for their time and place, they did these jobs well enough. When one of the three jobs breaks (for example, the store-of-value job failing because prices are rising fast), people start looking for something better.
Where centralised money strains
Modern national currencies are "fiat" money: government-issued currency that is not backed by gold or any commodity, and whose value rests on trust and legal decree. That design gives central authorities useful control, but it also creates three specific weaknesses.
- Inflation: because the supply can be expanded, purchasing power can quietly erode, so cash held as savings buys less each year.
- Censorship and single points of failure: payments flow through banks and processors that can freeze accounts, block transfers, or fail in a crisis.
- You must trust intermediaries: banks, payment networks and governments have to act honestly and stay solvent with your money.
For most people most of the time these systems work fine. Crypto exists for the cases where they do not, and for people who would simply rather not have to trust them.
Why Bitcoin, and why 2009
The 2008 global financial crisis put those weaknesses on full display: major banks failed or were bailed out, and confidence in centralised finance collapsed. Against that backdrop, on 31 October 2008 an anonymous person or group using the name Satoshi Nakamoto published a nine-page paper, "Bitcoin: A Peer-to-Peer Electronic Cash System", describing money that could move directly between people without a bank in the middle.
On 3 January 2009 the Bitcoin network went live when Nakamoto mined its first block, the "genesis block". The timing was not a coincidence, and neither was what got written into that block (see the fold below).
What decentralisation means in practice
Bitcoin's core idea is that no single party controls the money. Instead of one bank keeping the master ledger, thousands of computers around the world each hold a copy of a shared, public ledger and agree on its contents by rules rather than by authority (Module 2 explains the mechanics). For an individual this has three concrete consequences.
- Self-custody: you can hold your own coins directly, without a bank as gatekeeper.
- Permissionless access: anyone with an internet connection can use the network, with no application form or approval.
- Censorship resistance: no single company or government can easily block or reverse a valid transaction.
These properties are the reason crypto exists at all. They also come with real trade-offs, which the fold below spells out, because a fair picture needs both sides.
Worked example: how inflation quietly eats savings
Suppose you keep $10,000 as cash in a currency that loses about 10% of its purchasing power each year. The number in your account does not change; the same $10,000 simply buys less each year.
- After 1 year it buys roughly what $9,000 buys today (10,000 x 0.90).
- After 3 years: 10,000 x 0.90^3 = about $7,290 of today's goods.
- After 5 years: 10,000 x 0.90^5 = about $5,905, so your savings quietly lost more than 40% of its buying power without a single withdrawal.
The medium-of-exchange job still worked (you could always spend the cash), but the store-of-value job failed. Bitcoin's fixed supply, covered in Module 3, is a direct response to exactly this failure: no authority can print more of it to dilute what you hold.
The genesis block and its hidden headline
Embedded in Bitcoin's very first block was a line of text: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks". That was a real newspaper headline from that day.
It did two things at once. It timestamped the launch (the block could not have been made before that headline existed), and it pointed straight at the system Bitcoin was reacting against: banks in trouble, governments stepping in to rescue them. In one short line, the message was clear about why the network was being built.
The trade-offs of holding your own money
Decentralisation is not free. The same properties that make it powerful hand you responsibilities a bank normally carries.
- You own your security: if you hold your own keys and lose them, no help desk can recover your coins. Self-custody means self-responsibility.
- It is slower and more volatile: without a central operator, settlement can be slower than a card swipe, and prices swing far harder than a national currency.
- Mistakes are usually final: a valid transaction is very hard to reverse, which is a feature against censorship but a hazard if you send to the wrong place.
None of this makes decentralisation worse than a bank. It makes it different, with the control and the burden landing on the same person: you.
Quick knowledge check
Name the three functions of money. Medium of exchange, unit of account, and store of value. A sound money performs all three reliably, and crypto is largely a response to a currency failing the third one.
What does "fiat" money mean, and which weakness does inflation attack? Fiat money is government-issued currency not backed by gold or any commodity; its value rests on trust and legal decree, and its supply can be expanded. That expandable supply is what lets inflation erode the store-of-value function over time.
What event formed the backdrop to Bitcoin, and when did the network go live? The 2008 global financial crisis, with its bank failures and bailouts. The Bitcoin network went live on 3 January 2009 when Satoshi Nakamoto mined the genesis block, which carried a newspaper headline pointing straight at that crisis.
Sources
- IMF Finance & Development, "Back to Basics: What Is Money?", the three functions of money (medium of exchange, unit of account, store of value).
- Federal Reserve, "Is U.S. Currency Still Backed by Gold?", government-issued currency not backed by a commodity, and how an expandable supply enables inflation.
- Federal Reserve History, "Subprime Mortgage Crisis", the bank failures and bailouts that formed the backdrop to Bitcoin.
- Bitcoin.org, "Bitcoin: A Peer-to-Peer Electronic Cash System", the original whitepaper published on 31 October 2008 under the name Satoshi Nakamoto.
- Bitcoin Core source code, src/kernel/chainparams.cpp (genesis block), the genesis block of 3 January 2009 and its embedded newspaper headline.