# PundiX Docs

## PundiX Docs

- [Introduction](https://docs.pundix.com/readme.md)
- [What is PundiX (Pundi X Chain)](https://docs.pundix.com/getting-started/what-is-pundix.md)
- [Install PundiX (Pundi X Chain)](https://docs.pundix.com/getting-started/installation-pundix.md)
- [Setup Node](https://docs.pundix.com/getting-started/setup-node.md)
- [Full node with Binaries](https://docs.pundix.com/getting-started/setup-node/full-node-with-binaries.md)
- [Full node with Docker](https://docs.pundix.com/getting-started/setup-node/full-node-with-docker.md)
- [Snapshot Guide](https://docs.pundix.com/getting-started/setup-node/snapshot-guide.md)
- [Node Monitoring Device](https://docs.pundix.com/getting-started/setup-node/node-monitoring-device.md)
- [Node Peers](https://docs.pundix.com/getting-started/setup-node/node-peers.md)
- [Validator Overview](https://docs.pundix.com/validators/validator-overview.md)
- [Setting Up a Validator for PundiX Chain](https://docs.pundix.com/validators/validator-cli-guide.md)
- [Validator Recovery](https://docs.pundix.com/validators/validator-recovery.md)
- [Validator FAQ](https://docs.pundix.com/validators/validator-faq.md)
- [Validator Security](https://docs.pundix.com/validators/validator-security-notice.md)
- [Sentry Nodes](https://docs.pundix.com/validators/sentry-nodes.md)
- [Delegator FAQ](https://docs.pundix.com/delegators/delegator-faq.md)
- [Delegator Overview](https://docs.pundix.com/delegators/delegator-overview.md)
- [Delegator CLI Guide](https://docs.pundix.com/delegators/delegator-cli-guide.md)
- [PundiX CLI Guide](https://docs.pundix.com/pundix-tutorials/pundixd-cli.md)
- [Ledger Integration for pundixd](https://docs.pundix.com/pundix-tutorials/ledger-integration-for-pundixd.md)
- [Testnet Faucet](https://docs.pundix.com/pundix-tutorials/testnet-faucet.md)
- [Cloud Setup](https://docs.pundix.com/pundix-tutorials/cloud-setup.md)
- [Cosmovisor Integration - Binaries](https://docs.pundix.com/upgrade-instructions/cosmovisor-integration-binaries.md)
- [Cosmovisor Integration - Docker](https://docs.pundix.com/upgrade-instructions/cosmovisor-integration-docker.md)
- [Support keplr](https://docs.pundix.com/upgrade-instructions/support-keplr.md)
- [PundiX Network](https://docs.pundix.com/developers/pundix-network.md): The documentation corresponding contains details for the RPC - HTTP, WS and GRPC endpoints
- [PundiX JSON RPC](https://docs.pundix.com/developers/pundix-json-rpc.md)
- [PundiX Cross Chain](https://docs.pundix.com/developers/cross-chain.md)
- [ibc](https://docs.pundix.com/developers/cross-chain/ibc.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pundix.com/readme.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.
