nx_commons_sybilcost_gate.nx
buildroot/runtime/nx_commons_sybilcost_gate.nx
about
nx_commons_sybilcost_gate.nx -- measures the sybil bound instead of asserting it.
The claim under test is the trust-flow theorem: total standing reachable by an attacker depends on
ATTACK EDGES, not on the number of identities minted. T2 is the tooth -- multiply the sybils by
1000 with the attack edges held fixed, and the attacker's total must not move by one unit.
T1 bite-proves it against the naive vouch-counting rule kept as a negative control, which grows
linearly with identities and is therefore farmable for free.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_commons_sybilcost.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
| 12 | const SG_UNIT: i64 = 100 // standing per vouch under the naive rule |
| 13 | const SG_VOUCH_EACH: i64 = 3 // vouches each sybil awards itself via its ring |
functions
| 15 | func main() -> i64 |