> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/learning-center/holders-issuers-verifiers-and-subjects.md).

# Holders, Issuers, Verifiers, & Subjects

When we typically think of [credentials](https://guide.transmute.industries/learning-center/credentials-101/verifiable-credentials/), the issuer, holder, and verifier of a credential are three different people or organizations. For example, the Department of Motor Vehicles (issuer) has given me (holder) a copy of my license (which is about me, so I’m the subject). I will show this credential to the police officer (verifier) after she has pulled me over for speeding.

However, this arrangement of separate holders, verifiers, subjects, and issuers is not always the case. If I create a “World’s Best Roller Skater” credential, I can issue that credential to myself and hold it myself. Now, admittedly, calling oneself the “World’s Best Roller Skater” would be better performed by a party with outside expertise in the matter. Nevertheless, the important point is that there are important exceptions to the commonplace mental model of credentials.

It can also be true that the holder changes over time. I may first issue and hold my “World’s Best Roller Skater” credential but then decide that you should really have the honor of being the “World’s Best Roller Skater,” so I give you my credential. You’re now the “World’s Best Roller Skater,” right? Not necessarily. Instead, you would now be acting as the **holder** but are still not the **subject** of the credential. I would need to issue a new credential with you as the credential subject to show that your are, in fact, the new “World’s Best Roller Skater.”

If it seems confusing, that because it is! In fact, some credentials don’t even have uniquely-identified subjects (these are called “[bearer credentials](https://www.w3.org/TR/vc-data-model/#bearer-credentials)” for those curious). Indeed, multiple subjects can even be represented in a single credential. But we’re here to help dispel your confusion, not to add to it, so let’s just focus on the basics:

* A **credential holder** is an entity that has possession of a credential.
* A **credential issuer** is an entity that creates a credential.
* A **credential subject** is the entity that the credential is about.
* A **credential verifier** is an entity that verifies the [validity, verification status, and/or veracity](https://guide.transmute.industries/learning-center/credentials-101/verification-validity-veracity/) of a credential.

These different roles can be combined in unusual and seemingly strange ways, so be sure to check in on the [Verifiable Credential Data Model](https://www.w3.org/TR/vc-data-model/) to gain a deep, technical understanding of what’s happening under the hood of verifiable credentials.


---

# 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://guide.transmute.industries/verifiable-data-platform/learning-center/holders-issuers-verifiers-and-subjects.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.
