> For the complete documentation index, see [llms.txt](https://docs.anycampus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anycampus.io/key-concepts/sbt-certificates.md).

# SBT Certificates

Blockchain integration has ushered in a revolutionary approach to issuing and verifying academic credentials in the educational sector. At the heart of this transformation are SBTs, or soulbound tokens, a pivotal component of the Web3 decentralized ID system.

SBTs are a unique form of non-transferable NFT (non-fungible token). Once issued and assigned to an entity’s wallet — whether a person, company, institution, or other organization — these tokens become permanently linked to it, unable to be transferred elsewhere. They serve as a digital representation of the owner’s identities and various credentials including educational and employment histories, qualifications, medical records, or proof of attendance, setting them apart from transferable assets like other NFTs or fungible tokens such as ETH.

In education, universities can issue graduation certificates as SBTs, effectively replacing traditional paper documents. This SBT graduation certificate would be sent to the student's wallet, becoming a permanent aspect of their identity. Students can then allow third-party verifiers, like professors from other institutions or company HR departments, to authenticate the certificate upon request, thus speeding up and enhancing the ID issuance and verification process.

Not only do SBTs digitize traditional paper-based systems, but they also promote a higher degree of credential integrity. Leveraging the immutable nature of the underlying blockchain, it becomes technologically impossible to forge or alter the data represented by a token once it has been issued, thereby increasing verifiers’ trust in the issued certificates or credentials. Recipients of SBT certificates can rest assured that issuers cannot tamper with their records post-issuance.

This innovative ID system accentuates the decentralized nature, substantially bolstering user privacy. Since SBTs are stored in a crypto wallet and are only manageable through the use of a private key, they assure that the owner has exclusive access to their information. Furthermore, recipients of SBTs maintain full control, with the ability to selectively decide which details to disclose and to whom.


---

# 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.anycampus.io/key-concepts/sbt-certificates.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.
