DWeb Camp 2026

NOMOI - Network of Mandated Operational Invariants
2026-07-09 , Idea Stage

NOMOI introduces a missing primitive for the decentralized web: verifiable, chainable delegation. Organizations grant authority through signed mandates anchored in IPFS - traversable and self-evident, without central registries, blockchains, or smart contracts. The substrate underneath federated authN/authZ, supply-chain provenance, decentralized AI governance, and multi-party approval — among other use-cases still emerging.


Existing authorization infrastructures model authority as a property of an identity — a role, a permission entry, a flag in a database. This representation is adequate within a single system but fails structurally at organizational boundaries, across time, and under independent audit. There is no open standard for expressing a delegation event in a form that a third party can verify without the issuer's cooperation.

NOMOI addresses this gap by modeling authority as an immutable, cryptographically signed event rather than a mutable state. The system is built on three primitives: asymmetric key pairs as self-sovereign identities, Trust Anchors as content-addressed IPFS directories made updatable through a discovery layer, and Mandates as signed delegation records persisted on IPFS. Mandates form a delegation graph: each recipient may sub-delegate a strict subset of their received authority, producing a verifiable graph that any party can traverse from leaf to root using only public infrastructure. Verification is purely mathematical and offline-capable once content is retrieved; no live API call to any issuing organization is required. Revocation is structurally integrated into the Trust Anchor directory and propagates through the same discovery mechanism used for all other updates. The protocol is algorithm-agnostic — each Mandate declares its signing algorithm via a COSE-compliant integer identifier — and is network-agnostic and transport-agnostic in mandate presentation.

I design and troubleshoot distributed systems where compute, storage, and networking interact under real-world failure conditions.