AURA

Trust & Recovery

Trust scoring, ownership handover, and custody recovery errors

Trust Envelope

CodeNameTrigger
6097TrustLockdownActiveTrust tier is Lockdown; proposal submission is blocked when the trust PDA is supplied.
6098InvalidTrustPolicyTrust policy thresholds are not monotonic or multipliers exceed 1×.
6099TrustRestoreUnauthorizedCaller is not the owner or a registered guardian.

Ownership Handover

CodeNameTrigger
6100SuccessorNotNominatedexecute_ownership_handover called with no pending nomination.
6101OwnershipHandoverTimelockActiveHandover timelock (48 h) has not elapsed.
6105UnauthorizedHandoverCaller is not authorized to nominate or execute an ownership handover.

Custody Recovery

CodeNameTrigger
6108NoRecoveryDestinationbreak_glass_recover called but no recovery address registered for the chain.
6109RecoveryTimelockActiveAttempting to change a recovery destination before its lock window expires.
6110RecoveryPreconditionNotMetTreasury is not in emergency shutdown, or the 1-hour post-shutdown activation window has not elapsed.
6111RecoveryDestinationImmutableAttempting to change a recovery destination while an emergency shutdown is active.
6112UnauthorizedRecoveryCaller is not authorized to initiate a recovery operation.

On this page