Where you are. You know money is an entry on a ledger, that a bank deposit is a bank’s promise to pay, and, from the clearing house, that banks meet, net a day’s obligations, and pay only the differences. Two things were left deliberately vague there: what those differences get paid with, and what to call the moment they get paid. This lesson supplies both words, by way of the machine that first turned a payment into a message; then it puts a number on what that machine killed.
Money arriving as sound
Chicago, a weekday morning, a few years after 1918. In the wire room of the Federal Reserve Bank, a telegraph sounder starts to click. An operator writes the message out as it arrives: New York instructs a transfer, say a million dollars, from a bank there to a member bank in Chicago - a member bank being a commercial bank that keeps an account at its regional Reserve Bank. An examiner checks the transcription and keys the ledger edit at the transfer desk: the Chicago bank’s account, marked up by a million dollars. In New York, the sending bank’s account has already been marked down by the same amount. The payment is over.
Run the scene again and watch for what is missing. Nothing is in transit. No gold in a crate, no paper in a mail sack; nothing at all is travelling between New York and Chicago that could be lost, stolen or delayed. The dots and dashes were not a notification that money was on its way, the way a shipping update trails a parcel. They were the payment itself. When the clicking stopped and the second entry was made, there was no further step waiting to happen.
Hold that against the instrument from last lesson. A cheque is also just an instruction to edit ledgers - pay the bearer, signed - but the instruction is trapped in paper, so it moves at the speed of hands and mail vans, and nothing real happens until it physically reaches the payer’s bank. The telegraph freed the instruction from the paper. A payment sent that way is called a wire, after the thing that carried it, and the name has outlived the wires.
The idea in one paragraph
A payment is a message plus ledger edits. For most of history the two were separate: the message travelled as an object - a coin changing hands, a cheque crawling through the post and the clearing house - and the ledger edits happened later, wherever the books were kept. The Federal Reserve’s leased telegraph collapsed the two halves into one operation: send the instruction straight to the institution that keeps both banks’ balances, and receiving the message is editing the ledger. Money stopped being a thing that travels and became a message that commits. Everything this lesson measures - the days a cheque leaves both parties unsure, the seconds a wire takes to become irreversible - falls out of whether the message and the edit are one operation or two.
Two words the course owes you
Four lessons in a row have said “the banks square up” and “the banks’ own balances at the central bank”. Those were paraphrases, held back on purpose: the real words are the two most load-bearing in the course, and they deserved to arrive where they mean something exact. This is that place.
Now restate lesson 4 in the new vocabulary: banks net their obligations at the clearing house, then settle the differences in reserves. One sentence where a whole lesson was needed; that is what good terms are for.
The Fed leases a wire
Read the design as an engineer. The clever part is not the telegraph; the telegraph was decades old by 1918. The clever part is where the wires terminate: inside the institutions that keep the banks’ balances. A message on that network does not ask anyone to go and move money somewhere else. It arrives at the ledger. The sending bank’s balance is marked down at one Reserve Bank, the receiving bank’s marked up at another, and the debt between them settles in reserves as part of the same operation that carried the news.
Measuring the limbo
Put the two instruments on one clock, paying the same debt. Call the stretch when the payment is final for neither party its limbo: the payer no longer controls the money, the payee cannot yet spend it, and things can still go wrong in between. The cheque’s journey, in a tidy model (real timings vary by country and era):
- +0 h, handed over. The payee - the person being paid - holds paper; the payer’s balance is untouched. No ledger anywhere has changed.
- +26 h, deposited. The payee’s bank records the cheque as uncollected funds: a balance you can see but not draw on, because the bank has not been paid yet either.
- +50 h, presented. The cheque reaches the payer’s bank through the clearing house and the payer’s account is marked down. Still nothing final: the cheque can yet bounce.
- +74 h, settled. The banks square up in reserves. Only now is every entry final; only now can the payee’s bank safely release the money.
Three days in which the money belongs, cleanly, to no one - and in which either bank is exposed if the other fails before the batch settles.
Wider than the screen; scroll it sideways.
The wire’s timeline needs two entries. The instruction reaches the central bank; both ledger edits are made. In the model the gap is 10.8 seconds. The limbo shrinks by four orders of magnitude, and, more importantly, it no longer contains a clearing house, a mail van, or the risk that the other bank fails overnight.
Fast is not the point
Speed is what a demo of Fedwire would show you. It is not the product.
Fedwire still works the way the Morse version did: each wire settles as its own final, irrevocable entry on the Fed’s books, one at a time, at full value, with no netting. Whether full-value-one-at-a-time or netted batches is the better design for a whole economy is a real trade-off - paying at full value all day costs reserves - and the course returns to it when it rebuilds the modern rails.
Check yourself
1. A cheque is deposited on Monday and the banks settle on Thursday. Where is the money on Wednesday?
Nowhere, cleanly. The payer has spent it but the payer’s bank still holds it; the payee’s bank shows a balance the payee cannot draw on; either bank is exposed if the other fails before Thursday. The payment exists only as a promise in motion, and settlement is the name for the moment that ambiguity ends.
2. Why must banks settle with each other in reserves rather than in deposits at some other bank?
A deposit is a commercial bank’s promise, so paying a debt with one only swaps whose promise you hold; the debt moves rather than dying. Reserves are a balance on the central bank’s own ledger - the one institution that cannot fail to honour its entries - so transferring reserves extinguishes the debt instead of relocating it. The next lesson draws the full two-tier map behind this answer.
3. Telegrams could carry payment instructions long before 1918. What did the Fed’s leased wire actually change?
The endpoint, not the speed. A commercial telegram delivered an instruction to a bank that still had to get ledgers edited somewhere else, so the message and the money stayed two operations. The Fed’s wires terminated inside the institution keeping both banks’ balances, which collapsed receiving the message and editing the ledger into one. Morse is slower than reading; the revolution was where the wire ended, not how fast it ran.
4. A friend defrauded by wire asks why the bank cannot reverse it the way a bad cheque bounces. What is the honest answer?
Irrevocability is not a missing safety feature; it is the product. Money you can spend the instant it arrives exists only because nobody, including the sender’s bank, can claw it back. Reversibility and limbo are one feature: a system that can undo a payment makes everyone wait before trusting it. The fraud is unrecoverable because the payment is final, and the payment being final is the entire point of a wire.
5. The clearing house nets a day’s obligations before settling; a wire settles alone at full value. What does each design economise on?
Netting economises on reserves - each bank pays only its net difference - at the price of waiting for the batch, with everyone exposed until it settles. A wire spends reserves at full value on every payment and buys an immediately final, irrevocable arrival with them. Reserves against waiting is a trade the course keeps meeting once it reaches the modern rails.
Do this
The two timelines from the figure sit in code/cheque_vs_wire.py as plain data: hours after handover, and what happened. One function is missing. limbo_hours should return how long a payment stays final for neither party: the time from the first event to the event whose text contains “final”. Fill in the # TODO(you) marker, then run it from module-00-orientation/:
python code/cheque_vs_wire.py
The asserts check both timelines, and the final line should read:
limbo: cheque 74 hours, wire 10.8 seconds
That is the whole lesson in one line of output: same debt, same ledgers, and a limbo that differs by a factor of roughly 25,000. The completed version is in solutions/cheque_vs_wire.py if you get stuck.
What you can now do. You can put a number on the limbo a cheque lives in - 74 hours in the model, final for neither party the whole way - and say exactly what a wire eliminated: not the delay but the doubt, by collapsing the message and the ledger edit into one settling operation on the central bank’s books. You also own the course’s two load-bearing words, settlement and reserves, with exact meanings. The next lesson draws the map they live on: two tiers of ledgers, and every form of money you will ever meet placed by asking whose ledger it sits on.