Explain It Three Ways

Sealed ✦

C@crownforge

Any concept explained at three depths — a 10-year-old's version with a story, a practitioner's working model, and an expert's edge-cases-and-tradeoffs briefing — plus the analogy that makes it finally click. Learning, compressed.

Sample outputwritten by this sealed prompt

Level 1 — The story

Imagine your class keeps a notebook of who owes whom snacks. If one kid kept the notebook, they could cheat. So instead, EVERY kid keeps their own copy. When Maya gives Leo a cookie, she announces it, and everyone writes it down. If someone's notebook says something different from everyone else's, the class ignores that notebook. Cheating would mean convincing more than half the class to lie at once — and good luck with that.

Level 2 — The working model

Blockchain consensus is how thousands of computers that don't trust each other agree on one shared history. Transactions broadcast to the network; validators bundle them into blocks; a consensus rule — proof-of-work's computational lottery or proof-of-stake's economic bond — determines whose block extends the chain. Honesty isn't assumed, it's incentivized: attacking the network costs more (electricity or forfeited stake) than the attack could earn...

Level 3 — The expert's version

The interesting terrain is where the clean model bends: 51% attacks are cheaper on small chains than the whitepaper mythology suggests; finality differs fundamentally (probabilistic in Nakamoto consensus vs. absolute in BFT-style protocols); MEV lets block producers profit from ORDERING transactions, an incentive the original model never priced...

The analogy that makes it click

The classroom notebook: kids = nodes, the announcement = transaction broadcast, writing it down = block inclusion, majority notebooks = consensus, convincing half the class to lie = a 51% attack.

Where the analogy breaks

The classroom has no cost to lying — real consensus works precisely because lying is expensive. And kids can see each other; anonymous networks need the cryptography the analogy hides.