# Manage Wallets

In Leap, managing your wallet is simple and flexible. Whether creating a **new Solana wallet** through the bot or **importing an existing one**, the process is designed to be straightforward.

## 💳 Create New Solana Wallet

You can create multiple new wallets through the bot by clicking **Create Solana Wallet**, make sure to copy your **private key** when it’s displayed. Once you’ve securely saved your private key, click on **Set Wallet** and follow the prompts to finalize your setup.

<figure><img src="/files/1GmYNF3i77Jbz3dyqajP" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Save your private key before closing the window.** If lost, neither you nor we can recover it. Forgot to save it? Create a new wallet and **avoid funding** the old one. All private keys are **encrypted** for your security—we **cannot** access them.
{% endhint %}

***

## 💳🔐 Set New Wallet

If you already have a **Solana wallet** (e.g., Phantom, Solflare), you can easily **import it** into the bot by selecting **"Set Wallet"** and following the prompts.

{% hint style="success" %}
Switching wallets is just as simple—select **"Set Wallet"** again, and you'll be able to update or change to another wallet whenever needed.
{% endhint %}

## :bank: Funding your wallet

After setting up your wallet, **copy your wallet's public address** and **fund it with $SOL** using your preferred wallet app (e.g., Phantom or Solflare).

Once your wallet is funded, you can update your balance in the bot:

* Click on **Refresh Balance** in the wallet menu to ensure your updated balance is displayed.
* Alternatively, if you're in the main menu, use the **Refresh** button to reload your wallet balance and fetch the latest data.


---

# 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-telegram-bot/leap-telegram-setup/wallets/manage-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.
