The State Commitment represents the current state of that identity:
state_commitment = H(
identity_root,
control_key,
recovery_key,
attributes_root,
policies_root
)
control_key – active key used for daily actionsrecovery_key – root for recovery / guardiansattributes_root – commitment to private attributes in the vaultpolicies_root – commitment to the current policy setEvery update (new address, new policy, key rotation) creates a new state commitment, but the identity_root stays the same.