Token Lifecycle Model
Deterministic State Machine for Incentive Units
Purpose
The Token Lifecycle Model formalizes incentive unit state transitions as bounded, timestamped, ledger-validated events. No incentive unit may change state outside this model.
This applies to:
All units must follow this lifecycle grammar.
I. State Definitions
Each incentive unit exists in one of the following states:
Unit created but not yet active. Must reference issuance source (proposal, milestone, algorithmic trigger). Time-bound maturation phase. Governance weight = 0 during vesting unless explicitly configured. Fully participating in governance weight or treasury logic. Reduced governance influence due to inactivity or time decay. Temporarily disabled due to investigation, rule violation, or governance freeze. Reduced via enforcement mechanism. Retired / Burned / Expired Permanently removed from circulation. II. Deterministic Transition Rules
Issued → Vesting
Trigger:
Issued → Active
Trigger:
Ledger confirmation complete Vesting → Active
Trigger:
current_time ≥ issued_at + vesting_duration Active → Decayed
Trigger:
last_activity_timestamp > inactivity_threshold Decay rate applied per configured multiplier Decayed → Active
Trigger:
Verified participation event Active → Suspended
Trigger:
Conflict Resolution decision Risk escalation threshold exceeded Suspended → Active
Trigger:
Active / Decayed → Slashed
Trigger:
Governance-approved penalty decision Threshold met per enforcement module Any State → Retired
Trigger:
Governance decision to burn III. Hard Constraints
All transitions require ledger entry. Slashing must reference proposal ID. Suspension requires review body. Expiry must be deterministic (timestamp-based). IV. Governance Weight Computation Hook
At each state transition, the system recalculates:
Effective Weight =
(quantity × state_multiplier × activity_factor × time_factor)
− concentration_adjustment
State multipliers example:
Slashed: adjusted quantity Structural Function
The lifecycle model ensures:
No indefinite passive influence Time-bound participation relevance