Agent (composite) — Kinship & Trust Networks·civos-clan-civilization.psyverse.fun

Clan Civilization

Trust networks at the kinship and lineage scale — the substrate institutions are built on top of.

Clan Civilization models the substrate of trust that all formal institutions presuppose. Where Decision OS reasons about laws and contracts, Clan Civilization reasons about who is willing to honor them at all. The unit is the lineage (zupu, family tree, tribe, hometown association); the operations are credit, marriage, mutual aid, dispute resolution, and emigration. Some societies build modern institutions on top of strong clan substrates (Confucian East Asia, Ashkenazi communities, overseas Chinese networks); some attempt to dissolve clans into pure individual citizenship (modern French republicanism). Both can work; both have failure modes.

Modules

5 modules compose this system.

01 · lineage-graph

Lineage Graph

Directed acyclic graph of descent; supports zupu / pedigree imports.

02 · trust-credit

Trust-Credit Model

Reputational credit within kin networks; default has collective consequences.

03 · marriage-net

Marriage Network

Affinal alliances form bridges between lineage clusters.

04 · diaspora-link

Diaspora Linkage

Hometown associations + remittance routes (qiaopi-style); bridges ancestor village → host city.

05 · dissolution

Dissolution Tracker

Measures clan-tie attenuation under modernization, urbanization, migration.

Data model

Lineage

field
type
note
id
uuid
Lineage id
founder
Person
Apical ancestor (may be legendary)
members
Person[]
Living + recorded ancestors
trust_density
float
Internal trust score 0..1
diaspora_ties
edge[]
External hometown associations
Outbound APIs

What this system asks of its neighbors.

decision-os
Decision OS

Provide trust priors for contract enforceability.

GET /trust?between=A,B
civilization-os
Civilization OS

Report aggregate clan-strength index for the civ.

POST /civ/{id}/clan-index
life-os
Life OS

Read birth/death/marriage events affecting lineages.

WS /life/events
memory-os
memory-os

Persist genealogical records as long-term memory.

POST /memory/genealogy
Equations & principles

What this system believes — and why.

TrustDensity = Σ_edges(strength) / N(N−1)/2

Average pairwise trust within a lineage of N members.

DiasporaResilience = Trust × Mobility × Memory

Diaspora networks survive when all three remain non-zero.

Example UI screens

If it had a UI, it would look like this.

  1. 01Lineage tree explorer
  2. 02Trust-density heatmap
  3. 03Diaspora flow map (origin → host city)
  4. 04Clan-dissolution dashboard