Soulbound Token
A non-transferable NFT bound to a single identity, used for reputation, credentials, and governance to prevent token-based manipulation.
A Soulbound Token (SBT) is a non-transferable, non-sellable digital token permanently bound to a specific wallet or identity. Proposed by Ethereum co-founder Vitalik Buterin in the 2022 paper "Decentralized Society: Finding Web3's Soul," SBTs represent verifiable credentials, reputation, and affiliations that cannot be bought, sold, or transferred — making them fundamentally different from standard NFTs or governance tokens.
The term "soulbound" borrows from gaming (World of Warcraft), where certain items become permanently bound to a character upon acquisition and cannot be traded. In the blockchain context, SBTs serve as the foundational primitive for building identity and reputation systems resistant to market-based manipulation.
How soulbound tokens work
SBTs are implemented as ERC-721 or ERC-1155 tokens with the transfer function disabled or restricted. Once minted to an address (a "Soul"), the token cannot be moved to another address. This creates a permanent on-chain record of credentials, achievements, or attestations that is verifiable by anyone but owned exclusively by the recipient.
Key technical properties:
- Non-transferable: The
transferandtransferFromfunctions revert, preventing any movement between wallets - Revocable: Issuers can revoke SBTs if credentials expire or are found fraudulent
- Publicly verifiable: Anyone can query whether an address holds a specific SBT
- Composable: Smart contracts can gate access, voting power, or rewards based on SBT holdings
Applications in governance
SBTs solve critical governance attack vectors by making voting power non-purchasable:
Optimism Citizens' House uses SBTs (via AttestationStation) to create a governance chamber where each verified citizen gets exactly one vote, completely insulated from token markets and flash loan manipulation. This contrasts with the Token House where OP tokens (transferable, purchasable) determine voting power.
Sybil resistance: Because SBTs cannot be transferred, an attacker cannot accumulate voting SBTs by purchasing them. Each SBT must be earned or attested through verifiable criteria, making Sybil attacks against SBT-gated systems significantly more expensive than against token-weighted systems.
Reputation-weighted governance: DAOs can weight voting power by SBT-verified credentials — past contributions, audit completions, community participation — rather than pure capital, creating meritocratic governance structures resistant to plutocratic capture.
Limitations
SBTs inherit the limitations of blockchain identity: wallet loss means credential loss (though social recovery and multi-party computation can mitigate this), privacy concerns arise from permanently public credentials, and the question of who issues SBTs reintroduces centralization at the attestation layer.
Articles Using This Term
Learn more about Soulbound Token in these articles:
Related Terms
DAO (Decentralized Autonomous Organization)
A blockchain-based organization governed by smart contracts and token-weighted voting rather than centralized management.
Sybil Attack
An attack where a single entity creates multiple fake identities to gain disproportionate influence in a decentralized system.
Governance Attack
An exploit that weaponizes a protocol's legitimate voting mechanics to pass malicious proposals or drain treasury funds.
Need expert guidance on Soulbound Token?
Our team at Zealynx has deep expertise in blockchain security and DeFi protocols. Whether you need an audit or consultation, we're here to help.
Get a Quote

