# Validating

- [Create a read-only node](https://docs.x1.xyz/validating/create-a-read-only-node.md)
- [Create a validator node](https://docs.x1.xyz/validating/create-a-validator-node.md): First create a read-only node and then continue with below steps. To turn the read-only node into a validator node you need to fund your identity account and create vote and stake accounts.
- [Network upgrades](https://docs.x1.xyz/validating/network-upgrades.md)
- [Tachyon 2.0](https://docs.x1.xyz/validating/network-upgrades/tachyon-2.0.md)
- [Advanced Notes](https://docs.x1.xyz/validating/network-upgrades/tachyon-2.0/advanced.md)
- [Validator restart](https://docs.x1.xyz/validating/network-upgrades/validator-restart.md): How to stop, start, and verify your X1 validator.
- [Staking functions](https://docs.x1.xyz/validating/staking-functions.md)
- [Performance](https://docs.x1.xyz/validating/performance.md)
- [Hardware requirements](https://docs.x1.xyz/validating/performance/hardware-requirements.md)
- [Ping validator](https://docs.x1.xyz/validating/performance/ping-validator.md): Running Pinger allows the validator to share leader data transmission times with the network.
- [Node maintenance](https://docs.x1.xyz/validating/performance/node-maintenance.md)
- [Disk IOPS test](https://docs.x1.xyz/validating/performance/disk-iops-test.md): Purpose: check that your validator’s disk is fast enough for X1 block production. This test safely benchmarks random read/write performance (IOPS) using the fio tool.
- [Validator health check](https://docs.x1.xyz/validating/performance/validator-health-check.md): This script runs a full system health report for your X1 validator: it checks CPU, Memory, Disk I/O, Network latency, Clock synchronization, and Vote Account activity — all in one run.
- [Validator bandwidth test](https://docs.x1.xyz/validating/performance/validator-bandwidth-test.md): Test your validator's bandwidth: download/upload speeds, live throughput, and RPC connectivity.
- [Cluster](https://docs.x1.xyz/validating/cluster.md): Active validators on X1 Blockchain
- [Community](https://docs.x1.xyz/validating/community.md): Join the X1 validator community
- [Misc commands](https://docs.x1.xyz/validating/misc-commands.md)
- [Testnet faucet](https://docs.x1.xyz/validating/testnet-faucet.md)
- [Validator rewards](https://docs.x1.xyz/validating/validator-rewards.md): The various ways to make rewards as a validator on X1
- [Incentivized Testnet Rewards](https://docs.x1.xyz/validating/validator-rewards/incentivized-testnet-rewards.md): How validators are rewarded for their participation in the X1 testnet.
- [Bootstrap Bonus](https://docs.x1.xyz/validating/validator-rewards/bootstrap-bonus.md): Bootstrap Bonus v1 rewards early, performant, and decentralized validators who actively strengthen the X1 network. It accelerates validator growth and decentralization across the consensus layer.
- [Secure validator with HW wallet](https://docs.x1.xyz/validating/secure-validator-with-hw-wallet.md): This guide updates your vote account’s withdraw authority from a local keypair (id.json) to a Ledger hardware wallet address, without plugging the Ledger into the server.
- [Withdraw rewards using HW wallet](https://docs.x1.xyz/validating/secure-validator-with-hw-wallet/withdraw-rewards-using-hw-wallet.md): Step-by-step guide for withdrawing accumulated validator rewards using a Ledger hardware wallet as the withdraw authority.
- [Connect validator to X1 Mainnet](https://docs.x1.xyz/validating/connect-validator-to-x1-mainnet.md): Step-by-step guide to connect your validator and vote account to the X1 Mainnet using CLI and hardware wallet.
- [Mainnet Buenos Aires Reboot](https://docs.x1.xyz/validating/mainnet-buenos-aires-reboot.md): Step-by-step to get your validator backup
- [Mainnet preparation](https://docs.x1.xyz/validating/mainnet-preparation.md)
- [Secure validator with a Ledger HW wallet](https://docs.x1.xyz/validating/mainnet-preparation/secure-validator-with-a-ledger-hw-wallet.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.x1.xyz/validating.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
