Grim SkullSOLBET.fun

Token Management

Manage which tokens are available in your Telegram group.

Adding Tokens

Use the /addtoken command to add a new token to your group:

/addtoken

This starts an interactive flow:

  1. Select Chain — Choose the blockchain (currently Solana)
  2. Enter Token Address — Paste the token's mint address
  3. Confirm — The bot will verify and add the token

Token Requirements

  • Must be a valid SPL token on Solana
  • Token information is fetched automatically (name, symbol, decimals)
  • The token is immediately available for use after adding

Removing Tokens

Use the /removetoken command to remove a token from your group:

/removetoken

This shows a list of currently enabled tokens. Click one to remove it.

Restrictions

  • You cannot remove the last token — at least one token must remain
  • Removing a token doesn't affect existing user balances

Viewing Available Tokens

Any user can see which tokens are available in the group:

/tokens

This shows:

  • Token symbol and name
  • Mint address
  • Current pool balance
  • Total deposited/withdrawn

Default Token Behavior

When users don't specify a token in commands:

  • The system uses the user's preferred token (if set)
  • Or the first token in the group's allowed list

Users can set their preferred token for a chat by using commands with a token symbol.

Tips for Admins

Starting a New Group

  1. Add the bot with /start
  2. Grant admin permissions to the bot
  3. Add your community's token with /addtoken
  4. Announce to your community!

Multiple Tokens

You can add multiple tokens to support different communities or use cases:

  • Native tokens for your project
  • Popular tokens like SOL, USDC
  • Meme tokens for fun

Security Notes

  • Only group admins can add/remove tokens
  • Token addresses are verified on-chain
  • Adding a malicious token won't affect other tokens

Available Admin Commands

CommandDescription
/addtokenAdd a new token (interactive)
/removetokenRemove an existing token

Coming Soon

Future admin features planned:

  • /config — Advanced group settings
  • /stats — Group activity statistics
  • /ban / /unban — User moderation
  • Custom faucet settings per group