> For the complete documentation index, see [llms.txt](https://node.z4ch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://node.z4ch.xyz/nodes-+-providers.md).

# Nodes

- [Lava](https://node.z4ch.xyz/nodes-+-providers/lava.md): LavaNet Node and Provider setup
- [Lava Node Setup](https://node.z4ch.xyz/nodes-+-providers/lava/lava-node-setup.md): Follow this guide to run your own LavaNet node and use it for your Lava Provider.
- [Lave Wallet Setup](https://node.z4ch.xyz/nodes-+-providers/lava/lava-node-wallet.md)
- [Lava Provider Setup](https://node.z4ch.xyz/nodes-+-providers/lava/lava-provider-tls.md)
- [Useful Lava CLI](https://node.z4ch.xyz/nodes-+-providers/lava/lava-useful-commands.md)
- [Cosmos Hub](https://node.z4ch.xyz/nodes-+-providers/cosmos-hub.md): Cosmos Hub Node and Provider setup
- [Cosmos Hub Node Setup](https://node.z4ch.xyz/nodes-+-providers/cosmos-hub/cosmos-hub-node-setup.md): Follow this guide to run your own Cosmos Hub node and use it for your Lava Provider.
- [Cosmos Hub Provider Setup](https://node.z4ch.xyz/nodes-+-providers/cosmos-hub/cosmos-hub-provider-setup.md)
- [Stargaze](https://node.z4ch.xyz/nodes-+-providers/stargaze.md): Stargaze Node and Provider setup
- [Stargaze Node Setup](https://node.z4ch.xyz/nodes-+-providers/stargaze/stargaze-node-setup.md): Follow this guide to run your own Stargaze node and use it for your Lava Provider.
- [Page 2](https://node.z4ch.xyz/nodes-+-providers/stargaze/page-2.md)
- [Xolana Validator Guide](https://node.z4ch.xyz/nodes-+-providers/xolana-validator-guide.md): Setup your Xolana (X1 SVM) Validator. This is a Solana fork that Jack Levin is currently testing out. Running your node helps in stress testing the network and address potential bugs.
- [Nillion Verifier](https://node.z4ch.xyz/nodes-+-providers/nillion-verifier.md): Step by step guide on how to setup a Nillion Verifier on Linux


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://node.z4ch.xyz/nodes-+-providers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
