# What is an Issuer?

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

An Issuer is any entity, organization or individual that issues Verifiable Credentials (VCs). A V.C contains a series of statements or claims made about another subject or entity.

> For example, when the Driver and Vehicle Licensing Agency (the Issuer) asserts that an individual (the subject) holds a driving license, this constitutes a credential.

Anyone can be an issuer:

* An online community saying you're a member.
* The government giving you an official ID.
* A smart camera confirms you're a person.
* Your company vouching for your skills or employment.

Although anyone can function as an Issuer, the acceptance of their credentials depends on the Verifier's judgment. That judgment might be based on the reputation or the legality of the Issuer and, if applicable, the relevance of the claim and all other information the verification tool provides. [TRY TNG IDENTITY VERIFIER>>.](https://nchainplatform.com/)

A cryptographic signature on the public blockchain ensures the integrity and validity of the Issuer signature in the V.C. Yet, not every credential holds equal weight. The Verifier discerns the legitimacy of the Issuer and the credibility of their credential. For example acknowledging that while someone, like your mum, may vouch for your driving abilities, the authorities may not necessarily validate such a credential. Ultimately, Verifiers wield the authority to affirm, "Indeed, this credential is legitimate and trustworthy."


---

# 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.teranode.group/tng-identity-documentation/tng-identity-issuers/what-is-an-issuer.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.
