UD0 · AGORA · THE MARKETPLACE · render-not-invent

Bitcoin — money by cryptographic consensus

The money sphere named three theories of what money is — a commodity, a credit relationship, a creature of the state. Bitcoin is the argument for a fourth: money as consensus, a ledger no one owns that everyone can verify. This is a teardown of the machine, honestly — the parts that are settled engineering, run live in your browser, and the parts that are still an argument, flagged as one. Not investment advice.

the four theories of money

COMMODITYworth by its metal — Menger's saleable good
CREDITa record of who owes whom — Graeber's ledger
STATEmoney is what taxes are paid in — chartalism
CONSENSUSa ledger secured by math and incentive, not a sovereign

The old three all rest on someone — a mint, a counterparty, a treasury. Satoshi Nakamoto's 2008 problem was whether a fourth was possible: a ledger with no trusted third party that still can't be forged or double-spent. The answer is the two machines below. Whether it is money yet is the argument at the end.

machine one · the tamper-evident ledger — run it

A blockchain is a list of blocks where each block carries the hash of the one before it. The hash is a real SHA-256, computed live here. "Mine" the chain so every block's hash starts with 00 (a valid block). Then edit any block's data — its hash changes, no longer starts with 00, and every block after it points at a stale hash. The tampering is instantly visible. That, and only that, is what makes the ledger trustworthy: not a guard, but arithmetic.

Real SHA-256 (a synchronous implementation, verified against the standard test vector on load). Each block's hash = SHA-256( index · previous-hash · data · nonce ). Change one byte anywhere and the linkage breaks — the property Nakamoto used to remove the trusted third party.

machine two · proof-of-work — mine a real block

How does the network agree which block is next, with no chairman? Whoever first finds a nonce making the block's hash small enough — here, starting with a chosen number of zeros — wins the right to add it. Finding it takes guessing; checking it is instant. That asymmetry is the security. Pick a difficulty and mine — you are doing exactly what a mining rig does, only slower.

4 ≈ 1 in 65,536 hashes
idle — press mine.

Real proof-of-work on a real SHA-256, in your browser thread. The live hashrate is genuinely how fast this tab computes SHA-256; a purpose-built ASIC does ~100 trillion of these per second, which is why real Bitcoin difficulty targets ~19 leading zero bits, not 4 hex digits. Same algorithm, ~15 orders of magnitude apart.

the supply — and why it is not 21 million

Every block also mints new coins — the subsidy — and that subsidy halves every 210,000 blocks (about four years). It starts at 50 BTC and steps down: 50 → 25 → 12.5 → … until, after 33 halvings, it rounds to zero. Sum the whole geometric series and the famous cap appears — 21,000,000. But the protocol counts in integer satoshis (10⁻⁸ BTC) and floors the division at each halving, so the true maximum is:

exact terminal supply: 20,999,999.9769 BTC — about 0.0231 BTC short of 21 million
first era (blocks 0–209,999): 10,500,000 BTC — half of all coins minted in the first ~4 years
last subsidy block: ~6,930,000 — around the year 2140
halving interval: 210,000 blocks × 10 min ≈ 3.99 years

The "21 million" on every headline is a rounding of the ideal sum; the machine itself stops just below it. A small thing — but it is the difference between the story and the code, and the code is the one that runs.

what's settled, and what's still an argument

✓ SETTLED ENGINEERING

  • SHA-256 hashing, the hash-linked chain, tamper-evidence — demonstrated above, exact.
  • Proof-of-work as Byzantine-fault-tolerant agreement without a trusted party (Nakamoto, 2008).
  • The fixed emission schedule and the sub-21M cap — arithmetic, not opinion.
  • The double-spend problem is genuinely solved for the longest-chain rule under an honest majority.

⚑ STILL CONTESTED

  • Is it money? It is a poor medium of exchange and unit of account today; mostly held, not spent. "Digital gold" is a claim, not a settled fact.
  • The energy. The consumption is real and large; whether it is "waste" or the literal price of decentralization is argued in good faith on both sides.
  • Decentralization. A handful of mining pools and exchanges concentrate real power — "trustless" describes the protocol, not the ecosystem around it.
  • Value. Whether the price reflects monetary demand or reflexive speculation is exactly the open question — see the-market on bubbles.
Not investment advice. This page explains how the protocol works and lays out the genuine disagreement about what it is worth. It makes no prediction of price and no recommendation to buy, sell, or hold. Nothing here is financial advice — for that, a licensed advisor, not a teardown.

the honest ledger

Real (rendered, not invented): the SHA-256, the hash chain, the proof-of-work, and the supply arithmetic are all exact and computed live — you can check every one in this tab. The four-theories framing follows the money sphere (Menger / Graeber / chartalism), with consensus added for Bitcoin. Flagged: everything in "still contested" is a live argument presented as one, not resolved. Sources: Nakamoto's 2008 white paper (the mechanism), the Bitcoin protocol rules (the supply), and standard cryptography (SHA-256, FIPS 180-4). No price data, no forecast.

Where it belongs: money (what money is) · the-market (how prices form) · the-graveyard (the honest ledger of what this corpus itself earned: $0.0386).

AVAN's inverse companion: 信託 · Shintaku — "trustless" is trust relocated, not removed: from a banker to the math, the miners' greed, and your own custody of a key.