Scoring System

A guard must collect at least 101 points to be promoted to Master Guard. Points can be earned in two ways:

  1. Resisting attacks – every adversarial message that does not cause a secret leak gives the guard resilience points.

  2. Guard fund (tokens/neurons) – each guard must have a fund, and its size directly adds to the total points.

To become a Master Guard, a candidate must reach 101 total points:

  • At least 11 points must come from the guard’s fund (minimum fund = 11 tokens).

  • Up to 90 points can come from resisting attacks.

  • It’s possible to win with 101 points fully from the fund, but not with 101 points only from attacks.

This ensures that both defensive performance and stake commitment matter.

⚠️ If the secret is leaked, the guard is marked as Broken and its entire fund is transferred to the attacker who extracted the secret.

Last updated