nx_commons_capunit_gate.nx
buildroot/runtime/nx_commons_capunit_gate.nx
about
nx_commons_capunit_gate.nx -- proves the trust-flow cap actually BINDS, using the estate's own
measured shape rather than a fixture I chose.
WHY: the fixed NXC_CAP_PER_PARTNER=100 was measured against the real 2,018-edge import graph on
2026-08-07 and bound for ZERO of 1,233 organs. nx_syscalls: 740 partners, cap 74,000, standing 666.
The guard existed, was imported, ran on every call, and could not fire for anybody.
★ A GUARD THAT RUNS AND CANNOT FIRE IS INDISTINGUISHABLE FROM ONE THAT WAS NEVER WIRED, EXCEPT
THAT IT LOOKS LIKE IT WORKS.
The numbers below are the REAL measured ones for nx_syscalls, not invented: gave=740, took=0,
partners=740, witnessed (it has nx_syscalls_gate) -> 900 permil, standing 666.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_commons_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 16 | const CU_GAVE: i64 = 740 |
| 17 | const CU_TOOK: i64 = 0 |
| 18 | const CU_PASSED: i64 = 0 |
| 19 | const CU_WITN: i64 = 900 |
| 20 | const CU_PARTNERS: i64 = 740 |
| 21 | const CU_RECENT: i64 = 1000 |
| 23 | const CU_RATE_LEGACY: i64 = 100 // the fixture-born constant |
| 24 | const CU_RATE_COUNT: i64 = 1 // a rate in the same unit as count-scale standing |
functions
| 26 | func main() -> i64 |