What Is a Soulbound Token? SBT Basics
Learn what a Soulbound Token (SBT) is, how it works, and why it cannot be traded. Discover real-world use cases for non-transferable tokens in identity, credentials, and DAOs.

What Is a Soulbound Token? SBT Basics
Soulbound Token (SBT) is a type of non-transferable digital token permanently attached to a specific blockchain wallet. Unlike traditional NFTs or fungible tokens, SBTs cannot be sold, traded, or sent to another address — they remain with the original holder for life or until revoked by the issuer. This article explains how SBTs work, why they matter, and where they are already being used.
How Soulbound Tokens Work and Why They Cannot Be Moved
Soulbound Tokens are built on smart contracts that include a transfer-restriction rule. The token contract explicitly forbids any transfer() or transferFrom() function calls unless the receiving address is a special revocation contract controlled by the issuer. This design ensures that once an SBT is minted to a wallet, it stays there permanently.
Key technical features of SBTs
- Non-transferability by design – The token’s code does not allow any wallet-to-wallet movement, even with the owner’s permission.
- Revocable by issuer only – The smart contract may include a
revoke()function that only the original minter (e.g., a university, employer, or DAO) can trigger. After revocation, the SBT disappears from the holder’s wallet. - No secondary market – Because SBTs cannot be traded, they have no market price. This makes them ideal for identity verification rather than speculation.
- Public visibility – Like any ERC-721 or ERC-1155 token, SBTs are recorded on-chain and can be viewed by anyone.
The concept was famously proposed by Vitalik Buterin, Glen Weyl, and Puja Ohlhaver in a 2022 paper titled “Decentralized Society: Finding Web3’s Soul.” They argued that SBTs could form the foundation of a “soulbound identity” — a portable, censorship-resistant reputation that cannot be rented or sold.
Real-World Use Cases for Soulbound Tokens
Soulbound Tokens solve a fundamental problem in Web3: how to prove attributes (education, membership, credentials) without relying on centralized databases or tradable badges. Here are the most practical applications today.
1. Academic credentials and professional certifications
A university can issue an SBT to a graduate as a permanent diploma. Unlike a paper certificate or a PDF, this token lives on-chain and cannot be forged or transferred to someone else. Employers can verify it instantly by scanning the wallet address.
2. Community membership and DAO governance
Decentralized autonomous organizations (DAOs) often need to distinguish genuine members from speculators or bots. An SBT that represents “active contributor” status can grant voting rights or access to exclusive channels. Because the token cannot be sold, the system resists vote-buying.
3. Reputation and credit scoring
Decentralized lending protocols could use SBTs to store a borrower’s repayment history. A positive loan-repayment SBT would prove creditworthiness without revealing sensitive data. Conversely, a “bad debt” SBT would warn lenders — but since it cannot be removed, users are incentivized to behave honestly.
4. Proof of attendance and event tickets
When you attend a conference, the organizer mints an SBT to your wallet. That token serves as a digital souvenir that also proves you were there. Unlike a regular NFT ticket, the SBT cannot be resold, eliminating scalping.
Soulbound Tokens vs NFTs: Main Differences
While both are token-based assets on blockchains, SBTs and NFTs have opposite properties regarding transferability. The table below summarizes the key distinctions.
| Feature | Soulbound Token (SBT) | Non-Fungible Token (NFT) |
|---|---|---|
| Transferability | Never transferable | Usual: freely transferable |
| Market price | Zero (no trading possible) | Determined by supply/demand |
| Primary use | Identity, reputation, credentials | Art, collectibles, gaming items |
| Revocation | Only by issuer | Not applicable (owner controls) |
| Typical standard | ERC-5192 (emerging) | ERC-721, ERC-1155 |
Bold emphasis: The immutability of ownership is what distinguishes SBTs from all other token types. An SBT’s value lies in its inability to be traded, exactly the opposite of most crypto assets.
Challenges and Limitations of Soulbound Tokens
Despite their promise, SBTs introduce several practical hurdles that the crypto community is still working to solve.
Privacy concerns
Because SBTs are public, a wallet that holds a “university graduate” SBT and also holds a “medical license” SBT effectively reveals the holder’s real-world identity. This could be exploited by stalkers or censors.
Loss of wallet access
If a user loses their private keys, all SBTs in that wallet are lost forever. Unlike regular NFTs that can be transferred to a new wallet, SBTs have no recovery path. Solutions like social recovery wallets (e.g., Vitalik’s proposed ERC-4337) may help, but they are not yet widely adopted.
Issuer centralization
The issuer — a university, employer, or DAO — has the power to revoke an SBT. If the issuer becomes malicious or is compromised, holders could lose their credentials arbitrarily. This trade-off between trust and decentralization is inherent to the SBT model.
The Future of Soulbound Tokens in Web3
Soulbound Tokens are still an emerging standard. The Ethereum community has proposed ERC-5192 as a minimal interface for non-transferable tokens, and several projects have already launched test implementations. Projects like Gitcoin Passport use SBT-style badges to verify Sybil resistance, while Proof of Humanity records identity claims via similar non-transferable tokens.
As regulatory frameworks for digital identity evolve, SBTs could become the on-chain equivalent of a social security number or a driver’s license — but with user control over what information is revealed. The keyword Soulbound Token will likely remain central to discussions about decentralized identity, reputation, and trust.