Crypto news

28.06.2026
00:51

Adam Back compressed the essence of Bitcoin into a single line: a new "E=mc²" for the crypto world.

Hashcash creator and one of the pillars of the Bitcoin community, Adam Back, presented an elegant conceptual formula, which he jokingly called "E=mc² for Bitcoin." This short notation instantly caught the attention of tens of thousands of users, sparking a wave of lively discussions and in-depth analytical breakdowns.

The comparison to Einstein's equation here is not mathematical but conceptual. Back demonstrated how one concise line can encapsulate the fundamental logic of the entire system, much like the famous formula describes the relationship between energy and matter. Let's break down exactly what he encoded and why the community greeted this idea with such enthusiasm.

Three pillars of Bitcoin in one line

To understand the formula, you don't need to be a mathematician — just imagine the three key pillars on which Bitcoin rests:

  • Computational work (Proof-of-Work). Computers around the world solve a complex numerical problem through brute force to add a new block. This is intentionally costly: altering history retroactively becomes economically unviable, as all the work would have to be redone.
  • Chain of blocks (blockchain). Records are not scattered but linked together: each new block references the previous one. This creates a continuous chain that cannot be secretly rewritten in the middle.
  • Scheduled issuance. New bitcoins appear as a reward for adding a block. The reward size is predetermined and halves every four years — an event known as halving. Thus, the total number of coins grows strictly according to a schedule set from the very beginning.

The genius of Back's notation is that he packed these three pillars into a single line.

Decoding the formula

The notation itself looks like this: c | { h_(i+1) = H(h_i, c, 50/2^h ₿) } < T

Each symbol here represents one of the pillars:

  • H — the hash function, a data "shredder" that turns any set of information into a fixed-length string.
  • h_i and h_(i+1) — the previous and next blocks. The link from one to the other is the chain itself.
  • c — the "candidate" for the new block with a list of transactions.
  • 50/2^h ₿ — the issuance: 50 bitcoins at the start, and each halving divides the reward in half.
  • T — the difficulty target. The result of the computation must be less than this threshold, otherwise the block will not be accepted by the network.

An important caveat, which Back himself makes: the formula is conceptual, not literal. In real mining, the reward does not enter the computation directly, but through a special coinbase transaction that is folded into the block's overall "fingerprint." Back deliberately omitted these technical layers for the sake of elegance and brevity — the line conveys the logic, not the exact sequence of machine operations.

Roots and community reaction

This formula has a deep backstory. Back in the late 1990s, Back invented Hashcash — a system for combating spam. The idea was simple: make the sender of an email perform a small amount of computational work. For a single email, this is imperceptible, but for a mass spam campaign, it becomes prohibitively expensive.

It was this technique — "prove you did work" (Proof-of-Work) — that later became the foundation of Bitcoin. Satoshi Nakamoto took Back's idea and built the missing pieces: linked the records into a chain and added the coin issuance schedule. Therefore, the essence is often described with a simple scheme: work + chain + economics = Bitcoin.

Under Back's post, one user published a detailed infographic that broke down the formula into parts and visually compared Hashcash with Bitcoin. Back publicly praised this analysis. The episode is notable not for a new discovery, but for a successful attempt to distill the foundation of Bitcoin into one memorable line — understandable to both an engineer and someone without a technical background.

Expert opinion: Such conceptual "compressions" are an excellent marker of a technology's maturity. When key community members begin to seek elegant, almost poetic formulations to describe the fundamentals, it speaks to a deep understanding of the system and its transition from the status of a niche experiment to that of a fundamental engineering solution.