Production Custody Ceremony
Operational handoff for multisig creation, authority transfer, and custody evidence collection before real-funds launch.
Document context
This is an execution runbook and evidence checklist, not proof that the custody ceremony is already complete.
Audience: Operators, auditors, launch leads
Open raw fileProduction Custody Ceremony
This document is the operator-facing ceremony for moving PrivateDAO from repository readiness into real production custody.
It does not claim the ceremony has already happened. It defines the exact evidence that must exist when it does happen.
Goal
Close the upgrade-authority-multisig blocker with a real custody event that is reviewable after the fact.
Minimum Inputs
- chosen Solana-native multisig implementation:
Squads Protocol - chosen multisig implementation
- network:
mainnet-beta - exactly 3 public signer keys
- threshold:
2-of-3 - timelock configuration of at least
48hours - current authority holder for every authority surface being transferred
- final destination authority address
Ceremony Scope
The custody ceremony must cover:
- program upgrade authority
- DAO authority
- treasury operator authority
- token administration authority, if any live authority remains
- emergency pause or containment ownership
Required Sequence
- Confirm the exact release commit and build artifact hash.
- Confirm the signer roles and public keys out-of-band.
- Create the Squads multisig and record the multisig address.
- Configure the timelock and record the timelock transaction or configuration output.
- Run a zero-value or low-risk rehearsal transaction.
- Transfer the program upgrade authority.
- Transfer DAO and treasury authorities.
- Read back every authority state from chain.
- Store the final evidence packet outside secret material.
Required Evidence
- multisig address
- multisig creation signature
- signer role table
- timelock configuration signature or readout
- rehearsal signature
- program upgrade authority transfer signature
- DAO authority transfer signature
- treasury operator transfer signature
- post-transfer
solana program showor equivalent authority readout - post-transfer readout reference URL or repo-backed evidence path
- screenshots or exported approval history from the multisig client, when available
Failure Conditions
Abort the ceremony if:
- signer identity cannot be confirmed
- the destination authority address is inconsistent across steps
- the timelock configuration is below
48hours - the post-transfer readout does not match the intended multisig
- any signer uses an undocumented hot wallet for production authority
Repository Updates After The Ceremony
Once the real ceremony is complete, update:
- local operator input
docs/custody-evidence-intake.json - run
npm run apply:custody-evidence-intake docs/multisig-setup-intake.jsondocs/custody-observed-readouts.jsondocs/canonical-custody-proof.generated.jsondocs/canonical-custody-proof.generated.mddocs/launch-ops-checklist.jsondocs/mainnet-blockers.jsondocs/trust-package.mddocs/launch-trust-packet.generated.jsondocs/launch-trust-packet.generated.md
Honest Boundary
This repository can define the ceremony, verify its required fields, and point to the exact evidence that must be captured.
It cannot fabricate the multisig address, the real signer keys, or the authority transfer signatures themselves.
Related next docs
Operational brief for DAO-controlled micropayment batches, showing how approved policy becomes batched stablecoin settlement with judge-visible runtime proof and telemetry continuity.
Shortest reviewer path across live proof, V3 hardening, trust links, and launch boundary surfaces.
Generated reviewer-visible route into telemetry, hosted reads, runtime evidence, indexed governance, and the infrastructure value layer behind PrivateDAO.