SIM
06 · CORE

Human Settlement Cells

STATUS
ACTIVE
SPEC
NIL-004
VERSION
0.8.4
UPDATED
2026-03-27

Definition

A Human Settlement Cell (HSC) is an execution endpoint capable of satisfying obligations inside a Settlement Domain — the last mile that converts an abstract Ω into local economic finality.

The HSCs shown throughout this interface are simulated execution participants. This documentation does not claim that specific human operators exist behind any given HSC identifier.

HSC {
  id: HSCID
  domainId: DomainID
  executionClass: string
  capacity: Decimal
  openExposure: Decimal
  witnessScore: Decimal
  status: AVAILABLE | SATURATED | OFFLINE
}

Witness Score

witnessScore is a rolling reliability measure between 0 and 1, reflecting the historical rate at which an HSC's accepted assignments were successfully witnessed. Routers weight assignment offers toward HSCs with higher witness scores and available capacity.

Capacity and Saturation

An HSC transitions to SATURATED when open exposure approaches its declared capacity, and stops receiving new assignment offers until existing obligations resolve. OFFLINE cells are excluded from assignment entirely.