# Wallets

{% hint style="success" %}
All private keys saved on lunar are automatically encrypted
{% endhint %}

## 1. Create Wallet Group

* Press create wallet group on the right
* Choose a name
* Select the chain

## 2. Import Wallets

* Select what group you want to add to
* Press add wallets
* Choose a name for the wallet
* Enter the private key
* Format for multiple wallets is :\
  Wallet 1\
  Wallet 2\
  Wallet 3&#x20;

## 3. Generate Wallets

* Select what group you want to add to
* Press add wallets
* Select the create tab
* Select the quantity of wallets to generate

{% hint style="info" %}
Ensure your latest RPC (bottom of the list) is working as it will be used in the generation
{% endhint %}

{% hint style="warning" %}
Don't share your private keys
{% endhint %}

<figure><img src="/files/ee0ZH7UVGd4WgOMEN5z2" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>


---

# 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://guide.lunar.trade/getting-started/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.
