After deploying your validator or Super Validator node, run through the following checks to confirm that the node is operational and correctly connected to the Global Synchronizer.Documentation Index
Fetch the complete documentation index at: https://cantonfoundation-issue-365-details-history.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Check node health
Verify that all pods are running and healthy:1/1 ready containers with a Running status. If any pods are in CrashLoopBackOff or Error state, inspect the logs for that pod before proceeding.
Verify synchronizer connectivity
Confirm that the participant has connected to the global synchronizer. Check the participant logs for a successful connection message:Confirm party hosting
Verify that your validator party is correctly hosted on the participant. You can check this through the validator app logs, which should show a successful initialization and party hosting confirmation. For SV nodes, confirm that thesvPartyId is registered and visible in the DSO info tab of the SV web UI.
Verify wallet UI access
Open the wallet UI at your configured hostname (e.g.,https://wallet.validator.YOUR_HOSTNAME) and log in with your validator user account. Confirm that:
- The wallet loads without errors
- The CC balance is visible (it will be zero for a freshly deployed node)
- The wallet can display transaction history
Check metrics endpoints
If you have monitoring configured, verify that metrics are being exported:Test basic operations
For a validator node, confirm that you can purchase traffic using CC. If auto-top-up is configured, verify that the traffic balance is increasing as expected. For an SV node, confirm that:- Status reports are being sent (check the SV app logs)
- The node appears in the DSO info tab of the Scan UI
- The node is participating in CometBFT consensus (check CometBFT logs for block signing activity)