Runbook: Validators
Document type: DevOps runbook
Doc ID: DEVOPS-RUNBOOK-VALIDATORS
Status: Final v0.1
Release date: December 21, 2025
Author: Nicolas Turcotte, Founder
Source repo: dcorps-docs-public (docs/devops/RUNBOOK-VALIDATORS.md)
Last updated: 2025-12-24
Scope: Public-safe validator onboarding steps and key rotation guidance.
1. Onboarding steps
- Provision validator and sentry nodes.
- Generate validator keys and secure them offline.
- Configure sentry networking and private peer topology.
- Create a gentx and submit for inclusion in genesis or governance onboarding.
- Start the node and confirm signing participation.
- Publish validator metadata (name, website, contact) through the standard staking description fields where applicable.
2. Operational checks
- Monitor missed blocks and validator uptime.
- Confirm peer connectivity and block propagation.
- Confirm RPC endpoints are not publicly exposed from validator nodes.
3. Key rotation (high level)
- Schedule rotation during a low-traffic window.
- Update validator key material and config.
- Confirm the validator resumes signing without double-sign risk.
- Update any public validator metadata if addresses change.
Note: consensus key rotation mechanics depend on chain implementation. If direct rotation is not supported, rotate by migrating to a new validator identity under a documented and audited process.