Skip to main content

Stable Overview

Stable documentation follows the same chain-first structure used by Ethereum: understand the node role, deploy it through Kubernetes, expose only the right developer interfaces, and operate it with clear monitoring and safety controls.

What this chain page covers

AreaPublic guidance
Node roleCosmos/EVM validator with stablevisor-managed runtime and EVM endpoint surfaces.
Deployment modelKubernetes workload managed through GitOps and Helm-style values.
Developer interfacesChain RPC/API/gRPC/WebSocket or service endpoints exposed through private or gatewayed access.
OperationsMonitoring, signer safety, rollout discipline, backup/restore, and incident response.
Sensitive detailsServer names, node names, private addresses, exact secret paths, and local storage paths are intentionally omitted.

Operator workflow

Review chain role
→ Render Kubernetes deployment values
→ Confirm secret classes exist
→ Deploy through GitOps
→ Verify chain and Kubernetes health
→ Expose developer interfaces through approved gateway policy

Use this page as the entry point. Use the subpages for architecture, deployment, interface, monitoring, and configuration details.