> For the complete documentation index, see [llms.txt](https://docs.vulos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vulos.io/vulos-use-cases/soulbound-nft-use-cases.md).

# 📍 Soulbound NFT Use Cases

### Introduction

**Soulbound Tokens (SBT)** are non-transferable tokens / NFTs that represent the **components of information that make up a person’s identity** and his affiliations. By reshaping the way we present ourselves in systems designed to be trustless, soulbound tokens will pave the way for Web3. The concept was initially introduced by Ethereum cofounder Vitalik Buterin in a [blog post](https://vitalik.ca/general/2022/01/26/soulbound.html) and has caught our attention ever since.

<figure><img src="/files/2ayWcxA30aH2fGWWjMTo" alt=""><figcaption></figcaption></figure>

**Within Web3, SBTs will function like a digital resume**. Membership, affiliation, and eligibility information for each individual will be contained in a new non-transferrable NFT. As opposed to NFTs and other cryptocurrencies that can be purchased and sold on the open market, **soulbound tokens are permanently linked to an account**.

As a “Soul” issuer, **Vulos will provide self-certified SBTs** that can be publicly verified on blockchain. Therefore, anyone can easily trace or **prove the circle of trust** for that particular Vulos ID.

### Vulos Identity on Soulbound NFTs

Researchers at Vulos have closely examined potential use cases involving Vulos Identity & Cryptonoids with Soulbound NFTs. Each Vulos Identity will receive a SBT for verification of membership status and use them throughout the Vulos Ecosystem.

Through SBTs, **Vulos Identity will empower people to own their data**, unlocking the full potential of Web3. In addition to offering Identity Verification, trust score evaluation, document certifications, record tracking, and much more, Vulos IDs will be used across many platforms, eliminating user problems in Metaverse, DeFi, and the entire Web3 Ecosystem.

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

### Potential Use Cases

Vulos Identity’s potential will be transformed by utilizing Soulbound tokens (SBTs). Among the potential use cases are:

* **Identity Verification**
* **Reusable KYC Verification**
* **Decentralized Trust Management System**
* **Document Certification**
* **NFT Certification**
* **Digital CV**
* **Medical Record**
* **Health Insurance Record**
* **DAO Voting Mechanism**
* **DeFi Collateral based on Actor Reputation**<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.vulos.io/vulos-use-cases/soulbound-nft-use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
