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