# Wallets

### 📊 Wallets menu — wallet overview and management

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/zklzwd5uop>" %}

***

### 📌 Wallet limits:

<details>

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

<figure><img src="/files/J6po1hyx9ysMY8Rbu4vl" 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

***

### 📜 Wallet list

<details>

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

<figure><img src="/files/CVLnQ8tTlbqsDufXrdsc" alt=""><figcaption></figcaption></figure>

</details>

**Each line contains:**

* Status (icon)
* `/w_0` button to open [**transaction filters**](#transaction-filters)
* Wallet address
* Name

***

### ⚙️ Transaction Filters

> The set of available transaction filters may differ for each network (EVM / SOL / TRON).

{% tabs %}
{% tab title="SOLANA" %}

<figure><img src="/files/CPUCbDjqa8cXYuvgFF5n" alt="" width="243"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="EVM / TRON" %}

<figure><img src="/files/vghuS5Y9WtdiimbEutqM" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
**Important:** User Settings override any wallet-level settings.\
For example, if Swaps are disabled in User Settings, enabling them here will not work.
{% endhint %}

**In Transaction Filters, you can:**

* Pause a wallet.
* Configure which types of transactions to track: buys, sells, various types of transfers, and additional actions (e.g., creating or closing a token account).

***

### 🆕 Auto Add New Wallets (Solana)

Automatically adds to tracking any new wallets that receive SOL from an already tracked one (respecting your filters).

**Example:**\
A wallet Binance / FixedFloat with a set range of 10–30 SOL is tracked → sends 17 SOL to a new wallet → that wallet is automatically added to your list.

**Auto-cleanup:**\
Every hour, the bot removes auto-added wallets with a 0 SOL balance.

#### ⚙️ Auto Add Preset — How It Works

Let’s say you’ve selected the address Bob and want to track wallets that receive funds from him.\
With Auto Add Preset, you can configure exactly which notifications to receive:

* Want to see only new token creations? → Turn off all alerts except *Create Token Account*.
* Only interested in purchases? → Leave only *Swaps/Buys* enabled.

Additionally, inside the preset, there’s an *Auto Add New Wallets* option:

* If enabled — the bot will automatically track all new wallets that Bob sends funds to.
* If disabled — you’ll only receive notifications for wallets that Bob has already sent funds to in the past.

#### 🔧 How to Use:

* Go to any wallet with Auto-Add enabled.
* Enter `/w walletAddress` → Auto Add Presets → Configure Settings.
* Adjust the filters to track only the events that truly matter to you.

***

### 📦 Source Filters (Solana)

<details>

<summary>📍Example</summary>

<figure><img src="/files/Jqaoh4diIq2m4SZSffmo" alt=""><figcaption></figcaption></figure>

</details>

Filter transactions by source (DEX, aggregators, platforms).\
Allows you to enable/disable notifications for specific services:

* Jupiter (swaps, Limit, DCA, Perps)
* Meteora
* PumpFun / PumpSwap
* Raydium

***

### 🛠 Advanced Filters  (Solana)

<details>

<summary>📍Example</summary>

<figure><img src="/files/4Wu1cj4Y5h40gXRPr6yq" alt=""><figcaption></figcaption></figure>

</details>

**Main**

* **1st Buy / Sell Only** — only the first token purchase or sell.
* 🆕 **New Transfers Only** — only new transfers .

**Spam protection** (enabled by default)\
Low Liquidity, Multi Token / SOL-USDC, Likely Scam, Tips, SPAM, StreamFlow.

**Token Age**\
Filter by minimum and maximum token age (in hours).

***

## ⚙️ Functional buttons in 👀 Wallets

The Wallets menu includes additional buttons for quick wallet management:

<details>

<summary>✨ Add </summary>

* Adds one or more addresses for tracking
* You can set a name right away (up to 40 characters, any symbols including Cyrillic, Latin, emojis)

{% hint style="info" %}
🔗 More details: [✨Add](/start/interface-and-buttons-in-telegram/add.md)
{% endhint %}

</details>

<details>

<summary>🗑 Delete</summary>

* Delete one, several, or all wallets
* Supports multi-delete

{% code fullWidth="false" %}

```
/delete WalletAddress1
WalletAddress2
WalletAddress3
WalletAddress3
```

{% endcode %}

* You can remove all wallets in the bot with a single button "🛑 DELETE ALL"

</details>

<details>

<summary>✨ Show wallets from all bots</summary>

* Displays a list of all your wallets from all bots

</details>

<details>

<summary>Copy addresses</summary>

* Displays all addresses added to this bot in a format convenient for copying and pasting into other services

**Format:**

```
<Wallet> <Name>
<Wallet> <Name> 
<Wallet> <Name> 
```

</details>

<details>

<summary>🛑 <strong>Block address</strong></summary>

* Hides unwanted addresses or contracts (e.g., scams, spam, NFT drops)\
  **📌 Format:**

```markup
/block <address> — disable notifications  
/unblock <address> — enable again
```

{% hint style="info" %}
💡 You can block both wallets and the contracts they interact with.
{% endhint %}

</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-telegram/wallets.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.
