Skip to main content

Soulbound Token Demo

Watch non-transferable credentials minted to wallets, see transfers blocked, verify ownership on-chain, and understand revoke vs burn mechanics.

Step 1 of 5
SUCCESS
🎓 CS Degreemint()
Issuer

Alice receives her CS Degree SBT

sbt.mint(alice, CS_DEGREE)
Soul-Bound Inventory
Issuer
0

No soulbound tokens

Alice
1
🎓 CS Degree
Bob
0

No soulbound tokens

Core Principle: Non-Transferable
No TransfertransferFrom() reverts
No Approveapprove() reverts
No TradeCan't list on marketplaces
Mint Credentials

Issue real-world credentials as non-transferable SBTs to different wallets.

Previous: Token Approval Flow
Back to approval flow visualizer