> For the complete documentation index, see [llms.txt](https://docs.cheqd.io/node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheqd.io/node/architecture.md).

# Architecture

- [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.


---

# 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:

```
GET https://docs.cheqd.io/node/architecture.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.
