| Vault Registry | VaultRegistry in state.rs | Stores wallet public key, authority hash, threshold, participant count, status, sequence, and bump. |
| Quantum Authority | QuantumAuthorityState in state.rs | Stores current post-quantum authority hash/root, sequence, and bump. |
| Authority Proof | AuthorityProofState in state.rs | Stages large authority proofs in chunks before final authority rotation. |
| Spend Orchestration | SpendOrchestrationState in state.rs | Tracks a spend action hash, signer commitments, signing package hash, transaction binding, expiry, and status. |
| Recovery State | RecoveryState in state.rs | Tracks recovery commitment, target threshold/participant count, expiry, and status. |
| PQC Wallet | PqcWalletState in state.rs | Stores a stable wallet id, current Winternitz root, sequence, and bump. |