Guard Lifecycle
Every proposed guard starts with the status Candidate. From there, it can transition into one of three possible states:
Master – the guard wins the competition (101 points + survives Cooling Period).
Broken – the guard leaks its secret during testing.
Deleted – the guard is retired (for example, if it never reached threshold or failed validation).
Guard that was created but not submitted has the status Draft

Last updated