# Blockchain as a Trust Layer for Identity (How public ledgers enable verifiable identity.)

Public blockchains serve as **immutable ledgers** where **verifiable credentials (VCs)** and **decentralized identifiers (DIDs)** can be registered, anchored, or referenced. This allows verifiers to validate identity data **without depending on a single issuing authority**.

#### Key Benefits:

* **Decentralized Trust** – Eliminates reliance on centralized databases.
* **Auditability & Transparency** – Credential issuance and verification events can be tracked publicly.
* **Tamper-Proof Storage** – Records are immutable and cryptographically secured.

Public blockchains like **Cardano, Ethereum, and Polygon** are increasingly used to register DIDs, anchor VCs, or interact with smart contracts for identity verification.

🔗 Sources:

* World Economic Forum – Blockchain Identity: <https://www.weforum.org/>
* W3C DID Specification: <https://www.w3.org/TR/did-core/>


---

# 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.fairway.global/learn/blockchain-and-digital-identity/blockchain-as-a-trust-layer-for-identity-how-public-ledgers-enable-verifiable-identity..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.
