Token Gating & Access Control
SocialBlock supports multiple types of access gating:
Type
Supported?
Description
Native SBLK
β
Gate by wallet holding of $SBLK
ERC20/CW20 Tokens
β
Gate by custom Cosmos-compatible token
NFTs (CW721)
β
Gate by ownership of specific NFTs
zkID/Identity
β
Gate by zk-proof of identity, reputation, or KYC
Role-Based
β
Gate by DAO role, rep tier, or stream badge
Example Configuration:
tokenGating: {
type: 'nft',
contractAddress: 'socialblocknfts123...',
minHold: 1
}
Last updated