# Private Key Generation/Import

Alfredo Trade allows users to manage up to five wallets simultaneously. Within the wallet's "Manage" menu, users can create a new wallet, delete an existing one, or import a private key from a different environment, like one exported from Metamask.

To proceed with the Key Import/Generation click on the wallet name block. In this case its named "Test"<br>

<figure><img src="/files/pZtxumTZNj5H19yOETxH" alt="" width="365"><figcaption><p>Wallet management </p></figcaption></figure>

\
⚠️ Once imported or generated, private keys cannot be exported in any way.&#x20;

<figure><img src="/files/5S5tHTDC4zl5oXZtNG8b" alt="" width="361"><figcaption><p>Wallets Import/Generation </p></figcaption></figure>

Users can regenerate the private key until they obtain a public key that meets their preferences.

<figure><img src="/files/AoNWo9NhrMfYapVmDt2g" alt="" width="375"><figcaption><p>Private key generation</p></figcaption></figure>

Import works only for EVM compatible private keys. Mnemonic phrase can not be imported.

<figure><img src="/files/tSZY2RPDSWsuCC24NRIO" alt="" width="369"><figcaption><p>Private Key Import</p></figcaption></figure>

Once wallet is deleted the action can not be undone but wallet might be imported again.

<figure><img src="/files/xIL9RkKIhHfHyeNAotHF" alt="" width="364"><figcaption><p>Wallets management</p></figcaption></figure>

On the wallet interface, users can only view the balance associated with the wallet they have chosen to use via Manage panel. Snipes and Orders will be visible and remain editable across all customer wallets. However, the limitation on the number of orders and snipes will continue to be tied to the Telegram user ID.

<figure><img src="/files/ZQlujDJKlWj8x6KVN2uv" alt="" width="362"><figcaption><p>Wallet scene</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://docs.alfred.trade/alfred-documentation/using-alfredo-trade/private-key-generation-import.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.
