# The Trust Triangle

The **Trust Triangle** is the foundation of Verifiable Credentials and Decentralized Identity. It ensures that **identity verification is decentralized, secure, and user-controlled**.

<figure><img src="/files/Ep7on89hZMutBuzJ6EEv" alt=""><figcaption></figcaption></figure>

#### **1️⃣ Issuer**

A **trusted authority** (government, university, employer, financial institution) **creates and digitally signs Verifiable Credentials (VCs)**. These credentials confirm facts such as **educational qualifications, work experience, or identity documents**.

#### **2️⃣ Holder**

The **individual or organization** that receives, stores, and manages credentials in their **digital identity wallet**. Holders can **selectively disclose** parts of their credentials when needed.

#### **3️⃣ Verifier**

An **entity (business, government agency, online service)** that requests and verifies specific identity attributes from a user’s credentials without accessing excessive personal data.

#### **How the Trust Triangle Works**

1. **Issuer** (e.g., a university) signs and issues a diploma as a **Verifiable Credential (VC)**.
2. **Holder** (graduate) stores the diploma in their **self-sovereign identity wallet**.
3. **Verifier** (potential employer) requests proof of degree completion. The graduate shares the credential via cryptographic proof without revealing unnecessary personal details.

🔗 **Sources:**

* W3C Verifiable Credentials Trust Model: <https://www.w3.org/TR/vc-data-model/>
* European Digital Identity Framework (EUDI): <https://ec.europa.eu/digital-building-blocks/wikis/display/EUDI>


---

# 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/introduction-to-digital-identity-and-verifiable-credentials/the-trust-triangle.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.
