Skip to main content

EverArcade Deployment Readiness Matrix

Canonical assessment date: 2026-06-03

SubsystemStatusReadiness %Blocking IssuesPriority
Deterministic Execution CoreDeployment Ready86Canonical verifier CLI; artifact-only replay/checkpoint proof; stable public API facadeCritical
State PersistenceExperimental72Durable crash consistency; restore rehearsal gate; backup/archive policyCritical
Federation RuntimeScaffold45Cross-machine multi-node proof; peer auth/rate limits; split-brain recovery; operator topology controlsHigh
World RuntimeExperimental62Stateful host loop; session/input integration; continuous-operation soak; restart recoveryCritical
Renderer RuntimeScaffold38Renderer-client tests; production projection stream; missed-frame catch-up; observer recoveryMedium
Deployment InfrastructureExperimental54Clean-VM artifact workflow; service lifecycle; upgrade/rollback gates; placeholder script labelingCritical
Evernode ReadinessScaffold42Live lease deployment; provider lifecycle commands; lease storage/recovery/resource validationCritical
XRPL/Xahau IntegrationScaffold24Live adapter, key management, idempotent settlement queue, ledger verification/finalityMedium
Developer ExperienceExperimental46Canonical template/quickstart; CLI integration tests; stable SDK facade; docs consolidationHigh
Operational ReadinessScaffold34Metrics/log/alert pipeline; backup automation; incident runbooks; disaster recovery drillsCritical

Matrix notes

  • The execution core is the strongest area because deterministic WASM execution, receipts, roots, checkpoints, and extensive tests exist.
  • Persistence is functional but not yet production-durable; local JSON records and integrity checks must be hardened into a crash-safe store.
  • Federation, renderer/history, and Evernode are not scored as production runtime domains despite broad architecture coverage because live recoverable behavior is not proven.
  • XRPL/Xahau is intentionally low-scored because implemented code is primarily deterministic payload/intent construction plus dry-run or placeholder submission.
  • Developer experience is suitable for internal/developer-preview use, not self-service external onboarding.
  • Operations is the largest commercial blocker after durable runtime hosting because monitoring, alerting, backup, incident response, and disaster recovery are not wired end to end.

Deployment gate recommendation

A v0.1 release candidate should not be promoted until the following matrix rows reach at least these minimums:

SubsystemMinimum for v0.1Required classification
Deterministic Execution Core90Deployment Ready
State Persistence85Deployment Ready
World Runtime80Deployment Ready
Deployment Infrastructure80Deployment Ready
Evernode Readiness75Experimental or Deployment Ready with live evidence
Operational Readiness60Experimental with concrete runbooks/gates
Developer Experience65Experimental with tested quickstart

Federation, renderer, and XRPL/Xahau can remain below those thresholds only if the v0.1 release promise explicitly excludes production federation, production renderer/history service, and live settlement.