🪙Coin or NFT Role
The /coin-role create
and /nft-role create
commands operate on the same principle, allowing server owners to automate role assignments based on users' holdings of specific coins or NFTs.
/coin-role create
- Automate role assignments based on coin holdings with.
Server owners can assign roles to users based on the amount of a specific coin they hold on a particular network (Polygon, Solana, Cronos, Avalanche, Binance Smart Chain). This is done using the /coin-role create
command.
Command Options:
network: Select the network where the coin operates.
contract: Enter the coin’s contract address.
roles: Assign a role that will be automatically given if the user holds the specified amount of the coin.
min: Set the minimum amount of the coin required to receive the role.
max: Set the maximum amount of the coin for role assignment.
User wallets are automatically checked every 12 hours, and roles are assigned accordingly. Additionally, users can manually trigger a check by pressing the button in the Verify UI to immediately scan their wallet and receive the appropriate roles.
The /coin-role edit
command allows server owners to modify previously created coin roles, making it easy to update role criteria or adjust settings as needed.
The /coin-role delete
command enables server owners to remove previously created coin roles, providing a straightforward way to manage and declutter role assignments as needed.
/nft-role create
- Automate role assignments based on NFT holdings with.
Server owners can assign roles to users based on the amount of a specific NFT they hold on a particular network (Polygon, Solana, Cronos, Avalanche, Binance Smart Chain). This is done using the /nft-role create
command.
Command Options:
network: Select the network where the NFT operates.
contract: Enter the NFT contract address.
roles: Assign a role that will be automatically given if the user holds the specified amount of the NFT.
min: Set the minimum amount of the NFT required to receive the role.
max: Set the maximum amount of the NFT for role assignment.
User wallets are automatically checked every 12 hours, and roles are assigned accordingly. Additionally, users can manually trigger a check by pressing the button in the Verify UI to immediately scan their wallet and receive the appropriate roles.
The /nft-role edit
command allows server owners to modify previously created NFT roles, making it easy to update role criteria or adjust settings as needed.
The /nft-role delete
command enables server owners to remove previously created NFT roles, providing a straightforward way to manage and declutter role assignments as needed.
Last updated