Operators

Represented by The Elephant

Keep the network alive. Earn by doing useful work.

ZooBC needs reliable infrastructure: nodes that validate the chain, gateways that route public traffic, archival services that preserve history, and operators who understand continuity and security.

THE SYMBOL / THE ELEPHANT

Why this symbol?

The elephant represents memory, continuity, and dependable strength. These are the qualities infrastructure operators bring to a network that must remain available and preserve its history.

OPERATOR FIELD GUIDE / THE JOB

Operate a service whose failure is visible before it becomes contagious.

ZooBC infrastructure is not one interchangeable server. A full node validates and accepts transactions, an archival service preserves deep readable history, a gateway routes public traffic to allowed healthy services, and a relay has its own network role. Operators must know which service is responsible before diagnosing it.

01

Respect service boundaries

Gateway GET requests may use archival history, while POST requests must reach a full node with a mempool. An archival service is read-only. Sending writes to the wrong service can look like a chain failure when it is only a routing error.

02

Verify what you install

Hash every node, gateway, Wallet, or utility release before execution. Compare the exact fingerprint with release evidence and reject revoked, missing, or unexplained files. Operational urgency is not a reason to skip provenance.

03

Measure health in layers

Machine CPU, memory, disk, and uptime answer a different question from gateway reachability, allowlist health, chain height, peer connectivity, and registry status. A green machine can still serve stale chain data.

04

Protect the control plane

Gateway administration uses a per-box admin key with no default value. Allowlist writes and release synchronization belong behind that boundary. Public chain reads must not quietly inherit administrative authority.

OPERATOR FIELD GUIDE / WORKING MAP

Diagnose the failed layer, not the nearest symptom.

The same blank screen can come from a browser, gateway, archival service, full node, allowlist, or chain-state problem. Check them in order.

SymptomLikely boundaryOperator check
GET history failsGateway route or archival serviceCheck gateway status, archival reachability, and whether the 404 has a response body before treating it as a route fallback.
Transaction will not broadcastFull-node route or mempoolConfirm the POST reached a full node. Archival services are read-only and cannot accept a transaction.
Specific-node hostname is refusedGateway allowlistConfirm the node IP and port are admitted. The restriction prevents the gateway from becoming an open proxy.
Dashboard is green but height is staleChain-facing serviceCompare blockchain status and latest block with another healthy endpoint; machine uptime alone does not prove chain freshness.
Release appears but cannot be trustedRelease registry or authorityHash the exact file, inspect release status, and confirm the current release authority independently.
Disk pressure risesHost capacity or archival growthInspect system stats, retention role, logs, and growth before availability is affected; do not wait for a service crash.
OPERATOR FIELD GUIDE / METHOD

Use a runbook that leaves evidence.

An operator should be able to explain which binary is running, where it came from, what role it serves, which network it follows, and how its health was measured.

  1. 01

    Define the service

    Record whether the host is a full node, archival service, gateway, relay, or combination explicitly supported by the deployment. Record domain, API port, network, and the owner responsible for intervention.

  2. 02

    Verify and install

    Acquire the current package, calculate SHA-256, compare release evidence, review the configuration, and protect generated credentials. Keep the fingerprint and version in the deployment record.

  3. 03

    Prove both machine and chain health

    Check system resources and gateway status, then query blockchain status and the latest block. Compare height and freshness with an independent endpoint before declaring the service ready.

  4. 04

    Exercise the actual role

    For gateways, test public reads, specific-node routing, and authorized allowlist behavior. For full nodes, test transaction submission safely on testnet. For archival services, test deep history reads.

STOP CONDITION

Do not expose a new service as healthy when the binary is unverified, the network is ambiguous, the chain height is stale, administrative credentials are default or shared, or the service role has not been exercised end to end.

OPERATOR FIELD GUIDE / SOURCE DISCIPLINE

Keep operations tied to live controls and maintained references.

Status pages show the present; manuals explain behavior; the Explorer provides independent network context; the security and rewards pages explain why the service matters.

OPERATOR FIELD GUIDE / STANDARDS

Reliability is a record, not a feeling.

Operate so another qualified person can understand the service and recover it without guessing.

DO
  • Record versions, hashes, configuration ownership, and network identity.
  • Monitor machine resources and chain freshness separately.
  • Use distinct, protected administrative credentials per box.
  • Test read and write paths against the correct service role.
  • Describe outages as unavailable or stale until measurements return.
DO NOT
  • Send transaction POSTs to an archival service.
  • Treat host uptime as proof the node is synchronized.
  • Expose administrative routes or keys in public documentation.
  • Add arbitrary targets to the gateway allowlist.
  • Install a release whose fingerprint or authority cannot be confirmed.
01 / WHO THIS IS FOR

Does this sound like you?

For node operators, gateway operators, infrastructure engineers, and technically capable network stewards.

01

You are comfortable running services, reading logs, and maintaining systems.

02

You want participation to come from useful network work rather than mining hardware or passive wealth.

03

You care about uptime, security, verification, and long-term continuity.

04

You want to help test infrastructure before mainnet genesis.

02 / WHAT YOU CAN DO

Enter through a real door.

Each route below leads to an existing ZooBC page, tool, or current community destination.

03 / CHECK THE PROJECT

Follow the evidence.

Use the source that matches the question instead of relying on a single marketing page.

04 / YOUR NEXT MOVE

From interest to participation.

  1. 01Verify and install the current software
  2. 02Connect to testnet and monitor behavior
  3. 03Coordinate production requirements before mainnet
02 / OPERATORS

Keep the network alive. Earn by doing useful work.

ZooBC needs reliable infrastructure: nodes that validate the chain, gateways that route public traffic, archival services that preserve history, and operators who understand continuity and security.

Get node softwareSee every way to join