# Accounts

The **Accounts** page is where you manage all your connected wallets and credentials in Leap — including **Solana**, **BNB**, **Discord**, and **Telegram** accounts.\
Everything stored here is encrypted locally on your device for maximum security.

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

***

### 💰 Wallets

Leap supports both **Solana** and **BNB** wallets.\
You can import existing wallets or create new ones directly from the interface.

***

#### ➕ Add Wallet

Click **Add** to import a wallet, or **Create Wallet** to generate a new one.

| Option            | Description                                                                                                                                             |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Import Wallet** | Paste your private key to connect an existing Solana or BNB wallet. The wallet will then appear with its public key, Power Mode status, and balance.    |
| **Create Wallet** | Generates a new Phantom-compatible Solana wallet. Save your private key externally to ensure long-term access. (BNB wallets must be imported manually.) |

⚠️ **Security Tip:**\
Private keys are encrypted and stored locally on your device.\
Leap never uploads, stores, or has access to your private keys.\
Always back up your key securely before trading.

***

#### 💡 Wallet Management Tools

| Function             | Description                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Reclaim SOL**      | Closes old token accounts in your Solana wallet, reclaiming SOL. Sell tokens first before closing the account to avoid losing funds. |
| **Unwrap SOL**       | Converts Wrapped SOL (wSOL) into native SOL.                                                                                         |
| **Transfer Funds**   | Instantly move SOL or BNB between connected wallets.                                                                                 |
| **Refresh Balances** | Click the refresh icon to update wallet balances in real time.                                                                       |

***

### ⚡ Power Mode (Solana)

**Power Mode** broadcasts each transaction to multiple processors simultaneously — such as **Jito**, **0Slot**, **Astralane**, and **Temporal** — and pays the fee only to the processor that lands first.\
This maximizes your chance of achieving **0-block lands** and near-instant execution.

| Requirement           | Details                                                               |
| --------------------- | --------------------------------------------------------------------- |
| **Enable per wallet** | Power Mode must be toggled on for the wallet you wish to use it with. |
| **Wallet activity**   | The wallet should contain at least 10 token accounts.                 |
| **Usage**             | Once enabled, Power Mode can be switched on or off per task.          |

💡 *Power Mode is available for Solana trading only. BNB uses a separate, optimized transaction system.*

***

### 💎 BNB Wallets

Leap supports full BNB trading across all modes — **Copytrader**, **AFK**, **Sniper**, and **Scraper** — exclusively for **BNB License holders**.\
BNB wallets appear in the Accounts list with the **BNB badge** for clear identification.

| Action               | Description                                             |
| -------------------- | ------------------------------------------------------- |
| **Import Wallet**    | Paste your BNB wallet private key to connect.           |
| **Balance Display**  | Shows current BNB balance.                              |
| **Availability**     | Only available to users with an active **BNB License**. |
| **Node Requirement** | BNB users must provide their own BNB RPC endpoint.      |

⚡ *Leap’s BNB module includes full entry and exit strategies, dev mode, and copytrading — all accessible to BNB License holders.*

***

### 💬 Discord Tokens

Discord accounts are used by the **Discord Auto Buyer (Scraper)** mode to monitor channels for posted contract addresses or trading signals. You can follow a [video guide here.](https://www.youtube.com/watch?v=KeEp8uom4zo) Also make sure to read through the [guide](/leap-trading-sol-bot/leap-trading-bot-setup/accounts/discord-and-telegram-setup.md) on how to find your Discord Token.

#### ➕ Add Discord Account

1. Click **Add Token**.
2. Name the account (used later when creating tasks).
3. Paste your **Discord user token**.

Once connected, your token will display in the account list.

⚠️ **Security Notice:**\
Treat your Discord token as a password — anyone with it can access your account.\
Use a **dedicated or alt Discord account** for monitoring.\
Using user tokens in third-party tools may violate Discord’s Terms of Service.

***

### 💬 Telegram Accounts

Telegram accounts are used for the **Telegram Auto Buyer** mode.\
You can link multiple Telegram accounts and assign different channels or trading profiles to each. Also make sure to read through the [guide](/leap-trading-sol-bot/leap-trading-bot-setup/accounts/discord-and-telegram-setup.md) on how to find your Telegram Token.

#### ➕ Link a Telegram Account

1. Visit <https://my.telegram.org>.
2. Log in and open **API Development Tools → Create New App**.
3. Copy your **API ID** and **API Hash**.
4. In Leap, click **Add Account** and enter:
   * Phone number (with international prefix)
   * API ID
   * API Hash
   * Telegram password (if 2-Step Verification is enabled)
5. Enter the verification code sent via Telegram.

You’ll see the account listed once successfully connected.

***

#### 📡 Configure Channels

After connecting your Telegram account:

1. Go to **Tasks → Telegram Auto Buyer**.
2. Add channel IDs to monitor.
3. Assign a **Trading Profile** (buy size, slippage, filters, TP/SL, etc.).
4. Optionally whitelist specific user IDs or add keyword blacklists.
5. Click **Start Task**.

***

#### 🧠 Best Practices

* Use **dedicated trading accounts** for Discord and Telegram scraping.
* Protect all sensitive info — private keys, tokens, API hashes — as securely as your wallet seed phrase.
* Enable **Power Mode** for Solana wallets used in active trading tasks.
* Ensure your BNB RPC endpoint is reliable and low-latency.
* Export your settings before migrating Leap to a new server or VPS.

***

#### Summary

| Category              | Description                                                               |
| --------------------- | ------------------------------------------------------------------------- |
| **Solana Wallets**    | Import or create wallets; supports Power Mode for ultra-fast execution.   |
| **BNB Wallets**       | Available to BNB License holders; requires user-provided RPC.             |
| **Discord Tokens**    | Add Discord accounts for channel monitoring and automated buys.           |
| **Telegram Accounts** | Link Telegram accounts and channels for automated or alert-based trading. |
| **Security**          | All credentials are locally encrypted — Leap never stores your keys.      |


---

# 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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/accounts.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.
