> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/wallets/create-wallets.md).

# Create Wallets

### What Creating Wallets Means

Creating wallets simply generates new, independent execution wallets inside Proxima.

Once created, wallets can be:

* Funded at different times
* Assigned to one or multiple folders
* Aged with on-chain activity
* Used in launches

{% hint style="info" %}
No wallet connection or private key input is ever required.
{% endhint %}

***

### Generate Wallets (Default Method)

<figure><img src="/files/cY6wuP6r5GKABwu851Qy" alt=""><figcaption></figcaption></figure>

The main way to create wallets is using the **Generate Wallets** action.

How it works:

1. Click **Generate Wallets**
2. Choose how many wallets to create
3. Confirm

{% hint style="info" %}
Wallets are created instantly and appear in the wallet list.
{% endhint %}

***

### Import Wallets from Launches

<figure><img src="/files/zID0OydY1PWUX1btD8yR" alt=""><figcaption></figcaption></figure>

Wallets can also be created by **importing them from an existing launch**.

This allows you to:

* Reuse wallets that were already used during a launch
* Centralize launch wallets inside the Wallets section
* Continue managing them (funding, activity, folders, withdrawals)

{% hint style="info" %}
Imported wallets behave exactly like generated wallets once added.
{% endhint %}

[→ *Import wallets from launches*](broken://pages/9Uumru7ZXNsZLnY1TKsg#aged-wallets)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proxima.tools/wallets/create-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
