# Solmate

## Solmate Documentation

- [Welcome to Solmate!](https://docs.solmatebot.com/readme.md): Solmate is your all-in-one Solana toolkit — available as a Discord bot, Telegram bot, and web dashboard. Track wallets, verify holders, monitor collections, and much more.
- [Changelog](https://docs.solmatebot.com/changelog.md): Recent updates and improvements
- [Invite the Bot](https://docs.solmatebot.com/getting-started/invite-the-bot.md): Get Solmate up and running in your Discord server in under a minute.
- [Using Slash Commands](https://docs.solmatebot.com/getting-started/using-slash-commands.md): New to Discord bots? Here's how commands work.
- [Premium Plans](https://docs.solmatebot.com/getting-started/premium-plans.md): Unlock higher limits and support Solmate's development with a premium plan.
- [Wallet Tracker](https://docs.solmatebot.com/discord-bot-features/wallet-tracker.md): Track Solana wallets in real-time and get notifications for every transaction.
- [Holder Verification](https://docs.solmatebot.com/discord-bot-features/holder-verification.md): Verify your members' wallets and assign roles based on NFT and token holdings.
- [Server Stats (Counters)](https://docs.solmatebot.com/discord-bot-features/server-stats.md): Display live Solana data in voice channels — prices, floors, volumes, and more.
- [Collection Tracker](https://docs.solmatebot.com/discord-bot-features/collection-tracker.md): Get real-time notifications when NFTs in a collection are sold, listed, or delisted.
- [Static Messages](https://docs.solmatebot.com/discord-bot-features/static-messages.md): Create auto-updating embed messages with custom data.
- [Snapshots](https://docs.solmatebot.com/discord-bot-features/snapshots.md): Take a snapshot of all holders of an NFT collection or token.
- [PNL Tracking & Leaderboard](https://docs.solmatebot.com/discord-bot-features/pnl-tracking.md): Track profit and loss for your watched wallets over 7 and 30 days.
- [Nametags & Labels](https://docs.solmatebot.com/discord-bot-features/nametags-and-labels.md): Organize your tracked wallets with custom names and tags.
- [Bot Settings](https://docs.solmatebot.com/discord-bot-features/bot-settings.md): Customize Solmate's behavior in your server.
- [/address](https://docs.solmatebot.com/discord-commands/address.md): Look up any Solana wallet to see its balance, holdings, and PNL.
- [/token](https://docs.solmatebot.com/discord-commands/token.md): Look up any SPL token to see its price, supply, market cap, and security info.
- [/collection](https://docs.solmatebot.com/discord-commands/collection.md): Look up any NFT collection to see floor price, volume, and more.
- [/price](https://docs.solmatebot.com/discord-commands/price.md): Get the current price of Solana or any SPL token.
- [/floor](https://docs.solmatebot.com/discord-commands/floor.md): Get the floor price of an NFT collection with a visual preview.
- [/calculate](https://docs.solmatebot.com/discord-commands/calculate.md): Convert between tokens and currencies.
- [/solanainfo](https://docs.solmatebot.com/discord-commands/solanainfo.md): Get general Solana blockchain statistics.
- [/flex](https://docs.solmatebot.com/discord-commands/flex.md): Show off a random NFT from your wallet.
- [/help](https://docs.solmatebot.com/discord-commands/help.md): Get help with Solmate's commands.
- [/export](https://docs.solmatebot.com/discord-commands/export.md): Export a list of verified holders with their Discord and wallet info.
- [/verifysignature](https://docs.solmatebot.com/discord-commands/verifysignature.md): Verify wallet ownership by providing a signed message.
- [Dashboard Overview](https://docs.solmatebot.com/web-dashboard/dashboard-overview.md): Manage your servers, trackers, verification, and more from the web.
- [Account & Wallets](https://docs.solmatebot.com/web-dashboard/account-and-wallets.md): Manage your personal account and connected wallets.
- [Managing Trackers](https://docs.solmatebot.com/web-dashboard/managing-trackers.md): Add, manage, and bulk-operate on wallet trackers from the web dashboard.
- [Verification Setup](https://docs.solmatebot.com/web-dashboard/verification-setup.md): Set up and manage holder verification roles from the web dashboard.
- [Tracker Settings](https://docs.solmatebot.com/web-dashboard/tracker-settings.md): Configure how wallet tracker notifications look and behave.
- [Snapshots](https://docs.solmatebot.com/web-dashboard/snapshots.md): Create and manage holder snapshots from the web dashboard.
- [Getting Started](https://docs.solmatebot.com/telegram-bot/getting-started.md): Get started with Solmate on Telegram for real-time Solana wallet tracking.
- [Tracking Wallets](https://docs.solmatebot.com/telegram-bot/tracking-wallets.md): Track Solana wallets on Telegram and get instant transaction notifications.
- [Settings & Customization](https://docs.solmatebot.com/telegram-bot/settings-and-customization.md): Customize your Telegram bot experience — explorers, buttons, and filters.
- [Telegram Premium](https://docs.solmatebot.com/telegram-bot/telegram-premium.md): Unlock more trackers and better performance with Telegram premium.
- [How to Verify Your Wallet](https://docs.solmatebot.com/for-members/how-to-verify-your-wallet.md): Step-by-step guide for community members to verify their wallet and get holder roles.
- [Privacy and Safety](https://docs.solmatebot.com/for-members/privacy-and-safety-measures.md): How Solmate keeps you and your server safe and secure.
- [Privacy Policy](https://docs.solmatebot.com/for-members/privacy-policy.md): Privacy Policy for Solmate Discord Bot


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.solmatebot.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
