Make blockchain launch work understandable for every team.

The guide explains launch plans, chain profile, wallet custody, token supply, allowlisted operations, and the API surface without forcing readers to understand every infrastructure detail.

Three surfaces, one model

Home — explains the service
Portal — handles daily work
Guide — supports admins & developers

Three plans, one architecture model.

Plan defines validators, quorum, API capacity, and archive roles. Pick a plan, name the network, and the rest is provisioned through audited jobs.

Foundation-55 validators4 quorum0 API · 0 archive1f BFT
Resilient-77 validators5 quorum1 API · 1 archive2f BFT
Scale-99 validators7 quorum2 API · 2 archive2f BFT

The portal mirrors the service surface.

  • Launch: create a network record from plan, environment, chain ID, supply, treasury, and size.
  • Networks: see service status and capacity for every tenant network.
  • Wallets: generate treasury and operator wallets through audited worker jobs.
  • Access: users, scoped API tokens, and audit review.
  • Maintenance: read-only and guarded actions backed by audited worker jobs.

Allowlisted maintenance tasks.

Read onlyCheck Health

Read current network, node, and service health.

Read onlyDiagnose Network

Recommend recovery actions without mutating the network.

Read onlyView Logs

Fetch recent node logs with optional marker filtering.

Approval neededRestart Node

Restart one node through the guarded maintenance flow.

Approval neededCreate Snapshot

Create a node data snapshot before repair.

Approval neededState Sync Node

Recover a stale node from a healthy donor.

Approval neededRestore Node

Restore one node from a verified snapshot.

Approval neededGenerate Wallet

Generate a wallet through the approved service flow.

Every action is recorded as an audit event with actor, target, and result — keep this guarantee when you wire production execution.