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

# Add

Add any Solana, EVM, or Tron wallet to start tracking its activity in real time.

{% 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 %}

## 📌 How to add a wallet:

**Send the command:**

```cil
/add <wallet_address> <Name>
```

<details>

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

```cil
/add 9dD8rBiRgZtTRhzcue...kEZK My Wallet 🚀
```

</details>

After that, you’ll receive a confirmation, and RayBot will start tracking all transactions for that address in real time — including swaps, transfers and more.

{% hint style="info" %}
💡 It may take up to 2 minutes for monitoring to start.
{% endhint %}

***

### ➕ Multiple wallet addition

Type the command **`/add`** and confirm — you’ll see the message:

> “Great! You can now add multiple wallets at once. 🚀”

Send each wallet address on a **new line**.\
If you’d like to assign a nickname (up to 40 characters), write it **after the address**, separated by a space.

<details>

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

```cil
WalletAddress1 Name1  
WalletAddress2 Name2  
WalletAddress3 Name3
```

</details>

***

### **✅ Supported:**

* Solana / Ethereum / Tron / Base and other networks
* Any names: Cyrillic, Latin, emojis, hieroglyphs, and other symbols
* Maximum name length — 40 characters

***

## ⚠️ Common Errors When Adding Wallets

Most common errors when adding a new wallet — and how to fix them:

<details>

<summary>🔁 Wallet already added</summary>

If you're trying to add an address that's already being tracked, the bot will return the message:

```yaml
This wallet already exists: WalletName1
```

The response will show the name under which this address has already been added.

**📌 Solution:**\
If you want to add the same address with a different name, use the command:

```handlebars
/add2 WalletAddress NewName
```

</details>

<details>

<summary>❌Invalid wallet address</summary>

If the address contains extra or missing characters, you’ll see the error:

```
Invalid wallet address.
```

**📌 Solution:**\
Make sure the address is copied in full, with no spaces or typos. Even a single wrong character can make it invalid.

</details>

<details>

<summary>📈 Wallet limit exceeded</summary>

**📌 Solution:**\
To add more wallets, upgrade your plan using the `/upgrade` command.

</details>

<details>

<summary>📝 Name too long</summary>

If you enter a name longer than 40 characters, you’ll see the error:

```cil
name too long.
```

**📌 Limit:**\
Maximum of 40 characters, including emojis, spaces, and symbols.

</details>


---

# 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/add.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.
