Skip to main content
Network Now
BTC Price
Network Hashrate
Difficulty
Next Halving
Back to Blog

What Are Soulbound Tokens (SBTs)? The Non-Transferable NFTs Reshaping Digital Identity

December 27, 202521 min read
soulbound-tokens-sbt-why-are-they-non-tradable-and-non-transferable

TLDR � Read this before you scroll:

If you've ever played World of Warcraft, you already understand soulbound tokens better than most crypto natives. In WoW, certain powerful items � hard-earned through gruelling quests � become permanently attached to your character the moment you pick them up. You can't sell them. You can't give them away. They're yours, forever. That's exactly the idea behind soulbound tokens (SBTs) on the blockchain.

SBTs are a new class of NFT that can never be sold or transferred. Once they land in your crypto wallet, they stay there � forever representing your credentials, your reputation, and your identity on-chain. Think of your university degree, your medical history, your credit score, or your membership in a DAO � all living as verifiable, tamper-proof digital tokens tied directly to you. No one can buy your qualifications. No one can fake your track record. And no algorithm can erase your identity.

Proposed by Ethereum co-founder Vitalik Buterin in 2022, SBTs are being called the missing piece of Web3 � the layer that finally separates identity from speculation. This article breaks down everything: what soulbound tokens are, how they actually work under the hood, how they compare to regular NFTs, real projects already using them, and the privacy challenges that still need solving.

The World of Warcraft Connection � Why This Concept Already Makes Sense

Here's something most crypto explainers skip: the idea of soulbound tokens didn't come from a blockchain lab. It came from a video game.

In World of Warcraft, one of the most popular online games ever made, players can earn rare and powerful items by completing difficult quests and defeating hard bosses. These items are categorized as "soulbound" � meaning the moment your character picks one up, it's permanently linked to you. It doesn't matter if someone offers you real money for it. It doesn't matter if your friend wants to borrow it. It cannot leave your inventory. It becomes a permanent record of your in-game achievements.

Vitalik Buterin noticed something profound in this mechanic. The real world is full of things that shouldn't be tradeable � your medical history, your university degree, your professional certifications, your reputation. These things have meaning precisely because they can't be bought or sold. You can't purchase a Harvard diploma on the open market and have it genuinely represent your intelligence. You can't buy someone else's clean credit history and have it actually reflect your financial behaviour.

So in January 2022, Buterin published a blog post exploring what it would look like to bring this idea into Web3. A few months later, in May 2022, he co-authored a 37-page whitepaper � "Decentralized Society: Finding Web3's Soul" � alongside economist E. Glen Weyl and lawyer Puja Ohlhaver. In it, they outlined a vision for a decentralized society (DeSoc) built on a foundation of non-transferable, identity-linked tokens. They called them soulbound tokens.

The name stuck. And the idea changed how people think about what blockchain can actually do.

What Are Soulbound Tokens (SBTs)?

A soulbound token is a blockchain-based digital asset that is permanently and irrevocably linked to a specific wallet address. In the language of the whitepaper, that wallet is called a "Soul" � a digital identity container that accumulates the tokens representing who you are, what you've done, and what communities you belong to.

Unlike cryptocurrencies or regular NFTs that can be freely bought, sold, and transferred between wallets, an SBT cannot move once it arrives. There's no transfer function in its smart contract. Selling it is technically impossible. It exists in one wallet, and it stays there.

Here's the most intuitive way to think about it: your Soul is your digital passport. Your SBTs are the stamps inside it � each one representing a verifiable piece of your history. A university can issue you an SBT as proof of your degree. An employer can issue one confirming your work history. A hospital can attach one carrying your medical records. A DAO can issue one recording your participation and voting history. Together, these tokens build a rich, on-chain picture of who you actually are � not just how much crypto you hold.

One important nuance: a person isn't limited to a single Soul. The whitepaper envisions people holding multiple wallet addresses for different aspects of their lives � a professional Soul for credentials and work history, a medical Soul for health records, a social Soul for community memberships. This mirrors how we already compartmentalize our identities in everyday life.

How Do Soulbound Tokens Actually Work?

The non-transferability of SBTs isn't enforced by trust or by policy. It's enforced by code � specifically, by the smart contract that governs the token.

Standard NFTs are built on the ERC-721 token standard, which includes built-in transfer functions. That's what allows you to sell an NFT on OpenSea or move it to a new wallet. SBTs take the same foundational structure and deliberately remove � or permanently disable � those transfer functions. Once minted to a wallet, the token is locked.

Two Ethereum Improvement Proposals (EIPs) formalize this:

ERC-5114 (Soulbound Badge) is the simpler of the two. It defines a token that can be minted to a wallet but can never be transferred. There's no burn function either � once it's there, it's there permanently. This is best suited for credentials that should be absolute, like a degree or a certification.

ERC-5484 (Consensual Soulbound Tokens) is more nuanced. It introduces a "burn authorization" mechanism, which means the token can be destroyed under specific conditions � but only by a party agreed upon at the time of minting. That party could be the token owner (you), the issuer (the university or hospital), or both parties together. This added flexibility makes ERC-5484 better suited for use cases where records might need to be revoked or corrected, like credit history or medical data that changes over time.

The smart contract itself stores metadata � your name, the credential details, the issuing institution, the date of issuance, and any other relevant information. This data is immutable on the blockchain, meaning it can't be retroactively altered or faked.

Another key technical feature: SBTs are publicly readable. Even though they can't be moved, other wallets and smart contracts can query and verify the contents of your Soul. This is what makes them useful � a lender can check your on-chain credit history, an employer can verify your degree, or a DAO can confirm your membership without needing to contact a centralized database.

SBTs vs. NFTs � What's Actually Different?

This is where a lot of people get confused, so let's lay it out cleanly.

Feature

Regular NFTs

Soulbound Tokens (SBTs)

Transferable?

Yes � freely bought and sold

No � permanently locked to one wallet

Has financial value?

Yes � market-driven price

No � no monetary value by design

Purpose

Ownership of digital assets (art, collectibles)

Representation of identity, credentials, and reputation

Can be faked?

Possible through counterfeits

Extremely difficult � tied to verified issuers

Standard

ERC-721, ERC-1155

ERC-5114, ERC-5484

Speculative?

Highly speculative

Not speculative � non-tradeable

Readable by others?

Yes

Yes

Can be lost?

Yes, if wallet is compromised

Yes � wallet recovery is a major challenge

The simplest way to summarize the difference: NFTs are about what you own. SBTs are about who you are.

A Bored Ape NFT tells the world you have money. An SBT from MIT tells the world you earned a computer science degree. The first is a financial statement. The second is an identity statement. Both live on the blockchain, but they serve completely different purposes.

Real-World Examples of Soulbound Tokens in Action

SBTs aren't purely theoretical anymore. Here are real projects that have already deployed them or are actively building toward them.

Binance Account Bound (BAB) Token

The most high-profile real-world SBT deployment to date is Binance's Account Bound (BAB) token, launched on the BNB Chain in 2022. The BAB token is issued to Binance users who have completed Know Your Customer (KYC) identity verification. It's non-transferable, carries no monetary value, and serves as a verified, on-chain proof of identity. Third-party protocols can use BAB tokens to filter out bots, gate access to certain features, and facilitate more trustworthy DAO governance voting. It was the first SBT issued on BNB Chain and remains one of the clearest examples of the concept working at scale.

POAPs � Proof of Attendance Protocol

POAPs (Proof of Attendance Protocol) are one of the closest existing analogues to soulbound tokens. When you attend a crypto conference, an online event, or complete a community challenge, organizers can issue you a POAP � a unique digital badge minted to your wallet as a record that you were there. While traditional POAPs are technically transferable (making them not true SBTs), many projects are now issuing them as non-transferable tokens, inching them toward the soulbound model. POAPs are already widely used across the Ethereum ecosystem as reputation and participation signals.

Gitcoin Passport

Gitcoin Passport is a decentralized identity tool that aggregates verifiable credentials � social media verification, on-chain activity, community participation � into a single trust score attached to your wallet. While it uses a hybrid model, its underlying philosophy is deeply aligned with SBTs: building non-transferable, composable proof of who you are in Web3.

Academic Credentials

Several blockchain-native educational platforms and traditional institutions are exploring issuing degrees and certifications as soulbound tokens. The logic is clean: a degree issued as an SBT is instantly verifiable by any employer on-chain, can't be forged, and travels with the student forever � no need to contact the registrar's office or wait for a background check.

Use Cases for Soulbound Tokens

The whitepaper and the broader community have identified a wide range of applications where SBTs make more sense than any existing solution.

Decentralized Credit Scoring

In traditional DeFi, borrowers must put up collateral worth more than their loan � sometimes 150% or more � because lenders have no way to assess creditworthiness. There's no credit history on-chain. SBTs change this by making it possible to build a verifiable, on-chain credit profile. Financial institutions or decentralized credit agencies could issue SBTs reflecting your repayment history, credit scores, and financial behaviour. A lender could read these tokens and offer undercollateralized loans based on your actual track record � the way traditional banks operate, but without a centralized credit bureau.

Academic Qualifications and Professional Certifications

An academic institution issues an SBT to a graduate containing their full name, the degree earned, the course of study, the date of graduation, and any additional certifications. This token functions as a permanent, tamper-proof digital diploma that anyone � an employer, a government agency, a licensing board � can verify instantly on-chain without contacting the institution. It also doubles as a digital resume, composable with other professional SBTs from employers and certification bodies.

Health Records

Doctors, hospitals, and clinics can issue SBTs containing medical records, test results, diagnoses, and treatment histories. Because the data lives on the blockchain, it's immutable and accessible across different healthcare providers. A patient moving to a new city and switching doctors doesn't have to worry about lost records or miscommunication between hospital systems. For insurance applications, the SBT provides a verified, tamper-proof health history that can't be selectively edited.

DAO Governance and Sybil Attack Prevention

One of the biggest threats to decentralized autonomous organizations is the Sybil attack � where a bad actor buys up a majority of governance tokens to take control of the DAO's voting process and steer decisions in their favour. Because SBTs can't be purchased or transferred, using them as the basis for governance voting makes this kind of manipulation nearly impossible. Voting power tied to SBTs would reflect genuine participation, community contributions, and reputation � not just how much money someone spent.

Proof of Ownership and NFT Recovery

SBTs can be issued alongside a tradeable NFT as a permanent record of original ownership. If that NFT later disappears from a centralized marketplace due to a technical failure, the linked SBT serves as proof that you once owned it � giving you grounds to "resurrect" the asset or claim compensation. This creates a layer of security for NFT holders that doesn't currently exist.

Event Ticketing and Membership

SBTs can serve as non-transferable membership cards for DAOs, clubs, or online communities � replacing the current model where memberships can be bought and sold, diluting the exclusivity and reputation of the community. An SBT-based ticket to an event confirms you personally attended. An SBT membership in a professional network signals genuine affiliation, not a purchased credential.

The Privacy Problem � And How It's Being Solved

Here's the uncomfortable truth about publicly readable, permanent, on-chain tokens: they could easily become a surveillance nightmare.

If your medical records, credit history, employment history, and community affiliations are all stored as publicly visible SBTs, anyone with your wallet address can see everything about you. That's not privacy � that's a digital dossier. And because blockchain data is immutable, you can't delete an SBT that contains embarrassing or sensitive information.

The crypto community is actively working on technical solutions to this problem, and several promising approaches have emerged.

Hashing and Off-Chain Storage

Instead of storing the full contents of an SBT on-chain, only a cryptographic hash of the data is stored on the blockchain. The actual data lives off-chain in encrypted storage controlled by the user. Verifiers can confirm that the data matches the hash (and therefore hasn't been tampered with) without ever seeing the contents directly. This gives you verifiability without full exposure.

Merkle Proofs

Merkle trees allow a user to prove that a specific piece of information is part of a larger dataset without revealing the full dataset. For an SBT holding multiple credentials, you could prove to an employer that you have a specific certification without revealing your medical history or credit score � even if all of those things live in the same Soul.

ZK-SNARKs (Zero-Knowledge Proofs)

This is the most powerful privacy tool in the SBT toolkit. A ZK-SNARK (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) allows you to mathematically prove that a statement is true without revealing any of the underlying information. Applied to SBTs: you could prove you are over 18 years old, without revealing your actual birthdate. You could prove your credit score is above a threshold, without revealing the score itself. You could prove you attended a certain institution, without disclosing anything else about your academic record. This is the gold standard for privacy-preserving SBT verification, and it's already being implemented in several DeSoc projects.

The Lost Soul Problem � What Happens If You Lose Your Wallet?

This is one of the most serious challenges facing SBTs, and it's worth addressing directly.

In a world where your most important credentials � your degrees, your medical records, your credit history � live as SBTs in your wallet, losing access to that wallet is catastrophic. And unlike a tradeable NFT that you could recover by purchasing again, an SBT bound to a lost wallet is gone. You can't transfer it to a new address. You can't issue yourself a replacement (only the original issuer can). You're effectively stripped of your digital identity.

The whitepaper proposes a solution called community recovery. Rather than relying on a single private key (the current crypto standard), a Soul's recovery is managed by a set of "guardians" � a curated group of trusted individuals, institutions, or smart contracts chosen by the wallet owner. If a user loses their key, a majority vote among their guardians can authorize the migration of their SBTs to a new wallet address.

This mirrors how social recovery already works in some smart contract wallets, but extends it into the SBT context. The guardians could include close friends, family members, employers, or even the institutions that issued the SBTs in the first place. It's a decentralized version of the "call your bank" solution � but without a single company holding all the power.

There's still work to be done here. Maintaining a reliable guardian network requires ongoing effort, and the social dynamics of asking friends to serve as your identity recovery agents are awkward at best. But it's a credible starting point.

Challenges Facing Soulbound Tokens

For all their promise, SBTs are still far from mainstream, and there are real hurdles to clear before that changes.

Traditional institutions � hospitals, universities, banks, government agencies � are the entities that need to issue these tokens for SBTs to have value. Most of them have no infrastructure for interacting with blockchain-based assets, and many are legally or culturally resistant to adopting decentralized systems. Until that changes, SBTs will remain a solution looking for institutional partners.

The privacy concerns, while being addressed technically, are not yet solved at a consumer level. Most users are not going to configure ZK-SNARKs on their own. The tooling needs to be as simple as creating a social media profile before regular people will trust their medical records to a Soul wallet.

There's also the risk of non-consensual issuance. Because SBTs can be airdropped to any wallet address, a bad actor could theoretically send harmful or defamatory tokens to someone's wallet � tokens they can't remove. ERC-5484's burn authorization mechanisms help with this, but the problem isn't fully solved.

Finally, the concept of a permanent, immutable on-chain record raises philosophical questions about second chances. If a youthful mistake shows up in your Soul forever, does that serve justice � or undermine it?

The Bottom Line � Why Soulbound Tokens Matter

The crypto space has been dominated by speculation since its earliest days. Tokens go up, tokens go down, people chase the next big thing. What's largely been missing is a trustworthy layer of identity � a way to know who you're actually dealing with in a decentralized world.

Soulbound tokens are the most serious attempt yet to build that layer. By anchoring non-transferable credentials to wallets, they open the door to undercollateralized lending, fraud-resistant governance, portable medical records, verifiable academic qualifications, and a Web3 ecosystem where reputation actually means something.

They're not perfect. The lost wallet problem is real. The privacy challenges are serious. Institutional adoption is slow. But the underlying idea � that some things shouldn't be for sale � is sound. And the technical infrastructure to make it work is advancing fast.

If SBTs reach their potential, the next time someone asks "who are you online?", the answer might live in a Soul wallet � built not from what you bought, but from what you actually did.

Frequently Asked Questions About Soulbound Tokens

What are soulbound tokens in simple terms?

A soulbound token (SBT) is a type of NFT that is permanently tied to one crypto wallet and can never be sold, transferred, or traded. Think of it like a digital version of your university diploma � it proves something real about you, and it can't be handed off to someone else. Once it's in your wallet, it stays there forever as a verifiable record of your identity, credentials, or achievements.

Who invented soulbound tokens?

The concept was formally introduced by Ethereum co-founder Vitalik Buterin in a January 2022 blog post, and then fleshed out in a 37-page academic whitepaper published in May 2022. The whitepaper � titled "Decentralized Society: Finding Web3's Soul" � was co-authored by Buterin alongside economist and Microsoft researcher E. Glen Weyl and lawyer Puja Ohlhaver. The name "soulbound" itself was borrowed from the video game World of Warcraft, where certain powerful items permanently bind to a player's character.

What is the difference between an SBT and a regular NFT?

The core difference is transferability. A regular NFT can be bought, sold, and moved between wallets freely � its value is largely financial and market-driven. An SBT cannot be transferred at all. It has no monetary value on the open market, and its purpose is to represent identity, reputation, and credentials rather than ownership of a digital asset. You could sell your Bored Ape NFT tomorrow. You can never sell your SBT university degree � and that's by design.

Can a soulbound token be deleted or revoked?

It depends on which token standard was used to create it. Tokens built on ERC-5114 are fully permanent � they cannot be transferred or burned. Tokens built on ERC-5484 include a "burn authorization" mechanism that allows deletion under pre-agreed conditions, either by the token holder, the issuing institution, or both acting together. This makes ERC-5484 more suitable for use cases where the underlying data might change or need to be corrected over time, like credit history or medical records.

Are soulbound tokens live yet, or are they just a concept?

They're already live in several forms. The most prominent example is Binance's Account Bound (BAB) token � a non-transferable identity token issued on the BNB Chain to users who have completed KYC verification. Gitcoin Passport uses a similar model to build verifiable on-chain reputation scores. Many projects in the Ethereum ecosystem are also issuing non-transferable POAPs (Proof of Attendance Protocol tokens) as de facto soulbound credentials. The technology works � the challenge right now is institutional adoption at scale.

What happens if I lose access to my wallet � do I lose my SBTs forever?

This is one of the most serious open problems with SBTs. Because they can't be transferred, a lost wallet key means a lost identity. You can't move your SBTs to a new address the way you might rescue an NFT. The original whitepaper proposes a community recovery system, where a set of pre-chosen "guardians" � trusted people or institutions � can collectively authorize the migration of your SBTs to a new wallet if you lose access. It's a credible solution, but it requires proactive setup and ongoing maintenance of your guardian network, which most users haven't thought through yet.

Are soulbound tokens private, or can anyone see them?

By default, SBTs stored on a public blockchain are publicly readable � anyone with your wallet address can see what tokens you hold. This raises serious privacy concerns, especially for sensitive credentials like medical records or credit history. The solutions being developed include hashing (storing only a cryptographic fingerprint of the data on-chain, with the actual data encrypted off-chain), Merkle proofs (proving a specific credential exists without revealing everything else), and ZK-SNARKs (zero-knowledge proofs that let you confirm facts about yourself � like being over 18 � without revealing any underlying personal data). These tools are promising but not yet user-friendly enough for mass adoption.

Can someone send me an SBT without my permission?

Technically, yes � SBTs can be airdropped to a wallet address without the holder's consent. This creates a real risk of harassment or defamation, where a bad actor sends harmful or false tokens to someone's wallet permanently. ERC-5484 partially addresses this by allowing the token holder to burn (delete) received tokens, but ERC-5114 does not. The community is still working on standardized consent mechanisms to ensure that wallets can reject unwanted SBT transfers before they land.

Do soulbound tokens have any monetary value?

No � and that's the whole point. SBTs are deliberately designed to have no financial value and to be impossible to trade on any marketplace. Their value is entirely non-financial: they represent who you are, what you've done, and what institutions vouch for you. You can't speculate on them, you can't flip them for profit, and no exchange will list them. This is what separates them philosophically from virtually every other token in the blockchain space.

What does "DeSoc" mean, and how do SBTs fit into it?

DeSoc stands for Decentralized Society � the broader vision that Buterin, Weyl, and Ohlhaver laid out in their 2022 whitepaper. The idea is that Web3, as it currently exists, is almost entirely financial: tokens represent money, NFTs represent digital property, and governance is determined by how many tokens you hold. DeSoc imagines a different kind of blockchain ecosystem � one where your on-chain identity is built from non-transferable credentials, your reputation is earned rather than purchased, and social relationships between people and institutions are encoded into the fabric of the network. SBTs are the core building block of DeSoc. Without them, a decentralized society would have no way to distinguish a genuine community member from someone who simply bought their way in.


Ready to Mine Smarter? Meet EndlessMining.com

If you�re serious about crypto mining, the challenges above � trust, accountability, security, and efficiency � are problems you face every day. That�s exactly why EndlessMining.com was built.

EndlessMining.com is the mining hardware marketplace that actually has your back:

  • Buy & Sell Mining Hardware � Browse a curated marketplace connecting miners, dealers, and buyers worldwide.
  • Hosting Services � Skip the overhead. Let EndlessMining host your miners in professional facilities so you can focus on returns.
  • Mining Consultancy � Get expert guidance on equipment selection, setup, and optimization from people who live and breathe mining.
  • Mining Calculator � Run the numbers before you commit. Estimate profitability based on your hardware, power costs, and current network conditions.
  • Escrow-Protected Transactions � EndlessMining.com is currently the only crypto miner marketplace officially partnered with Escrow.com, meaning every transaction is protected. No scams. No chargebacks. No uncertainty. In a space defined by trustlessness, Endlessmining.com offers something rare: accountability you can count on.
Share

Stay Updated

Fresh guides and market signal in your inbox. No spam, unsubscribe anytime.

Comments (0)

No comments yet — be the first to share your thoughts!

Log in to leave a comment.

What Are Soulbound Tokens (SBTs)? The Non-Transferable NFTs Reshaping Digital Identity | Endless Mining