Skip to main content
Docs/Platform

Production checklist

The launch checklist for moving SolKernal from local demo to public beta or mainnet.

Last updated July 2, 2026

Before launch

  • Replace SQLite with a managed production database.
  • Set all required environment variables in the deployment platform.
  • Disable mock execution in production or label it clearly.
  • Add signed wallet-message verification for submissions and staking-sensitive actions.
  • Run Prisma migrations against production.
  • Configure rate limits for /api/execute and /api/skills.
  • Verify Solana RPC reliability and fallback providers.
  • Publish final $SKRN mint address only after deployment verification.
  • Add monitoring for LLM latency, error rate, token usage, and execution volume.
  • Review terms, risk disclosures, and moderation policy for public skill submissions.
NextRoadmap