# Comparison to Hyperledger Indy

Compare cheqd's functionality to another identity chain, Hyperledger Indy, using the information and table below:

| Functionality                                                                           | cheqd                                          | Hyperledger Indy                |
| --------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------- |
| **Transactions per second**                                                             | >5,000                                         | 4                               |
| **Maximum number of nodes**                                                             | \~125                                          | \~25                            |
| **Active nodes**                                                                        | \~55                                           | \~17                            |
| **Transactions per block**                                                              | >100                                           | 1                               |
| **Node operator rewards**                                                               | Block rewards paid in CHEQ                     | None                            |
| **Governance mechanism**                                                                | Delegated proof of stake (dPoS) via CHEQ token | Centralized via trustee vote    |
| **Governance Transparency**                                                             | Public permissionless via Governance dashboard | Permissioned via trustee vote   |
| **Governance Framework**                                                                | On-ledger Governance Framework via DID URL     | Off-ledger Governance Framework |
| **JSON based JWT Verifiable Credentials**                                               | ✔️                                             | ❌                               |
| **JSON-LD Verifiable Credentials**                                                      | ✔️                                             | ❌                               |
| **SD-JWT**                                                                              | ✔️                                             | ❌                               |
| **JSON-LD BBS+ signatures**                                                             | ⌛(roadmap)                                     | ❌                               |
| **AnonCreds (ZKP-CL)**                                                                  | ✔️                                             | ✔️                              |
| **DID method**                                                                          | did:cheqd                                      | did:indy                        |
| **DID Core compliant DIDDocs**                                                          | ✔️                                             | ✔️                              |
| **Resolve DID with DID resolver**                                                       | ✔️                                             | ✔️                              |
| **Dereference DID URL**                                                                 | ✔️                                             | ✔️                              |
| **Multiple DID Controllers per DIDDoc**                                                 | ✔️                                             | ❌                               |
| **Verification relationships with specific keys for a particular verification purpose** | ✔️                                             | ❌                               |
| **Support Aries Framework JavaScript**                                                  | ✔️                                             | ✔️                              |
| **Support: ACA-Py**                                                                     | ✔️                                             | ✔️                              |
| **Support: Veramo SDK**                                                                 | ✔️                                             | ❌                               |
| **Support: Other JSON/JSON-LD SDKs**                                                    | ✔️ (Walt.id, Dock)                             | ❌                               |
| **On-ledger Schemas**                                                                   | ✔️                                             | ✔️                              |
| **Credential Definitions**                                                              | ✔️                                             | ✔️                              |
| **AnonCreds Revocation Registry Definitions**                                           | ✔️                                             | ✔️                              |
| **AnonCreds Revocation Registry Entries**                                               | ✔️                                             | ✔️                              |
| **Bitstring Status List**                                                               | ✔️                                             | ❌                               |
| **Trust Registry Definitions**                                                          | ✔️                                             | ❌                               |
| **Trust Registry Entries ("Verifiable Accreditations")**                                | ✔️                                             | ❌                               |
| **Other assets (images, docs, policies)**                                               | ✔️                                             | ❌                               |
| **Payments for Verifiable Credentials**                                                 | ✔️                                             | ❌                               |


---

# 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/network/cheqd/comparison-to-indy.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.
