# My Wallet

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

RAY Bot automatically creates a built-in wallet for you when you first launch the bot — no manual setup required. This wallet is linked to your account and serves several key functions:

* **Subscription payments** — use your wallet balance to activate or renew your plan.
* **Referral payouts** — all bonuses from invited friends are credited directly here.
* **Flexibility** — you can always export the private key and import it into any other crypto wallet.

### 📲 **How to access:**

1️⃣ Enter the `/start` command or open the main menu.\
2️⃣ Tap **💰 My Wallet** to view your balance and copy the address.

***

### 🔒 **Security**

All your data is encrypted and stored securely. Information exchanged between you and RAY Bot remains confidential and protected from potential leaks.

That said, we recommend treating the RAY Bot wallet as a **hot wallet** — use it for subscription payments and receiving rewards.

{% hint style="info" %}
💡 For storing significant funds, always use **cold wallets** (hardware or offline wallets).
{% endhint %}

> 🔐 **Additional Security Note**\
> If you have linked your **Discord account** to your **Telegram profile** using the `/tg` command,\
> you’ll only be able to **view your private key inside Telegram**.
>
> This is done intentionally as part of **RayBot’s enhanced security system** —\
> to ensure that sensitive wallet data (like private keys) is never exposed outside Telegram’s secure environment.

***

{% hint style="warning" %}
**Important**\
RAY Bot never has access to your funds. The private key belongs only to you, and you have full control over the wallet.
{% endhint %}


---

# 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/my-wallet.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.
