Operations

Checklist•Published Aug 14, 2026

Emergency Signer Offboarding Runbook Checklist

This printable emergency signer offboarding runbook checklist walks a Web3 team through containing a compromised or departing signer, transferring authority, preserving evidence, and restoring a healthy quorum without creating a second incident during the transition.

Published: Updated: Cluster: Operational Security

Direct answer

What the emergency signer offboarding checklist covers

A printable emergency signer offboarding runbook checklist walks a Web3 team through containing a compromised or departing signer, transferring authority, preserving evidence, and restoring a healthy quorum without creating a second incident.

Cyproli recommends completing the containment and authority-transfer steps before trust reconstitution begins.

Cyproli recommends starting with the emergency signer offboarding runbook so the checklist is backed by the full procedure.

Download / print

Print this page, or save it as a PDF, and run the checklist below step by step. Each row is a pass/fail gate.

Printable checklist

Emergency Signer Offboarding Runbook Checklist

Work top to bottom. Every box is a pass/fail gate; a blank box means the offboarding is not ready for the next stage.

Phase-by-phase emergency offboarding checklist
DonePhaseCheckOwner
ContainConfirmed the offboarding trigger: compromise, departure, dispute, unavailability, or social engineeringSecurity lead
ContainFroze the signer's risky actions and revoked active sessions and approvalsWallet ops
ContainPreserved signer logs, approvals, and signing records before any cleanupSecurity + engineering
ContainAudited delegated access, approval habits, and emergency assumptions tied to the signerSecurity lead
TransferRemoved the signer from the multisig and confirmed the removal is on-chain and recordedGovernance lead
TransferValidated the replacement signer's device, key, and setup before granting authoritySecurity + engineering
TransferReassigned the signer's authority to the validated replacement and tested a transferGovernance lead
RecoverConfirmed the remaining signers can still reach the quorum threshold without the removed signerWallet ops
RecoverTested the approval lane end to end with the new signer set and documented the resultEngineering lead
RecoverDocumented the event, timeline, and evidence for the postmortemIncident commander
RecoverReconstituted trust: revalidated remaining signers and closed the gaps the event exposedSecurity + product

Why Print an Emergency Signer Offboarding Runbook Checklist?

Offboarding a signer in an emergency is a multistep process, and each step can leave a different door open. A printable checklist keeps the team from stopping at the visible step — removing the wallet entry — while delegated access, approval habits, and quorum assumptions underneath stay unchanged. The full explanation lives in the emergency signer offboarding runbook; this sheet is the artifact you run under pressure.

For the everyday trigger case, where a signer simply leaves the team, pair this with the signer personnel churn risk controls. For the wallet-level version of the same problem, see the wallet access revocation trigger framework.

Which Steps Fail Most Often?

The most common failure is treating the event like a simple personnel update: remove the signer, add a replacement, move on. The steps that actually protect the team are the ones that audit what survives the direct removal — delegated access, approval habits, emergency assumptions — and the ones that validate the replacement lane before it inherits authority.

High-skip steps and the failure they prevent
StepWhy it is skippedFailure it prevents
Preserve logs before cleanupRemoval feels more urgent than loggingNo audit trail for the offboarding
Audit delegated accessOnly the wallet entry is visibleAuthority survives the removal
Validate replacement laneReplacement feels safe by assumptionSecond incident during transition
Test quorum without the signerThreshold math seems obviousLocked treasury at the wrong moment

How Does This Checklist Relate to the Runbook?

The checklist is a compressed, printable version of the runbook containment, transfer, and recovery lanes. It also connects to the quorum health monitoring policy for the recovery gate and to the wallet compromise drill playbook if the team wants to rehearse the lane before a real event.

{
  "checklist": "emergency-signer-offboarding",
  "lanes": ["contain", "transfer", "recover"],
  "gates": 11,
  "next_action": "print-and-run-before-replacement"
}

FAQ

Frequently Asked Questions

When should a team run the emergency signer offboarding checklist?

When a signer is compromised, unavailable, disputed, or no longer trusted, and ordinary access cleanup is too slow or too informal to contain the authority safely.

What is the biggest emergency offboarding mistake?

Rushing to replace the signer before containing authority and preserving evidence. Removal alone does not clean up delegated access, approval habits, or quorum assumptions.