ยง NEW ยท 20-Node Mesh Readiness Checklist
Mesh readiness checklist โ all 20 nodes
Complete every item in this checklist before permitting production traffic through your mesh. Each section maps to a phase in the 20-Node Mesh Connection Guide.
Overall readiness
0%
0 of 63 items complete Not production-ready
Phase I โ Identity & Credentials
0/7 complete
Phase II โ Node Registration
0/7 complete
Phase II-B โ Connectivity & Handshakes
0/6 complete
Phase III โ Routing Participation
0/7 complete
Phase III-B โ Inference Scheduling
0/5 complete
Phase IV โ Metering & DIU Economics
0/6 complete
Phase IV-B โ DIU Issuance
0/5 complete
Phase IV-C โ Settlement Logging
0/5 complete
Phase V โ Health, Scoring & Privacy
0/8 complete
Operations Readiness
0/7 complete
Export & sign-off
When all items are checked, export this checklist as a signed operations document and file it with your SOC 2 evidence repository. The checklist hash (SHA-256 of all item IDs + completion timestamps) must be recorded in the AuditLog entity withresource_type: "mesh_readiness_checklist"before production go-live.
bash
# Generate and submit checklist sign-off record:
meshinfer-fleet checklist sign-off --org org_mesh20_prod --api-key msk_live_... --node-count 20 --checklist-version v1.0 --operator "ops-lead@your-org.com"
# Output: audit_log_checklist_signoff_2026-07-06.jsonTip: automated readiness gate
Wire the sign-off command to your CI/CD pipeline as a pre-production gate. If the Coordinator API reports any node in "suspended" or "degraded" status, the gate fails the deployment.
