In "WTF Is Crypto Really?", we looked at how blockchains replace the bank-to-bank maze with a single shared ledger - one that updates 24/7, settles instantly, and never closes for weekends or holidays. No reconciliation delays. No intermediaries. No waiting for banks to open.

But that raises a harder question:

How do you maintain one shared ledger when thousands of computers are updating it simultaneously - and no one's in charge?

That’s the real genius of blockchain.

Not speed. Not cost.

Decentralized coordination.

The ability to maintain a shared source of truth without a central authority controlling it.

What People Think Blockchains Do

The stories surrounding blockchains are plentiful:

  • "Decentralize power."

  • "Create financial freedom."

  • "Bank the unbanked."

  • "Enable the Web3 revolution"

These narratives matter. They’re the vision — the reason people care enough to build, invest, and experiment.

But what basis do these stories have in the actual function of the technology?

Let's look at the mechanism underneath each one - and see which parts of the vision are actually possible.

The Problem: Coordination at Scale Requires Authority

Three friends go to dinner. Bill is $90.

Easy version: Split it evenly. $30 each. Done.

Fair version: Dig into the receipt. Figure out who got what. Everyone pays their actual share.

This works fine with 3 people and one receipt.

Now scale it.

What if it's 3,000 people across 50 restaurants in 20 countries, all settling bills simultaneously?

Traditional solution: You need a central authority - a payment processor, a clearinghouse, a bank - to:

  • Track all transactions

  • Match them up

  • Reconcile discrepancies

  • Maintain the official record

That authority becomes the source of truth. Everyone has to trust (or use) them.

And that authority has power. They can delay transactions. Reject them. Freeze accounts. Reorder them. Charge fees for access.

Not necessarily because they're corrupt - but because someone has to decide, and whoever decides has leverage.

Blockchains solve this: coordination at scale without a middleman.

What Blockchains Actually Do

Blockchains enable decentralized network coordination.

Instead of one authority maintaining the official record, thousands of computers each hold a copy of the same ledger.

When a transaction is proposed:

  • The network checks whether it follows the rules.

  • Once confirmed, every copy of the ledger in the network updates.

The key breakthrough: The ledger stays synchronized - without anyone managing it.

Coordination shifts from a permission problem (does the authority approve?) to a verification problem (does it follow the rules?).

The system enforces itself.

Wait - isn't a single shared ledger still centralized?

The information is centralized - there's one record everyone follows.

But control is distributed.

No single party can:

  • rewrite history

  • change the rules unilaterally

  • shut the system down

Think of it like Wikipedia vs. Encyclopedia Britannica:

  • Encyclopedia Britannica: one authoritative source, controlled by editors at a company

  • Wikipedia: one shared encyclopedia, maintained by distributed contributors following transparent rules

Blockchains are closer to Wikipedia.

Centralized information. Decentralized control.

How Decentralized Coordination Actually Works

Here's the sequence:

Step 1: Transaction Proposed

Someone wants to send value - Bitcoin, a token, a digital asset.

The transaction is broadcast to the network. It says: "Move X from Address A to Address B."

Step 2: Validation

Thousands of computers (called validators or miners, depending on the blockchain) check if the transaction is legitimate.

  • Does Address A actually have X to send?

  • Is the cryptographic signature valid?

  • Does this follow the rules?

Valid transactions enter a pending pool.

Step 3: Consensus

The network has to decide which transactions to include in the next block — the next batch of updates to the ledger.

That decision isn’t made by a central system.

It’s achieved through a consensus mechanism—a structured process that determines inclusion and ordering based on predefined rules.

Step 4: Final Record

Once a block is added:

  • It becomes extremely difficult to change

  • Altering history would require redoing all subsequent work

Every copy of the ledger updates.

The network stays synchronized.

The result: a shared source of truth maintained by no single person.

Three Consensus Mechanisms That Shaped the Industry

What Is a Consensus Mechanism?

A consensus mechanism is a computerized process for coming to agreement on records.

In traditional finance, agreement is manual and hierarchical.

You go to a bank.

A teller reviews the records.

If something doesn’t match, it goes to a manager.

If the manager can’t resolve it, it escalates again.

Agreement comes from authority.

On a blockchain agreement comes from verification.

Instead of people reviewing records, computers follow rules that allow the entire network to agree on the same ledger.

Different blockchains use different consensus mechanisms to achieve this.

There are many, but three have become the most widely used.

1. Bitcoin: Proof of Work

Bitcoin uses a consensus mechanism called Proof of Work, which enforces digital scarcity without a central authority.

Here’s how it works.

Transactions are broadcast to the network and collected into a candidate block.

Thousands of computers called miners compete to solve a computational puzzle.

This puzzle requires real work — electricity, hardware, and time.

The first miner to solve it:

  • earns the right to write the next block to the ledger.

  • gets paid in newly issued bitcoin plus transaction fees.

That solved puzzle is the proof of work.

The work proves that real resources were spent to earn the right to write the record.

Once the block is written, every other miner checks it:

  • Are the transactions valid?

  • Do the balances add up?

  • Does the block follow the rules?

If the block is valid, it’s accepted and added to the ledger.

If not, it’s rejected.

Because rewriting records would require redoing the work and outpacing the entire network, Proof of Work is extremely secure.

The tradeoff is that it is slow and energy-intensive.

2. Ethereum — Proof of Stake

Ethereum uses a different consensus mechanism, Proof of Stake, which supports a programmable blockchain without central operators.

Instead of miners competing with electricity, the network uses validators who lock up ETH as collateral.

This locked ETH is called a stake.

Validators are selected by the protocol according to predefined rules that include:

  • How much ETH they have staked

  • How long they’ve been participating

  • Randomness built into the system

No human chooses the validator. The protocol does.

A selected validator proposes the next block.

Other validators check the block:

  • Are the transactions valid?

  • Does the block follow the rules?

If the block is valid, it’s added to the ledger, and validators earn rewards.

If a validator submits invalid records or attempts to cheat, part or all of their staked ETH can be taken.

Proof of Stake does not require continuous computational competition, reducing energy use and allowing blocks to be produced more frequently.

3. Solana — Proof of History

Solana was designed to prioritize speed and low transaction costs, making blockchain more affordable for everyday use.

Its creators borrowed ideas from cell phone networks, where data must move quickly across unreliable connections without constant coordination.

Solana introduced a mechanism called Proof of History to reduce the time it takes the network to agree on transaction order.

Proof of History creates a cryptographic clock.

Transactions are timestamped before processing.

These timestamps can be independently verified by the network.

Because the transaction order is already established:

  • Transactions can be processed in parallel

  • Blocks can be produced faster

  • Confirmation times are shorter

This reduces the coordination required between validators and increases throughput.

Running a Solana validator requires more powerful hardware and higher bandwidth than some other networks.

What Decentralized Coordination Enables

Decentralized coordination creates new possibilities:

Peer-to-peer settlement: Remittances move across borders in minutes for pennies instead of days for dollars.

Continuous operation: Transactions settle 24/7 - no weekends, holidays, or bank hours.

Transparent rules: Anyone can verify the ledger. Changes require network consensus, not executive decisions.

Automated agreements: Smart contracts execute without intermediaries - insurance payouts triggered by data, lending protocols that manage collateral automatically.

These aren't theoretical. Billions of dollars move this way daily.

The Mechanism Beneath the Promises

Blockchains enable decentralized network coordination - maintaining a shared source of truth without a central authority.

That's the technical function. What gets built on top depends on design, deployment, and who controls the governance.

Now that you understand how the mechanism works, the next question is: do crypto's biggest promises have a basis in this technology - or are they just marketing?

Next week — Myth & Mechanism in Crypto - Does the tech of blockchain live up to the stories that we tell?