QUANTARA • QUANTUM-RESISTANT L1
Validator FAQ for Quantara Devnet-0
Straight answers to the most common questions about running a Quantara validator on Devnet-0 — and how it evolves into public testnet and mainnet.
Docs • Validators
Validator FAQ for Quantara Devnet-0
Use this page alongside the Devnet-0 overview, launch checklist, and validator runbook whenever you’re planning, deploying, or troubleshooting a validator.
This FAQ covers practical questions validators ask when getting started with Quantara Devnet-0: hardware, uptime expectations, test QTR, incidents, upgrades, and how this rehearsal phase connects to the public testnet and mainnet.
If you're new, start with Devnet-0 overview and the launch checklist. Once you're running nodes, graduate to the validator runbook and the ops / security docs under /docs.
This page is intentionally high-signal. If you don't find a question answered here, check Troubleshooting and Known issues for more specific scenarios.
1 • Getting started
Access, onboarding, and expectations
How to know if Devnet-0 is a good fit for you, and what it means to participate as a validator.
1.1 — Who should run a validator on Devnet-0?
- • Teams comfortable with Linux, systemd, and basic networking.
- • Infra providers, validators, and funds who want to rehearse before public testnet / mainnet.
- • Builders running wallets, explorers, or infra that depend on stable full nodes.
- • Operators willing to join incident drills and provide feedback.
1.2 — What’s the difference between Devnet-0 and public testnet?
- • Devnet-0 is closed and fast-moving — we break things on purpose.
- • Public testnet mirrors mainnet parameters more closely and is open to the wider community.
- • Lessons from Devnet-0 feed directly into testnet launch criteria.
- • Strong Devnet-0 operators are first in line for public testnet slots.
2 • Hardware & performance
Hardware, network, and performance expectations
Devnet-0 doesn’t require giant machines, but we want you to practice like it’s mainnet.
2.1 — Minimum hardware for Devnet-0
- • 4–8 vCPUs.
- • 16–32 GB RAM.
- • 1 TB NVMe SSD (higher IOPS is better).
- • Stable bandwidth, low packet loss.
See Devnet-0 launch checklist and Benchmarks guide for more detailed sizing and targets.
2.2 — Bare metal vs. cloud
- • Both are acceptable on Devnet-0.
- • Use bare metal if you want to practice your eventual mainnet topology.
- • Use cloud if you optimize for faster iteration and rebuilds.
- • Whatever you choose, document it in your internal runbooks.
2.3 — Observability requirements
- • Metrics stack (e.g., Prometheus + Grafana) strongly preferred.
- • Central log aggregation recommended.
- • Alerts for node down, no blocks, low peers, disk.
- • For patterns, see the Monitoring & observability doc.
3 • QTR & slashing (Devnet-0)
Test QTR, rewards, and slashing on Devnet-0
Devnet-0 uses test QTR only. Think of it as a sandbox for behaviors that will matter economically on mainnet.
3.1 — Is Devnet-0 real money?
- • No. Devnet-0 runs on QTR (devnet) — test tokens, no real-world value.
- • Balances and participation may inform future recognition, but there's no promise of automatic mainnet rewards.
- • Treat this as rehearsal for behaviors that will later carry economic weight.
3.2 — How does slashing work on Devnet-0?
- • Slashing on Devnet-0 is mostly simulated / experimental.
- • Expect us to run drills around downtime, equivocation, and other risky behaviors.
- • The point is to make sure you understand what would be dangerous on mainnet.
- • For deeper discussion, see the Runtime overview and future economics docs.
4 • Keys & security
Key management, backups, and security posture
Devnet-0 is where you practice real key hygiene and backup habits while the stakes are still low.
4.1 — How should I store validator keys?
- • Keep mnemonics offline in a password manager or HSM.
- • Separate stash, controller, and session roles.
- • Never paste mnemonics into random terminals or UIs.
- • Use dedicated, documented machines for signing where possible.
See Key management & backups and Security checklist for detailed guidance.
4.2 — What backup strategy should I use?
- • Backup node configs, systemd units, and scripts.
- • Store encrypted seed backups in multiple locations.
- • Consider periodic database snapshots for faster recovery.
- • Track backups and restores using an internal checklist.
The Backup & restore doc covers practical patterns and gotchas.
4.3 — What if I think a key is compromised?
- • Immediately rotate session keys and stop the node.
- • Move any remaining test funds to a safe account.
- • Document the event using the postmortem template.
- • Share a short summary with the Quantara team.
5 • Incidents & troubleshooting
When something looks wrong
How to quickly decide whether an issue is local to your node or network-wide — and what to do next.
5.1 — How do I know if it’s just my node?
- • Compare your block height to the Status page and explorer.
- • Check peers and logs for obvious local errors (disk, network).
- • If others report healthy nodes at the same time, start with Troubleshooting steps.
5.2 — What if it looks like a network-wide issue?
- • Check for an active incident on the incidents page.
- • Capture a short log snippet and current block height.
- • Share details in validator / ops channels.
- • Follow the Incident response playbook and any incident-specific notes.
6 • Roadmap
From Devnet-0 to public testnet to mainnet
Where validators fit into the bigger Quantara story — and how today’s rehearsal turns into tomorrow’s production network.
6.1 — What carries over from Devnet-0?
- • Your muscle memory: upgrades, incidents, key rotation, monitoring.
- • Your infra patterns: how you structure validators, sentries, and observability.
- • Your relationship with the Quantara team and other validators.
- • Lessons that shape launch criteria for public testnet.
6.2 — How do I stay close to updates?
- • Watch the Status and Devnet status pages.
- • Periodically skim STATUS.md and the CHANGELOG docs.
- • Keep an eye on DEVLOG entries for deeper engineering notes.
- • Stay active in validator and builder channels for early notices.
Next steps
Where to go from here
Use this FAQ as a quick reference, and lean on the linked docs for deeper detail whenever you need it.
If you're setting up for the first time, read this FAQ together with:
- • Devnet-0 overview — how Devnet-0 fits into the bigger Quantara roadmap.
- • Devnet-0 launch checklist — step-by-step setup for validators and builders.
- • Validator runbook — day-to-day operations and incident handling.
- • Security checklist and Key management & backups — to harden your posture before mainnet.
When you're ready to wire external tooling, pair this page with the RPC & API guide and Wallet & faucet runbook so your validators, full nodes, and ecosystem services all speak the same language.