Soulbound Token (SBT)

A Soulbound Token (SBT) is a non-transferable blockchain token permanently bound to a single wallet, or "Soul." Unlike cryptocurrencies or NFTs, an SBT cannot be sold, swapped, or moved once issued, because its transfer function is removed at the smart-contract level. This makes SBTs ideal for representing identity, academic and professional credentials, event attendance, DAO roles, and on-chain reputation rather than tradable value. Credited to Vitalik Buterin and named after non-tradable game loot, SBTs turn a wallet into a verifiable record of who you are and what you have done, instead of just what assets you hold.

What Is a Soulbound Token (SBT)?

A Soulbound Token (SBT) is a non-transferable blockchain token that is permanently bound to a single wallet, also called a "Soul." Once an SBT is minted or received, it cannot be sold, swapped, or sent to another address — the transfer function is intentionally removed at the smart-contract level. This makes SBTs unsuitable for trading but ideal for representing things that should not change hands: identity, academic degrees, professional licences, event attendance, and on-chain reputation. In short, an SBT answers "who you are" rather than "what you own," turning a crypto wallet into a verifiable, self-sovereign résumé instead of a portfolio of tradable assets.

📷 a simple diagram showing one wallet ("Soul") with several non-transferable badge tokens attached, each labelled "Diploma", "Event POAP", "KYC", "DAO Role"

The concept is widely credited to Ethereum co-founder Vitalik Buterin, who borrowed the name from "soulbound" loot in online role-playing games — items that bind to a character and can never be traded. Buterin's insight was that the same mechanic could anchor decentralised identity, where your on-chain history becomes proof of reputation rather than a marketing of wealth.

How an SBT Differs From a Cryptocurrency and an NFT

The easiest way to understand a Soulbound Token is to compare it with the two token types most people already know. A blockchain token can be tuned for three independent properties — fungibility, fractionalisation, and transferability. Cryptocurrencies keep all three. NFTs drop fungibility and fractionalisation but keep transferability. SBTs go one step further and remove transferability too.

PropertyCryptocurrency (e.g. BTC, ETH)NFT (e.g. art, collectibles)Soulbound Token (SBT)
FungibilityFungible (1 BTC = 1 BTC)Non-fungibleNon-fungible
TransferableYesYesNo — bound to one wallet
FractionableYes (0.005 BTC)NoNo
Primary purposePayments, store of valueDigital ownershipIdentity, credentials, reputation
Tradable / speculativeHighlyHighlyNot tradable by design
Typical standardERC-20ERC-721 / ERC-1155ERC-4973, EIP-5192, ERC-7231
Real-world exampleBitcoin, USDCCryptoPunks, BAYCBinance BAB, POAP, Otterspace badges

Think of it this way: take a smart contract for an NFT and delete the `transfer()` method. The token can still be minted to you and read by anyone, but it can never leave your wallet. That single change is what converts a collectible into a credential.

Why Non-Transferability Matters

Non-transferability is not a limitation — it is the entire point. SBTs unlock several properties that tradable tokens cannot offer:

  • Identity over wealth. A Bored Ape signals purchasing power; a soulbound diploma signals that you, specifically, earned a qualification. SBTs decouple social capital from money.
  • Sybil resistance. Because a credential cannot be bought, one person cannot fake a thousand reputations by purchasing tokens on a marketplace.
  • Fairer governance. If voting rights are issued as SBTs, a whale cannot simply buy up votes. Governance weight follows proven contribution instead of capital.
  • Privacy-preserving proofs. Sensitive data stays off-chain. Using zero-knowledge proofs, hashing, or Merkle proofs, a holder can prove a claim ("I am over 18", "I attended this event") without exposing the underlying details.

A Worked Example: Issuing a Degree as an SBT

Imagine a university wants to replace paper diplomas. Here is how the flow works in practice:

  1. Verify the graduate. The registrar confirms a student has completed their programme — the off-chain trust step that gives the token meaning.
  2. Mint the SBT. The university's contract mints one non-transferable token directly to the graduate's wallet. Metadata (degree, year, classification) is stored off-chain on IPFS; only a hash lives on-chain.
  3. Lock the transfer. The contract has no `transfer()` function, so the diploma can never be sold or moved — even by the graduate.
  4. Verify later. A future employer scans the wallet, confirms the issuer is the real university, and checks the hash against the off-chain record. With a zero-knowledge proof, the graduate can even prove "I hold an accredited degree" without revealing their grades.
📷 a four-step flowchart — Verify graduate → Mint SBT to wallet → Transfer locked → Employer verifies issuer + hash

Notice that the value comes entirely from who issued it. Minting an SBT to yourself proves nothing; the credibility lives with the trusted issuer — a university, a DAO, or an exchange running KYC.

Real-World SBT Projects and Use Cases

SBTs have moved well beyond theory. A few notable implementations:

  • Binance Account Bound (BAB) Token — a non-transferable KYC credential on BNB Chain, granting verified users access to airdrops and gated features.
  • POAP (Proof of Attendance Protocol) — tens of millions of tokens minted to prove someone attended a specific event; the canonical early SBT pattern.
  • Otterspace — ERC-4973 badges that let DAOs issue roles like "Top Contributor Q3" to drive permissions and incentives.
  • Gitcoin Passport — aggregates verification "stamps" into a single Sybil-resistant score for fair governance participation.
  • Arcx & decentralised credit scoring — turns on-chain DeFi activity (loan repayments, liquidity provision) into reputation usable for undercollateralised lending.
  • Lens Protocol & Web3 social — non-transferable profiles and achievement tokens tied to a user's Web3 influence rather than a balance sheet.
📷 a labelled grid of project logos and one-line use cases — Binance BAB (KYC), POAP (events), Otterspace (DAO roles), Gitcoin Passport (Sybil resistance), Arcx (credit), Lens (social)

Looking forward, speculative applications include tokenised medical records, government-issued professional licences, supply-chain provenance, and permissioned access to personal data for AI training — most still early or in pilot stages. If you are new to the token landscape these credentials sit on, our beginner's guide to cryptocurrency and our walkthrough on utility NFTs are useful next reads.

Risks and Pitfalls to Watch

SBTs are powerful but far from problem-free. Anyone exploring them should weigh these issues:

  • Revocability and unwanted tokens. Because they cannot be transferred, a malicious or mistaken issuer can spam your wallet with tokens you cannot remove. Clear burn or revoke mechanics are essential.
  • Privacy exposure. Publicly visible credentials can leak identity. Without ZK proofs or hashing, an SBT can reveal more than the holder intended.
  • Lost keys are catastrophic. Lose access to the wallet and you lose your entire credential history — there is no "re-issue and transfer" path like there is for assets.
  • Issuer trust is centralised. An SBT is only as trustworthy as the entity that minted it. A fake "university" can issue worthless diplomas.
  • Standards are still fragmenting. ERC-4973, EIP-5192, and ERC-7231 coexist, so interoperability between platforms is not yet guaranteed.

COINOTAG Perspective

At COINOTAG we view Soulbound Tokens as one of the clearest bridges between speculative crypto and durable, real-world utility. The interesting shift is philosophical: for a decade, blockchains optimised for moving value as fast as possible, and SBTs deliberately do the opposite by making certain tokens immovable. For everyday users, the practical takeaway is simple — an SBT is a claim, not an investment. Do not expect a secondary market, and judge any SBT primarily by its issuer. As privacy tooling like zero-knowledge proofs matures and standards converge, expect SBTs to quietly become infrastructure for decentralised identity rather than another tradable asset class.

Last updated: 6/15/2026

Related Terms