Go Live
Your Progress
Step 4 of 4 — Activate your DVE on KNIRVCHAIN
Step 4: Connect to KNIRVCHAIN & Go Live
Activating your DVE makes it live on the KNIRV network — it begins accepting workloads under your configured policies and all execution results are committed to KNIRVCHAIN for immutable audit.
Activate Your DVE
knirv dve activate --dve-id YOUR_DVE_ID
knirv dve health --dve-id YOUR_DVE_ID
Activation triggers the first on-chain attestation commit and opens the DVE's endpoint for incoming workloads.
Verify Your Blockchain Commits
Once live, every policy application and execution result writes to KNIRVCHAIN. Inspect your audit trail:
knirv chain audit --dve-id YOUR_DVE_ID --limit 10
const client = new KnirvClient({ apiKey: 'YOUR_API_KEY' });
const audit = await client.chain.getAuditLog({
dveId: 'YOUR_DVE_ID',
limit: 10,
});
audit.entries.forEach(e => console.log(e.txHash, e.event, e.timestamp));
Health & Attestation Status
Ready to Scale?
Your free DVE is live. When you need more:
- Professional ($199/mo) — Unlimited DVEs, Cognitive Engine adaptive policies, KNIRVARENA access
- Enterprise (Custom) — eBPF kernel bridge, Badge Lab attestation, Guardrails enforcement
- Custom (Self-Hosted) — Full KNIRVSERVER, ICME memory, root oracle, source license
Your DVE is Live
Congratulations — your Distributed Validation Environment is deployed, policy-governed, and committing its audit trail to KNIRVCHAIN.