# NODES & VALIDATORS

- [Networks](https://docs.orai.io/nodes-and-validators/networks.md)
- [Joining Mainnet](https://docs.orai.io/nodes-and-validators/networks/mainnet.md)
- [Build Linux binary from source and become a Sentry Node Operator](https://docs.orai.io/nodes-and-validators/networks/mainnet/become-a-full-node-operator-from-source.md)
- [Become a Validator](https://docs.orai.io/nodes-and-validators/networks/mainnet/become-a-validator.md)
- [Joining Testnet](https://docs.orai.io/nodes-and-validators/networks/testnet.md)
- [Become Testnet Fullnode From Source](https://docs.orai.io/nodes-and-validators/networks/testnet/become-full-node-testnet-from-source.md): Instructions to install the oraid binary and run as a service by systemd
- [StateSync Testnet](https://docs.orai.io/nodes-and-validators/networks/testnet/statesync-fullnode-testnet.md)
- [Faucet Testnet](https://docs.orai.io/nodes-and-validators/networks/testnet/faucet.md)
- [Oraichain Tutorials](https://docs.orai.io/nodes-and-validators/tutorials.md)
- [Migrate one Oraichain node to another](https://docs.orai.io/nodes-and-validators/tutorials/node-migration.md)
- [Cosmovisor](https://docs.orai.io/nodes-and-validators/tutorials/cosmovisor.md)
- [Update validator image](https://docs.orai.io/nodes-and-validators/tutorials/update-validator-image.md)
- [Tenderduty](https://docs.orai.io/nodes-and-validators/tutorials/tenderduty.md)
- [Grafana](https://docs.orai.io/nodes-and-validators/tutorials/grafana.md)
- [Tracking Unvoted Proposals](https://docs.orai.io/nodes-and-validators/tutorials/reminder-unvoted-proposal.md)
- [Tmtop](https://docs.orai.io/nodes-and-validators/tutorials/tmtop.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.orai.io/nodes-and-validators.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.
