> 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-commands.md).

# Discord Commands

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


---

# 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-commands.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.
