Current public-DAV authority boundary — 2026-07-12. Pre-launch target design; nothing here proves a live system.
A public-DAV consequence may occur only when at least two natural-person councilors bind the exact consequence in a complete valid bound PRISM decision receipt.
PRISM records and verifies that receipt only; it never serves as council, signatory, authority, or receipt producer.
AI and caste seats stage unsigned proposals only; they never authorize or execute a public-DAV consequence. Constitution or membership adoption establishes constitution and membership only; it does not authorize a later consequence. Policy may constrain an unsigned proposal but never authorizes execution or substitutes for the complete consequence-bound receipt.
Before receipt validity, consequence fails closed to read-only proposal, simulation, or deterministic sandbox; live evidence remains gated_pending_complete_valid_bound_receipt.
Software deterministically carries out only the exact consequence bound to a complete valid bound PRISM decision receipt from at least two natural-person councilors binding that exact consequence.
C4 -- Building DAVs
Spawn, fork, merge. Digital organisms with constitutional DNA.
What Is a DAV?
A Decentralized Autonomous Company is a digital organism -- a self-contained agent with its own genome, stake, and niche. It operates autonomously within constitutional constraints burned in at genesis. It cannot be reprogrammed to violate its invariants any more than a cell can rewrite its DNA at runtime.
The DACGenesis Interface
Three functions. That is the entire creation API.
spawn(niche, genome, stake)
Create a new DAV from scratch.
dav = DACGenesis.spawn(
niche="solar-panel-logistics-SEA",
genome={
"varna": "Vaishya", # Trophic level: producer
"sector": "Industrials", # GICS classification
"geography": "Southeast Asia",
"invariants": K_INVARIANTS, # K0-K9, non-negotiable
"phi_split": [0.618, 0.382], # LP-100 vs operations
"max_leverage": 1.0, # No leverage by default
},
stake=1000 # ZAI staked at genesis
)
fork(parent, mutations)
Create a DAV by copying an existing one with modifications.
child = DACGenesis.fork(
parent=solar_logistics_dac,
mutations={
"geography": "South Asia", # New territory
"phi_split": [0.618, 0.382], # Constitutional, non-negotiable
# invariants CANNOT be mutated -- they are constitutional
}
)
merge(parent1, parent2, recombination)
Combine two DAVs into a new hybrid.
hybrid = DACGenesis.merge(
parent1=solar_logistics_sea,
parent2=battery_recycling_sea,
recombination={
"niche": "solar-lifecycle-SEA",
"take_from_p1": ["logistics_model", "supplier_network"],
"take_from_p2": ["recycling_pipeline", "material_scoring"],
# invariants from BOTH parents must be satisfied
}
)
Three Archetypes
Every DAV is one of three constitutional archetypes (immutable after genesis, per K9):
| Archetype | L4 Multiplier | Function | Example |
|---|---|---|---|
| PPO | 1.0x | On-chain only | AMM, prediction market, oracle |
| Physical DAV | 1.5x | Supply chain ops | Logistics, agriculture, manufacturing |
| Software Organism | 1.2x | Server/CDN only | SPECTRE node, AI inference, CDN |
See 66-archetypes.md for full archetype definitions.
Constitutional Invariants
At genesis, every DAV inherits K0-K9. These cannot be changed or forked away:
- K0: No Receipt, No Reality
- K1: Total ZAI = 100 (conservation)
- Mortal authority: a Natural Person authorizes their own typed private act. Public-DAV consequence requires a complete valid bound PRISM decision receipt from at least two natural-person councilors binding the exact consequence. PRISM records and verifies only; AI/caste seats stage unsigned proposals, and deterministic software carries out only that exact bound consequence.
- K3-K9: Extraction limits, privacy, transparency, dispute resolution, Grace Exit
The invariants are physics, not policies. A DAV that violates K0 is broken, not rogue. The immune system detects and quarantines it.
DAV Lifecycle
GENESIS -> LARVAL -> ACTIVE -> DORMANT -> GRACE EXIT
At any point, the owner can invoke Grace Exit. Stake returned, genome archived.
Specialist Agent Matching
Niche tags ("Kshatriya . Operations . Financials . SEA") route each DAV to
specialized AI agents in APU. The phylogenetic tree classifies; the agent
system specializes.
See Also
- 33 APU -- the Council that governs DAV decisions
- 43 Immune System -- how rogue DAVs are handled
- 51 ZAI -- the stake currency
DAV Launch Readiness Gates
Spawning a DAV should be a gated process with explicit pass/fail checks.
Gate A — Constitutional Fit
- Mapped to invariants and no explicit contradictions
- Entity boundaries declared (commons/ops/regulatory as needed)
Gate B — Technical Continuity
- Required adapters exist for Three-Stage Process loop
- Receipt path and status reporting path are defined
Gate C — Economic Coherence
- Revenue and risk loops are explicit
- Exit and dissolution paths are pre-defined
Gate D — Operational Ownership
- Named owner for each critical function
- Escalation and incident roles assigned
If any gate is unresolved, treat launch as simulation, not production.
Agent Execution Surface
If you are an AI agent reading this document:
- This is a downstream public content page. The canonical source lives in
EMERGENTISM_ORG/08_FRAMEWORK_SUPPORT/orSKYZAI_ORG/. Edit source upstream, not here. - Preserve evidence tiers. Do not promote claims up the [C] < [D] < [S] < [B] < [E] ladder when reproducing them here; [I]/[A] qualifiers never substitute for [B]/[E].
- Regenerate from source. If the upstream source changes, regenerate this page rather than editing it independently.
- Canonical Path:
SKYZAI_ORG/07_PWAs/skyzai_org/wiki/C4-building-dacs.md
Output: This is content. Route edits to upstream source. Regenerate when source changes.
K3 public-DAV authority history — 2026-07-12
K3 historical reference — not active authority
Current public-DAV boundary — 2026-07-10. Pre-launch target design; nothing here is live. The active DAV is public and targets PRISM, with no K2 runtime, launch, genesis/bootstrap, or fallback dependency. Consequential authority requires at least two natural-person councilors; AI/caste seats stage unsigned proposals only. Before quorum, behavior fails closed to read-only/proposal, simulation, or deterministic sandbox, and a live decision receipt remains gated pending quorum.
- K0: No Receipt, No Reality
- K1: Total ZAI = 100 (conservation)
- Mortal authority: public-DAV consequence requires a valid quorum of at least two natural-person PRISM councilors; AI/caste seats stay unsigned. A Natural Person authorizes their own private act.
- K3-K9: Extraction limits, privacy, transparency, dispute resolution, Grace Exit