# /token

Get detailed information about an SPL token, including a security analysis.

## Usage

`/token <token>`

| Option  | Required | Description                    |
| ------- | :------: | ------------------------------ |
| `token` |     x    | Token name or contract address |

## What it shows

* Token name and contract address
* Current price (USD)
* Decimals and total supply
* Market cap
* **Security analysis:**
  * Top 10 holder concentration (warns if >30%)
  * Liquidity status and USD value
  * Mint authority status (renounced or not)
  * Freeze authority status (renounced or not)

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-token.png" alt=""><figcaption><p>/token command showing token info with security details</p></figcaption></figure>

The response includes a button to view the token on your configured token viewer (Axiom by default).


---

# Agent Instructions: 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/token.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.
