# Add

{% 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/interface-and-buttons-in-discord/raybot-discord-in-active-development.md) section.
{% endhint %}

## 📌 How to add a wallet:

**Simply 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 to start monitoring!
{% endhint %}

***

### ➕ Multiple wallet addition

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

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

Now, simply 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: 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.raybot.app/start/interface-and-buttons-in-discord/add.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.
