mechanism design
Mechanism design is sometimes called reverse game theory. Ordinary game theory takes a set of rules and asks what self-interested players will do; mechanism design runs that backwards — it starts from the outcome you want and engineers the rules so that rational, selfish participants, each pursuing their own gain, are led to produce that outcome anyway. In blockchains this is the heart of the discipline often called crypto-economics: you cannot force anonymous strangers to behave, so instead you build incentives where honesty is the most profitable strategy.
The central goal is incentive compatibility: the system should be designed so that the best move for each participant, given what everyone else is doing, is the move the protocol wants — ideally so that truthful, cooperative behaviour is a stable equilibrium nobody can profitably deviate from. Classic tools include carefully chosen rewards and penalties (proof of stake pays honest validators and slashes provable misbehaviour), auction design (a sealed second-price auction makes bidding your true value optimal), and commitment or randomness primitives that remove the advantage of cheating. Bitcoin's mining reward, Ethereum's EIP-1559 fee market, AMM pricing curves, and validator slashing are all mechanism design in action.
What makes the blockchain setting unforgiving is the adversarial, permissionless environment. Participants are pseudonymous (so a flawed mechanism can be attacked by one actor wearing many identities — a Sybil attack), they can be arbitrarily greedy, and any exploitable gap will be found and drained because real money sits on top of it. A good mechanism therefore has to be robust not to the average user but to the worst, best-funded adversary, and it must account for second-order effects like miners or validators reordering transactions to extract value. Mechanism design is what separates a protocol that merely describes good behaviour from one that actually makes good behaviour the rational choice.
Proof of stake is a designed mechanism: validators post a bond, earn rewards for proposing and attesting honestly, and are slashed if they sign conflicting blocks. The rules are arranged so that for a rational validator, following the protocol earns more than any provable attack costs — honesty is engineered to be the profit-maximizing strategy, not merely the polite one.
Mechanism design assumes participants are rational and self-interested — that is its strength against greed, but also its blind spot. Irrational, ideological, or coordinated-but-loss-taking adversaries (a griefer willing to lose money to break the system) can defeat a mechanism that only ever modeled profit-seekers.