# Creator Base

Vitruveo incorporates TruID at the protocol level, a system designed to authenticate the identities of Creators. This system aligns with W3C's Verifiable Credentials standards. TruID utilizes a "Zero Knowledge Know Your Creator" approach, where third-party entities conduct Know Your Customer (KYC) procedures and confirm a creator's KYC level without compromising their privacy.

The cost of TruID verification is covered by Vitruveo and is tiered across multiple levels. The first level, L1, is mandatory, while higher levels are optional but offer additional benefits:

| Level  | Information Needed   | Creator Credits | Requirement |
| ------ | -------------------- | --------------- | ----------- |
| **L1** | **Email**            | 1               | Mandatory   |
| **L2** | **Phone**            | 2               | Optional    |
| **L3** | **Proof of Address** | 3               | Optional    |
| **L4** | **Liveness**         | 4               | Optional    |
| **L5** | **ID Document**      | 5               | Optional    |

The level of TruID a creator possesses directly influences their access to features on Vitruveo and third-party applications. Higher TruID levels not only grant more privileges but also accrue more "Creator Credits." These credits are essential for registering assets in AssetBase, Vitruveo's asset registration platform

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


---

# 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.vitruveo.xyz/core-concepts/creator-base.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.
