# List of ADRs

## Accepted

1. [ADR 001: **Payment mechanism for issuing credentials**](/product/node-docs/architecture/adr-list/adr-001-payment-mechanism-for-issuing-credentials.md)
2. [ADR 002: **Importing/exporting mnemonic keys from Cosmos**](/product/node-docs/architecture/adr-list/adr-002-mnemonic-keys-cosmos.md)
3. [ADR 003: **Command Line Interface (CLI) tools**](/product/node-docs/architecture/adr-list/adr-003-cli-tools.md)
4. [ADR 004: **Token fractions**](/product/node-docs/architecture/adr-list/adr-004-token-fractions.md)
5. [ADR 005: **Genesis parameters**](/product/node-docs/architecture/adr-list/adr-005-genesis-parameters.md)
6. [ADR 006: **Community tax**](/product/node-docs/architecture/adr-list/adr-006-community-tax.md)

## Proposed

1. [ADR 007: **Revocation registry**](/product/node-docs/architecture/adr-list/adr-007-revocation-registry.md)

## Draft

1. [ADR 011: **AnonCreds: Schemas and Credential Definitions**](/product/node-docs/architecture/adr-list/adr-011-anoncreds.md)

## Moved

> The following ADRs have been moved to the cheqd identity documentation site

1. [ADR 001: **`did:cheqd` method**](https://docs.cheqd.io/identity/architecture/adr-list/adr-001-cheqd-did-method)
2. [ADR 002: **On-Ledger DID-Linked Resources**](https://docs.cheqd.io/identity/architecture/adr-list/adr-002-did-linked-resources)


---

# 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.cheqd.io/product/node-docs/architecture/adr-list.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.
