BAUDCOIN
Domain Library

Interchangeable knowledge domains

The challenge system supports multiple knowledge domains through an interchangeable library. Each domain is a self contained bundle that defines everything needed to generate challenges in that domain.

How domains work

Bundle contents

PartPurpose
GeneratorProduces challenge instances from a seed and difficulty band
Constraint setMachine checkable rules the answer must satisfy
ValidatorDeterministic replay function returning pass or fail with reason
Corpus referenceAny source material, content addressed so it cannot drift
ManifestDomain id, version, class coverage, license

Launch domains

The protocol opens with general reasoning domains that need no proprietary corpus: logical inference chains, document synthesis, and structured extraction. Additional domains are added by proposal.

Determinism requirement

A domain is only approved if its validator is deterministic: the same artifact and the same seed must always produce the same verdict on any machine. Non deterministic scoring cannot be independently replayed, and unreplayable scoring is not verifiable.