# Auto Add

{% hint style="warning" icon="sparkle" %}
Currently available only for **Solana**.
{% endhint %}

Auto Add New Wallets automatically adds new wallets to tracking when they receive SOL from a tracked parent wallet.

**The feature works only for:**

— SOL transfers\
— New (empty) wallets\
— Wallets with no transaction history

📌 Currently supported only on **Solana**.

***

### 🧠 How It Works

1. You track a Parent wallet.
2. It sends SOL to a new address.
3. If the address:\
   — has no transaction history\
   — matches the defined transfer range

→ **RayBot automatically adds it to tracking.**

{% hint style="info" %}
Auto Add does not work for wallets that already have any transaction history.
{% endhint %}

***

### 🏷 Wallet Naming Format

Automatically added wallets are named using:

Parent wallet name + transferred amount

**📌Example:**

**Parent:** FixedFloat\
**Transfer:** 2.54 SOL

**💾 Saved as:** 🤖FixedFloat | 2.54

🤖 indicates the wallet was added automatically via Auto Add.

All auto-added wallets are stored inside the same bot where the feature was activated.

***

### 🗑 Automatic Removal of Empty Wallets

RayBot automatically removes empty wallets.

**A wallet is considered empty if:**\
\- SOL balance < 0.001

After removal, the user receives a notification.

**This helps:**\
— keep your wallet list clean\
— track only active addresses\
— optimize plan limits

***

## ⚙️ Auto Add Setup

**To activate this feature:**

`/start → ➡️ Auto Add → ✅ Auto Add New Wallets`

Once enabled, Auto Add will work for all Parent wallets inside this bot.

**Auto Add configuration happens in two stages:**

***

### 1️⃣ Parent Wallet Configuration

The Parent wallet is the source wallet from which SOL is sent and from which new addresses will be captured.

**To configure:**

`/start → 👀 Wallets → select a wallet`\
or\
Use the Web version

**Set the SOL transfer range:**

— Minimum SOL\
— Maximum SOL

{% hint style="info" %}
If necessary, you may disable other transaction types, but you must keep:\
✅ From Wallet\
✅[^1] SOL Transfers
{% endhint %}

This transfer range defines when Auto Add will trigger.

**📌 Example:**\
**Min:** 1 SOL\
**Max:** 10 SOL

Auto Add will only trigger for transfers within this range.

***

### 2️⃣ Auto Add Presets

Auto Add Presets define the behavior of all automatically added wallets.

`/start → ➡️ Auto Add → ⚙️ Auto Add Presets`

**You can:**\
— Enable or disable specific transaction types\
— Adjust filters\
— Configure notification format

If the preset has **Auto Add New Wallets** enabled,\
RayBot will continue saving new addresses when already added wallets send SOL further.

This automatically builds a full distribution chain.

***

### 📊 Limits

Solana only · Limit: 2× your wallet plan limit.

**📌Example:**\
If your plan allows 50 Solana wallets,\
Auto Add can automatically add up to 100 wallets.

[^1]:


---

# 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-telegram/auto-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.
