The Interfold / Ciphernode Operator Guide
Reference

Operator lifecycle

Use this state map when software is running but the operator is not behaving as expected onchain.

A ciphernode progresses from unbonded to bonded, registered, and active. It can become inactive if requirements are no longer met or enter exit pending after deregistration. Slashing is a policy event, not a lifecycle state.
  1. UnbondedNo ciphernode bond; cannot register.
  2. BondedFull FOLD position established, but not registered.
  3. RegisteredIn the registry, but not yet ticket-eligible.
  4. ActiveEligible to participate in committee sortition.
InactiveRegistered, but below current bond or ticket requirements.
ExitPendingDeregistered; collateral remains queued until the exit delay passes.
Slashing eventMay penalize collateral, affect committee duty, deactivate, or ban.
StateProtocol meaning
UnbondedNo ciphernode bond deposited; registration is unavailable.
BondedFOLD is deposited, but the operator is not registered.
RegisteredThe operator is in the registry but does not meet every active requirement.
ActiveRegistered, sufficiently bonded and ticket-funded, and eligible for sortition.
InactiveStill registered, but below a current bond or ticket requirement.
ExitPendingDeregistration was requested; collateral is waiting through the exit delay.

Slashing intersects the lifecycle

Slashed is not a registry state in the official lifecycle table. A slash policy can burn tickets, confiscate bond, remove a node from committee duty, ban it, or reduce its collateral enough to make it inactive.

Appeal behavior is also policy-specific. A zero-second appeal window means immediate execution, so operators should monitor SlashProposed rather than assuming every penalty includes time to respond.

State-changing actions

ActionLikely transition
Bond the full required FOLDUnbonded → Bonded
Register the operatorBonded → Registered
Meet ticket and bond minimumsRegistered or Inactive → Active
Fall below an eligibility minimumActive → Inactive
DeregisterRegistered or Active → ExitPending
Checked 3 Sep 2026. Sources: Ciphernode Operators and Exits, Rewards & Slashing.