Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
An app uses a protocol; a protocol is the rules everyone else's apps will run against. The first iteration of any protocol you ship is not optimised, polished, or even safe — it exists to falsify your mental model. Treating protocol work like app work (ship, get users, iterate from feedback) reliably produces protocols that look fine until an attacker shows you the hole you couldn't see.
Same problem, two framings. An app dev thinks 'how do I add staking to my dapp?'. A protocol dev thinks 'what's the smallest set of rules under which staking is well-defined for any participant, and what does an adversary maximise by deviating from them?'