MIVORA Start learning free

What Is a Ledger?

Money you can’t touch is just an entry in a record book — and the whole crypto story is about who gets to keep that book.

Crypto & Tokenization · Lesson 1 · 8 min read

You want to send a friend $50 across the world. With cash it’s easy: you hand over a bill and it’s done — no company, no permission, no waiting. But online there’s a catch. A digital file can be copied perfectly, so what stops you from “sending” the same $50 to ten people by copying it? Today a bank sits in the middle and keeps the one official record of who has what. Crypto’s entire claim is that you can solve this without a middleman. Hold that question — by the end you’ll be able to explain how strangers could agree on who owns what with nobody in charge.

A ledger is just a list of who has what

A ledger is a record book of transactions: Alice paid Bob 5, Bob paid Carol 2, and so on. That’s it — a running list. Here’s the part that surprises people: your bank balance isn’t a pile of money sitting in a drawer with your name on it. It’s simply the sum of the entries in the bank’s ledger. When you “send money,” nothing physical travels anywhere — the bank just edits its ledger: subtract from your line, add to theirs. Money you can’t touch is, at bottom, an agreed-upon entry in a record.

The hard part: the double-spend problem

Now the trouble. Digital things copy perfectly — that’s what computers do. If a coin were just a number in a file you hold, you could copy that file and hand the “same” coin to two different people. This is the famous double-spend problem, and it’s the reason digital cash was hard for decades.

The traditional fix is one trusted middleman: a bank keeps the single official ledger and acts as referee. Only their copy counts, so the second spend gets rejected. It works — but you have to trust that one party completely. They can charge fees, make mistakes, freeze your account, exclude you, or get hacked, and you have little way to check their books yourself.

Worked example
Double-spend, made concrete:
• You have 1 coin. You try to pay it to BOTH Bob and Carol at the same instant.
• At a bank: the bank sees your balance is 1, approves the first payment, and rejects the second — its ledger now says your balance is 0. One referee, one record, problem solved.
• The catch: everyone had to trust that the bank’s single copy is honest and correct.

Trust without a middleman: many copies + shared rules

A blockchain flips the setup. Instead of one referee holding the ledger, thousands of independent strangers each keep an identical copy, and all follow the same public rules for adding new entries. Old entries can’t be erased (the ledger is append-only) and the whole thing is open, so anyone can verify it for themselves. To cheat, you’d have to overpower the majority of those copies at the same moment — expensive, and instantly visible to everyone watching.

Be precise about what changed: trust didn’t vanish. It moved — from a single company to the rules, the math, and the incentives, all of which are open to inspection. That’s the honest version of “trustless,” and it’s why this track keeps asking: here’s how you’d check it yourself.

An everyday analogy

Picture a big shared house where roommates owe each other money, tracked in a notebook. Option A: one roommate keeps THE notebook. Convenient — but they could “lose” a page, play favorites, or just make a mistake, and everyone has to trust them. Option B: every roommate keeps their own identical copy, a new line only counts once most copies agree to add it, and no line can ever be erased. Now no single roommate can cheat the books. A bank is Option A; a blockchain is Option B. You stop trusting a person and start trusting a procedure you can watch.

Worked example
How a blockchain stops the same double-spend without a referee:
1. You have 1 coin and broadcast TWO payments — one to Bob, one to Carol — hoping both stick.
2. Every copy of the ledger already shows that this coin is yours and unspent.
3. The network’s shared rule is “only one valid spend of a given coin can be recorded, and earlier-recorded wins.” The copies converge on a single ordering, accept whichever payment got recorded first, and reject the other as spending an already-spent coin.
4. Result: exactly one payment goes through — same outcome as the bank. The difference is who enforced it: not one trusted company, but a rule that thousands of independent copies all checked.

This is the reading. The interactive version — active-recall quiz, a hands-on experiment you run in your own AI, and an earned mastery check — is free in the app.

Start this lesson free →