TON Society Platform aims to connect projects and users through SBT badges. The platform offers the following:
- allows projects to issue SBT bagdges to their users easily and free of charge
- helps projects attract more users.
- enables users to receive additional badges across the ecosystems, meet and compete
Projects can apply to add relavant activities to the Activity Catalog by using this form. We ask activity owners to provide infromation for both the page at TON Society and cSBT collection to be minted.
We will review all applications and contact activity owners once the application is accepted. You will receive partner_id
and api_key
which is needed to issue cSTBs.
Once users complete all the actions on your side you could request a unique link from our API and just lead user to this link for receiving a cSBT:
- Ask users to connect a wallet before they start participating in the activity. In case of Telegram Mini App, you could just use Telegram address instead of wallet. You could get it after Mini App launch.
- Once users complete all the actions on your side, make a
POST
request, passing youractivity_id
,partner_id
,api_key
and one of user identifiers:telegram_user_id
orwallet_address
. The response will contain the link.- If you already tried to request a link for this specific user use
/rewards/{participant_id}
endpoint to get existing link.
- If you already tried to request a link for this specific user use
- Share this link with the user.
- To get the current status of user's badge use
/rewards/{participant_id}/status
endpoint:NOT_CLAIMED
The reward has not been claimed by the participant.CLAIMED
The reward has been claimed by the participant.MINTED
The reward has been minted on the TON Society side.RECEIVED
The reward has been received by the participant and visible in the user profile.
Use TON Society APIs to display minted cSBTs and user information in your project.
Users and Collections
Provides access to publicly available information on society.ton.org regarding registered users and the SBT/cSBT collections associated with them.
cSBT data
Provides access to cSBT collections minted via TON Society in your project. This information complies with the Compressed SBT Standard.