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

# Destinations

<figure><img src="/files/08RLZo4MdQRDX6xuPlFX" alt=""><figcaption></figcaption></figure>

The **Destinations** section is the control center for all your wallets in RayBot Web. Here you have full control — from adding addresses to fine-tuning filters.

### 🔑 **Key features**

* **Add and remove wallets** — connect new addresses or remove unnecessary ones. Bulk upload is supported.
* **Transaction filters** — set global filters for the entire bot or individual ones for specific wallets.
* **Quick balance check** — assess your assets with a single click.
* **Export / Import** — export your wallet list to CSV for backup or use in other services, and import ready-made lists just as easily.

💡 This makes it convenient to manage even hundreds or thousands of wallets in one place.

***

### 🗂️ **Interface structure**

<details>

<summary>📍Example</summary>

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

</details>

#### This menu displays all your Destinations in a list, making it easy to manage them in one place.

**At the top of the section you'll find:**

* **All** - displays all active RayBot instances across every Destination (Telegram, Discord, Groups, Dedicated).
* **RayBots** - manage your personal bots.
* **Dedicated Bot** -your personal dedicated bots.
* **Telegram Group** -manage RayBot in Telegram groups.
* **Discord Guild** -manage your bot inside Discord servers.
* **Discord Webhook** -configure RayBot notifications via Discord webhook.
* **Discord DM** -manage your personal bot inside Discord direct messages.
* **Webhook** -manage data inside your webhooks.

{% hint style="info" %}
All changes are applied locally to the selected bot.
{% endhint %}

***

### **📋 Managing inside a Destination**

Clicking on any Destination opens a management panel with three tabs:

#### 🔹 **Wallets tab**

A complete list of all wallets added to this RayBot.\
You can edit them, pause tracking, apply tags, check balances, and use advanced filters.

#### 🔹 **Tokens tab**

A list of all tokens you are tracking via `/add` inside this RayBot.\
Here you can manage token monitoring, review activity, and filter by network or name.

#### 🔹 **Transactions tab**

A real-time feed of all transactions performed by the wallets added to this bot.\
You can filter by chain, action type (buy/sell/transfer), token, and time range.

Each tab provides powerful filtering tools so you can quickly find exactly the wallets, tokens, or transactions you need.

> *🎥 Video example — Full walkthrough of the Tracking Manager in under 2 minutes*

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

***

## **⚙️ Filters, settings and capabilities**

Inside each Destination you have a wide set of filters and tools to configure your wallets and bot — all available directly from the web interface.

#### **Wallet filters:**

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

* **Filter Wallets** — type a name or part of an address to quickly find the wallet you need.
* **Chain** — filter by blockchain.
* **Status** — filter by wallet status (Active / Paused).
* **Settings overrides** — select wallets that have individual settings applied, or those that don't.
* **Balance** — select a network to see how much native token each wallet holds.
* **Date Funded** — filter by wallet funding date.
* **Filter by tags** — filter by assigned tags.

In the top right corner of the table you'll also find **column settings** — hide or display the columns you need: Status, Tags, Balance, Date Funded, Last Active, Date Added.

***

### **🌐 Global bot settings**

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

Here you can configure global parameters for the entire bot without leaving the web interface.

Settings are available for each network:

* **SOL** — settings for Solana.
* **EVM** — settings for EVM-compatible networks.
* **TRON** — settings for the Tron network.
* **HL** — settings for HyperEVM.
* **TON** *(BETA)* — settings for the TON network.

Within each network you can configure:

* **Transactions** — tracked action types and notification filters.
* **Limits** — threshold values by amount and volume.
* **Transaction buttons** — quick trading buttons inside notifications.
* **Links** — links to analytics platforms inside notifications.

***

### **📦 Bulk Settings — mass actions for wallets**

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

You can select multiple wallets at once and perform actions on all of them simultaneously.

* **Change Destination** — moves selected wallets to another Destination, removing them from the current bot.
* **Copy to Destination** — copies wallets to another Destination without removing them from the current bot.
* **Assign Tags** — adds a tag to the selected wallets. Tags are not just a label for convenience — they also unlock additional mechanics inside RayBot.
* **Check Balances** — displays native token balances for the selected wallets.
* **Pause / Activate** — pauses or activates the selected wallets.
* **Export CSV** — exports the wallet list. The file includes: address, name, network, status, tag, balance, last activity, date first funded, and date added.
* **Export CSV (with settings)** — a full export including all individual wallet settings. Perfect for migrating between profiles — nothing gets lost.
* **Settings** — opens the settings for the selected wallets.

### ➕ **Adding wallets**

<details>

<summary>📍Example</summary>

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

</details>

Click the **Add Wallets** button.\
Enter the address and name manually, or paste a list from Excel/CSV.\
**Format:** `Address Name` (each new wallet on a new line).\
Click **Save** — and the wallets will instantly appear in the list.\
\
You can also paste a **list of addresses** copied directly from Telegram or an Excel file.

After pasting multiple addresses, an Import Configuration window will appear.\
There you can review the imported data and fix column detection (Address / Name) before saving.

**Click Save** — and the wallets will instantly appear in the list.

***


---

# 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:

```
GET https://docs.raybot.app/start/web/destinations.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.
