# NFT Soulbound Tokens

The soulbound token idea was introduced at first by Vitalik with his blog post on soulbound tokens (link below), this idea was popularised by the community. This page is an extension to [Tim's](https://twitter.com/timdaub) [Soulbound Tokens List](https://github.com/rugpullindex/awesome-soulbound-tokens)

## Awesome Soulbound Tokens List

Curated list by [Tim Daub](https://twitter.com/timdaub) \
The list contains following categories: EIP Standards, Implementations, Discussions, Articles, Videos/Talks, Podcasts:  <https://github.com/rugpullindex/awesome-soulbound-tokens>

## Further reading

* Vitalik's blog post: <https://vitalik.ca/general/2022/01/26/soulbound.html>
* Decentralised Society: Finding Web3's Soul paper: <https://papers.ssrn.com/sol3/papers.cfm?abstract\\_id=4105763>
* Addressing the most common misconceptions about Account-bound tokens: <https://timdaub.github.io/2022/05/30/addressing-the-most-common-misconceptions-about-account-bound-tokens/>
* What are account-bound tokens: <https://timdaub.github.io/2022/05/30/what-are-account-bound-tokens/>
* EIP-5192: Minimal Souldbond NFTs: <https://eips.ethereum.org/EIPS/eip-5192>


---

# 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://nft-standards.gitbook.io/nft-standards-wiki/nft-soulbound-tokens.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.
