# Nodes & Validators

- [Run a Node](https://docs.burnt.com/xion/nodes-and-validators/run-a-node.md)
- [System Specifications](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/system-config.md): Recommended system specs
- [Build the Xion Daemon](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/build-the-xion-daemon.md): How to build the xiond binary
- [Download the Xion Daemon](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/download-the-xion-daemon.md): How to download pre-built versions of the xiond binary
- [Configure the Xion Daemon](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/configure-the-xion-daemon.md): How to initialize and configure the xiond binary
- [app.toml](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/configure-the-xion-daemon/app.toml.md): Sample app.toml file
- [client.toml](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/configure-the-xion-daemon/client.toml.md): Sample client.toml file
- [config.toml](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/configure-the-xion-daemon/config.toml.md): Sample config.toml file
- [Join the XION Network](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/join-the-xion-network.md): How to join the network with a configured daemon
- [xion-testnet-1](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/join-the-xion-network/xion-testnet-1.md): Details to join the xion-testnet-2 network.
- [Confirm node is running](https://docs.burnt.com/xion/nodes-and-validators/run-a-node/confirm-node-is-running.md)
- [Become a Validator](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator.md)
- [Initial Setup](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator/initial-setup.md): How to run a Validator Node on the Xion Network
- [Obtain a XION Wallet Address](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator/obtain-a-xion-wallet-address.md): How to create a Wallet and obtain Funds
- [Obtain Funds](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator/obtain-funds.md): How to obtain funds on XION as a validator
- [Testnet](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator/obtain-funds/testnet.md): Obtain funds from the xion-testnet-1 faucet (for validators only)
- [Create Validator](https://docs.burnt.com/xion/nodes-and-validators/become-a-validator/create-validator.md): How to convert a Full Node to a Validator Node
- [IBC Relayers and Tokens](https://docs.burnt.com/xion/nodes-and-validators/ibc-relayers.md)
- [xion-testnet-1 <=> axelar-lisbon-3](https://docs.burnt.com/xion/nodes-and-validators/ibc-relayers/xion-testnet-1-less-than-greater-than-axelar-lisbon-3.md)
- [xion-testnet-1 <=> injective-888](https://docs.burnt.com/xion/nodes-and-validators/ibc-relayers/xion-testnet-1-less-than-greater-than-injective-888.md)
- [xion-testnet-1 <=> noble-grand-1](https://docs.burnt.com/xion/nodes-and-validators/ibc-relayers/xion-testnet-1-less-than-greater-than-noble-grand-1.md)
- [xion-testnet-1 <=> osmo-test-5](https://docs.burnt.com/xion/nodes-and-validators/ibc-relayers/xion-testnet-1-less-than-greater-than-osmo-test-5.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.burnt.com/xion/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.
