Discord Bot
The Unclaimed SOL Discord Bot lets your community check how much SOL they can reclaim directly from your server. Users paste a Solana wallet address and the bot replies with the total claimable SOL and a link to claim it on the website.
Add the bot to your server
To add the official bot to your Discord server:
- Click the button below or open the invite link in your browser.
- Choose the server where you have permission to manage integrations.
- Confirm the requested permissions and authorize the bot.
Permissions
The bot only needs basic permissions to work:
- View channels where you want to use the bot
- Send messages and embeds
- Use slash commands
You can restrict the bot to specific channels using Discord's permission system if you only want commands in a dedicated support or tools channel.
Commands
The bot uses slash commands. Start typing / in a
channel where the bot is allowed, then select the Unclaimed SOL
command.
/check
Check how much SOL can be claimed from a Solana wallet.
-
Parameter:
address(Solana wallet address) - Returns: total claimable SOL and a link to claim it
Example
- In a text channel, type
/check. - Select the Unclaimed SOL bot's command.
-
Paste a Solana wallet address into the
addressfield. - Submit the command.
The bot replies with something like:
Address: 9x...123
Claimable SOL: 0.0058 SOL
[Claim here] [Follow on X]
The reply includes a button that takes the user to unclaimedsol.com so they can complete the claim.
How it works
When a user runs /check with an address, the bot:
- Validates that the given string looks like a Solana public key.
- Queries Unclaimed SOL to calculate the wallet's total claimable SOL.
- Formats the result into a Discord embed with the address and total amount.
- Adds buttons for claiming on the website and following Unclaimed SOL on X.
The calculation happens on Unclaimed SOL infrastructure. The bot does not store user private keys and never asks for them. Only public wallet addresses are used.
Best practices
-
Create a dedicated channel like
#unclaimed-solor#toolsfor the bot. - Pin a short message explaining what the bot does and that users only need to paste their public wallet address.
- Encourage users to claim on the website after checking their amount in Discord.
Troubleshooting
The bot does not respond
- Check that the bot is online in your server member list.
- Verify that it has permission to View channel and Send messages.
- Try a different channel where you know the bot has access.
The command is not visible
- Slash commands can take a short time to propagate after the bot is added or updated.
-
Make sure you are typing
/checkin a server where the bot is installed, not in DMs.
Still need help
If you have issues using the bot or want to discuss a custom integration, reach out to us on Discord and we will be happy to help.