# Adding EVM wallets

### Generation of EVM wallets:

* To generate new wallets, click **Generate Wallets**;
* Select the desired number of wallets or enter manually;
* Click **Add To Wallets Manager**;
* The required number of wallets will automatically be added to your list.

<figure><img src="/files/nRG3RqDBQS9i1sA9UV2W" alt=""><figcaption><p>Generation of EVM wallets.</p></figcaption></figure>

***

### Importing EVM wallets:

* Click the **Import** button;
* You have the option to upload either a single private key or seed phrase, or a group of them. To upload a single key, stay in the **Single Import** section;
* Enter the private key or seed phrase. If the key is incorrect, the field's border will be highlighted in red;
* Click **Add Wallet**.

<figure><img src="/files/B52T0oQz4y8RxemgtxBK" alt=""><figcaption><p>Single Wallet Import.</p></figcaption></figure>

* If you want to upload multiple wallets at once, switch to the **Batch Import** tab;
* In the **Import type** field, select what you want to import: seed phrases or private keys;&#x20;
* Click **Upload**;
* Select the required table or file on your computer in CSV or TXT formats.

<figure><img src="/files/ErY0OrqPgsPtLt10LCLe" alt=""><figcaption><p>Group import of wallets.</p></figcaption></figure>

* To sort wallets, click on the arrows.

<figure><img src="/files/THFs2N4OrPEGbWFzorxN" alt=""><figcaption><p>Sorting EVM wallets.</p></figcaption></figure>

* To find the desired wallet in the general list, click on the search icon;
* Enter the wallet address and click **Search**.

<figure><img src="/files/47L4ZoRVwPF6AyUP2lf1" alt=""><figcaption><p>EVM Wallets Search.</p></figcaption></figure>

***

### Exporting EVM wallets:

* By clicking the **Export** button, you can download all wallet data in CSV table format or as a JSON file;
* Select the format for the export (CSV or JSON);
* Choose the data to be exported to the table or file;
* Click **Export data**, and the file with the wallet data will be saved to your device.

<figure><img src="/files/eQlPfJSoXmkfrotPAUOY" alt=""><figcaption><p>Exporting EVM wallets.</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://nfd-gg.gitbook.io/main/eng-combine-software/account-manager/adding-evm-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.
