> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/discord/raybot-discord-in-active-development/wallets.md).

# Wallets

The Wallets button displays all the addresses you’re tracking, their status, and quick control buttons.

{% hint style="warning" %}
**Disclaimer:**\
The **RayBot Discord** functionality is currently under active development.\
All newly released features and updates will be added to the [**Interface and Buttons in Discord**](/start/discord/raybot-discord-in-active-development.md) section.
{% endhint %}

### 📊 Wallets menu — wallet overview and management

-> Video coming soon

***

### 📌 Wallet limits:

<details>

<summary><strong>📍</strong>Example:</summary>

<figure><img src="https://1876630604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCbb55jaA7AAtvB0Mx70g%2Fuploads%2Fgit-blob-c7455936658de70f50b8938b785aa8730f17e075%2FScreenshot%202025-08-13%20at%2015.29.34.png?alt=media" alt=""><figcaption></figcaption></figure>

</details>

* Separate for Solana (SOL/TRON) and EVM wallets
* Counts both wallets in the bot and those added in groups/Discord/Dedicated bots

***

### 🔹 Wallet statuses

* ✅ Active — the wallet is being tracked
* ⏸️ Paused — you manually paused it
* ⏳ Auto-pause — the wallet sent too many transactions, tracking is temporarily paused
* 🛑 Subscription inactive — renew premium to continue tracking


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.raybot.app/start/discord/raybot-discord-in-active-development/wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
