project screenshot 1
project screenshot 2
project screenshot 3

Soulbound Token

A token standard for Soulbound Tokens for AirDAO. The contract is modelled after ERC721.sol but is non-transferable with reputation management (achievements). Achievements can be granted/revoked to support token gated communities.

Soulbound Token

Created At

ETHGlobal Singapore

Winner of

Airdao - Soul Bound Tokens (SBT’s) on AirDAO 2nd place

Project Description

Soulbound Token Standard (SBT)

This can be found under /src/SoulBoundTokenStandard and competes for the Soul Bound Tokens (SBT’s) on AirDAO prize category. The contract is modelled after ERC721.sol but is non-transferable with reputation management (achievements). Achievements can be granted/revoked to support token gated communities.

This is implemented by writing directly to the metadata through the URI. Usually it's expensive to perform string manipulation to store json strings in the URI but AirDAO is known for cheap fees so it's cheaper to pay gas than to use a decentralized storage like IPFS.

How it's Made

Soulbound Token Standard (SBT)

This can be found under /src/SoulBoundTokenStandard and competes for the Soul Bound Tokens (SBT’s) on AirDAO prize category. The contract is modelled after ERC721.sol but is non-transferable with reputation management (achievements). Achievements can be granted/revoked to support token gated communities.

This is implemented by writing directly to the metadata through the URI. Usually it's expensive to perform string manipulation to store json strings in the URI but AirDAO is known for cheap fees so it's cheaper to pay gas than to use a decentralized storage like IPFS.

background image mobile

Join the mailing list

Get the latest news and updates