Dimensions

nox/docs/explanation/decider
the decider verifying all history from genesis in 89 constraints. the cost of trust every blockchain asks: "how do I trust this state?" the answers differ by orders of magnitude: the HyperNova accumulator folds every block into a running aggregate. at any point, one decider verification proves that…
nox/specs/jets/decider
decider jet β€” 89 constraints verifies ALL accumulated chain history in one step. the HyperNova decider checks the universal accumulator (~200 bytes) that folds every block from genesis. generic cost: ~8K constraints. with three stacked optimizations: 89 constraints β€” less than one hemera…

Local Graph