HomeValidators

Validator Network

Research Testnet

Validators serve as the trust infrastructure of ComputeNet. They verify receipts, participate in consensus, and maintain network integrity.

Validator Responsibilities

Each validator in the network performs critical functions to maintain decentralized verification of useful compute.

Receipt Validation

Validators receive and verify compute receipts from the network.

Consensus Participation

Cast weighted attestations and participate in consensus rounds.

Peer Propagation

Maintain peer connections and propagate validated receipts.

Uptime Reporting

Report telemetry and maintain high availability.

Fraud Detection

Identify and report dishonest or malformed execution.

Active Validators

Live testnet status - 0/3 online

Validator Alphaoffline
London
Truth RecordsN/A
PeersN/A
QueueN/A
Latency--
https://alpha.computenet.ai/status
Validator Betaoffline
Frankfurt
Truth RecordsN/A
PeersN/A
QueueN/A
Latency--
https://beta.computenet.ai/status
Validator Gammaoffline
New York
Truth RecordsN/A
PeersN/A
QueueN/A
Latency--
https://gamma.computenet.ai/status

Telemetry reflects live ComputeNet research/testnet activity.

Attestation Model

Validators independently verify compute receipts and cast weighted attestations. No single validator is treated as authoritative — trust emerges from independent reproducibility across the network.

1

Receipt received

Validator receives compute receipt

2

Re-execution

Workload is independently re-executed

3

Hash comparison

Execution hashes are compared

4

Attestation cast

Weighted vote is submitted

5

Consensus check

Acceptance ratio is calculated

// Live network status
validators_online:0/3
total_truth_records:0
total_peers:0
Validator Alpha
offline
Validator Beta
offline
Validator Gamma
offline
network_status:offline

Node Endpoints

Live testnet validator endpoints for network connectivity.

EndpointRegionStatusLatencyLast Poll
https://alpha.computenet.ai/statusLondonOffline--Never
https://beta.computenet.ai/statusFrankfurtOffline--Never
https://gamma.computenet.ai/statusNew YorkOffline--Never
Coming Soon

Run a Validator

Validator participation is currently limited to the research testnet. Future phases will introduce open validator onboarding with documented requirements and setup procedures.

Hardware requirements documentation
Validator software package
Network configuration guides
Monitoring and alerting setup
Genesis Roadmap
validator-setup.sh

# Validator setup coming soon

# Check /genesis for roadmap

 

# Current testnet status:

echo "validators_online: 0/3"

echo "network_status: offline"

Learn More

Explore the technical documentation to understand the validator architecture, consensus mechanism, and network topology.