> For the complete documentation index, see [llms.txt](https://docs.solmatebot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solmatebot.com/discord-bot-features.md).

# Discord Bot Features

- [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.


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solmatebot.com/discord-bot-features.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.
