Research
Technical research, experiments, and engineering notes from the Protocol Lab.
LATEST
- 2026-08-29·Distributed SystemsWhen an Oracle Cache Becomes Part of the Consistency Model
A cache that sits in front of an oracle isn't just a performance optimization — it's making a claim about what 'current' means, and that claim needs to be honest under load.
READ → - 2026-08-24·Protocol EngineeringWhy Intent-Based Execution Needs a Scoring Model
An intent describes a desired outcome, not a path. Something still has to pick between candidate paths — and that choice deserves to be explicit, not implicit in whichever solver responds first.
READ → - 2026-08-20·EVMModeling the EVM as a State Transition System
A transaction takes a shared state, applies the protocol's rules, and produces a new one. Global state, storage, gas, message calls, and atomicity are what that one function needs in order to mean anything.
READ →