ARCHITECTURE
Architecture
One promise, a stack of questions, an evidence loop, and a component lifecycle — how the constellation is put together.
In one sentence
The one promise
Software written later should be able to safely use software written earlier — through evidence the substrate can check. The architecture is what makes that promise concrete: a vertical stack of systems, each answering exactly one question, composed so that a protected action becomes an account any party can re-verify.
Nothing here is a private integration, a central registry, or ambient trust. Each layer adds one checkable thing, and the layer above reasons over it.
The stack of questions
The substance systems don't sit side by side — they stack, each answering one question and building on the ones beneath it. Two orthogonal layers (design, atlas) sit under the whole.
Where each system sits — the substance spine, floor to top. Generated by atlas diagram stack.
- ontos — What is there? the shared vocabulary of values everything reasons over
- logos — What follows? reasoning that arrives with a re-checkable account
- horos — What is well-formed? the shapes a value of a kind must take
- thesmos — Who may? authority answered as a proof anyone can re-verify
- stele — What is on the record? the public fact-record runtime
- arche — What gets admitted? the authority that admits a fact by checking a proof
The evidence loop
Everything the substrate does reduces to one move: admit a protected action at a gate whose account any party can re-check.
- a participant makes a claim
- it produces an account — a structured, re-checkable record of why the claim holds
- the account is admitted at a gate: admissible(actor, verb, operand, evidence)
- the fact enters the public record
- the record is projected so any rightful challenger can re-check the account
the search / check split
The component lifecycle
How a declaration becomes a running, observed component — the skeleton the upper systems are growing toward.
- declaration — what the component is and affords
- artifact — the built, addressable thing
- desired state — what should be running
- runtime effect — the live instance
- observation — what is actually true of it
candidate theory
Settled base, candidate seams
Settled base
The stack (ontos → arche) and the evidence loop are built and running — values, reasoning, form, authority, the record. The dashboard tracks each member's real state.
Candidate seams
Capability and realization — the component lifecycle above — are still being worked out in the substrate theory track, not yet committed design.