> 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/static-messages.md).

# Static Messages

Static messages are custom embed messages posted by Solmate that can display dynamic data like wallet balances, token prices, and more. They stay pinned in a channel and update automatically.

<figure><img src="https://solmatebot.com/docs/placeholder-static-example.png" alt=""><figcaption><p>A static message displaying wallet information</p></figcaption></figure>

## Adding a Static Message

1. Type `/static add`
2. Select the **channel** where the message should be posted
3. Customize the embed fields:
   * Title, description, color
   * Image, thumbnail
   * Footer text
4. Use **variables** in your text to display dynamic data
5. Press Enter

<figure><img src="https://solmatebot.com/docs/placeholder-static-add.png" alt=""><figcaption><p>Creating a static message with /static add</p></figcaption></figure>

## Viewing Static Messages

`/static list` — shows all configured static messages with their index numbers

<figure><img src="https://solmatebot.com/docs/placeholder-static-list.png" alt=""><figcaption><p>List of static messages</p></figcaption></figure>

## Removing a Static Message

1. Type `/static remove`
2. Select the index of the message to remove (check `/static list` for the index)
3. Press Enter

## Static Variable Limits

| Plan      | Static Variables |
| --------- | ---------------- |
| Free      | 1                |
| Plus      | 10               |
| Pro       | 10               |
| Community | 10               |


---

# 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/static-messages.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.
