Token Gating
Grant roles based on token holdings
Token gating assigns a role to members who hold at least a set amount of a specific token. It works across multiple chains, so you can gate on SPL tokens or EVM tokens alike.
Command: /add-token-verification
Parameters:
| Parameter | Description | Required |
|---|---|---|
| mint-address | The mint / contract address of the token to check for. | yes |
| role | The role to grant members who hold enough of the token. | yes |
| minimum-quantity | Minimum amount of the token a member must hold to receive the role. | yes |
| blockchain | Network the token lives on: Solana (default), Ethereum, Polygon, Base, Arbitrum, or BSC. | no |
Members need a verified wallet
Token gating checks the wallets members have verified through holder verification. Make sure your members have completed Holder Verification so the bot knows which wallets to check.
Admins only
This is a premium feature and requires administrator permissions.