# Node Docs

## Node Docs

- [Node documentation for cheqd network](https://docs.cheqd.io/node/readme.md)
- [Setup a new cheqd node](https://docs.cheqd.io/node/getting-started/setup-and-configure.md)
- [Pre-Requisites & Requirements](https://docs.cheqd.io/node/getting-started/setup-and-configure/requirements.md)
- [(Alternative) Install with Docker](https://docs.cheqd.io/node/getting-started/setup-and-configure/docker.md)
- [Configure cheqd node](https://docs.cheqd.io/node/getting-started/setup-and-configure/configure-cheqd-node.md)
- [Configure cosmovisor](https://docs.cheqd.io/node/getting-started/setup-and-configure/cosmovisor-configuration.md)
- [Configure State Sync](https://docs.cheqd.io/node/getting-started/setup-and-configure/set-up-state-sync.md)
- [Command Line usage](https://docs.cheqd.io/node/getting-started/cheqd-cli.md)
- [Manage keys](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-key-management.md)
- [Manage accounts](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-accounts.md)
- [Manage a node](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-node-management.md)
- [Make transactions](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-token-transactions.md)
- [Draft governance proposals](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-gov-proposals-types.md)
- [Use fee abstraction](https://docs.cheqd.io/node/getting-started/cheqd-cli/cheqd-cli-fee-abstraction.md)
- [Guide for validators](https://docs.cheqd.io/node/validator-guides/validator-guide.md)
- [FAQs for validators](https://docs.cheqd.io/node/validator-guides/validator-guide/faq.md)
- [Optimising disk storage with pruning](https://docs.cheqd.io/node/validator-guides/validator-guide/pruning.md)
- [Troubleshooting consistently high CPU/memory loads](https://docs.cheqd.io/node/validator-guides/validator-guide/cpu-memory.md)
- [Unjailing a jailed validator](https://docs.cheqd.io/node/validator-guides/validator-guide/unjail.md)
- [Move validator to a different machine](https://docs.cheqd.io/node/validator-guides/validator-guide/move-validator.md)
- [Backup and restore node keys with Hashicorp Vault](https://docs.cheqd.io/node/validator-guides/validator-guide/backup-and-restore.md)
- [Re-enable pruning and recovering node db](https://docs.cheqd.io/node/validator-guides/validator-guide/reenable-pruning.md)
- [Network-wide Software Upgrades](https://docs.cheqd.io/node/validator-guides/upgrades.md)
- [Upgrade Guides](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides.md)
- [Upgrade to v0.6.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v0.6-upgrade.md)
- [Upgrade to v2.x (with Ubuntu 24.04 LTS upgrade)](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v2.x-upgrade.md)
- [Upgrade to v3.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.x-upgrade.md)
- [Upgrade to v3.1.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v3.1.x-upgrade.md)
- [Upgrade to v4.x](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-guides/v4.x-upgrade.md)
- [Creating a software upgrade proposal](https://docs.cheqd.io/node/validator-guides/upgrades/propose-software-upgrade.md)
- [Upgrade Process](https://docs.cheqd.io/node/validator-guides/upgrades/upgrade-process.md)
- [Building from source](https://docs.cheqd.io/node/developing-on-cheqd/build-and-networks.md)
- [Build with Docker](https://docs.cheqd.io/node/developing-on-cheqd/build-and-networks/docker-build.md)
- [Run a localnet with Docker](https://docs.cheqd.io/node/developing-on-cheqd/build-and-networks/docker-localnet.md)
- [Indexers](https://docs.cheqd.io/node/developing-on-cheqd/indexers.md)
- [SubQuery](https://docs.cheqd.io/node/developing-on-cheqd/indexers/subquery.md)
- [Architecture Decision Record (ADR) Process](https://docs.cheqd.io/node/architecture/architecture.md)
- [List of ADRs](https://docs.cheqd.io/node/architecture/adr-list.md): This page lists the ADRs for cheqd-node that have been Accepted, Proposed, or in Draft stage.
- [ADR 001: Payment mechanism for issuing credentials](https://docs.cheqd.io/node/architecture/adr-list/adr-001-payment-mechanism-for-issuing-credentials.md)
- [ADR 002: Importing/exporting mnemonic keys from Cosmos](https://docs.cheqd.io/node/architecture/adr-list/adr-002-mnemonic-keys-cosmos.md)
- [ADR 003: Command Line Interface (CLI) tools](https://docs.cheqd.io/node/architecture/adr-list/adr-003-cli-tools.md)
- [ADR 004: Token fractions](https://docs.cheqd.io/node/architecture/adr-list/adr-004-token-fractions.md): This is the suggested template to be used for ADRs on the cheqd-node project.
- [ADR 005: Genesis parameters](https://docs.cheqd.io/node/architecture/adr-list/adr-005-genesis-parameters.md)
- [ADR 006: Community tax](https://docs.cheqd.io/node/architecture/adr-list/adr-006-community-tax.md): This is the suggested template to be used for ADRs on the cheqd-node project.
- [ADR 007: Revocation registry](https://docs.cheqd.io/node/architecture/adr-list/adr-007-revocation-registry.md)
- [ADR 011: AnonCreds](https://docs.cheqd.io/node/architecture/adr-list/adr-011-anoncreds.md)
- [ADR Template](https://docs.cheqd.io/node/architecture/adr-list/adr-template.md): This is the suggested template to be used for ADRs on the cheqd-node project.
- [Contributor Guide](https://docs.cheqd.io/node/contributing-to-cheqd/contributing.md)
- [License](https://docs.cheqd.io/node/contributing-to-cheqd/license.md)
- [Code of Conduct](https://docs.cheqd.io/node/contributing-to-cheqd/code_of_conduct.md)
- [Security Policy](https://docs.cheqd.io/node/contributing-to-cheqd/security.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.cheqd.io/node/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.
