A New Science Is Emerging
Where physics meets money. A computational framework connecting energy, entropy, and proof of work to the foundations of economic value.
Science
Thermoeconomics sits at the intersection of physics, information, computation, and economics. It treats economic value not as an abstraction, but as something grounded in physical reality — energy expended, entropy produced, work performed. The economy is a complex system where these dynamics align in blockchain consensus.
Entropy is the starting point. Shannon (1948) showed that information has a precise mathematical structure identical to thermodynamic entropy. Jaynes (1957) extended this into a universal inference engine: given limited information, maximize entropy.
Distributed computing establishes why consensus is hard. Lamport (1978) proved that without a global clock, logical ordering is the only coherent notion of time in a network. FLP (1985) showed that guaranteed consensus in an asynchronous system is impossible.
Energy grounds everything in physics. Landauer (1961) and Bennett (1973) established that computation has an irreducible thermodynamic cost — erasing a bit dissipates real heat, and even reversible computation cannot fully escape this floor.
Proof of Work is where theory becomes protocol. Nakamoto exploited cryptography to create trustless accounting — a system that converts physical work into a verifiable record of economic reality.
Latest Research
The Curriculum
Five modules take you from blockchain fundamentals through cryptography to the thermoeconomic thesis. Every concept comes with runnable code.
Primary track: Wolfram Language on Wolfram U · Open-source track: Python in the Study
Blockchain Architectures
From Bitcoin's original design to the exotic variants powering modern chains — the UTXO Alliance maps the entire landscape.
Bitcoin introduced the Unspent Transaction Output (UTXO) model — a fundamentally different way of tracking value on a blockchain. Instead of accounts with balances, the system tracks individual outputs waiting to be spent.
Since Bitcoin, dozens of chains have taken this foundation and built on it — adding smart contracts, sharding, merged mining, and more. The UTXO Alliance brings these projects together to advance the model. The knowledge base includes a comprehensive visual guide to every major UTXO variant, adapted from the Alliance's official handbook.
Explore in the Study →Interactive Tools