# Wallet Management

### Multi Wallets Dashboard

<figure><img src="/files/mOD5MimYgaHlujYConOR" alt=""><figcaption><p>Multi Wallets Dashboard</p></figcaption></figure>

**Multi-walleting** means running **several independent solana addresses** (wallets) **side by side**, with different private keys, instead of funneling every trade through a single wallet. By spreading funds across multiple addresses, you can **protect your capital from key compromises**, keep bot and/or copy trading activities isolated from a main bankroll, and make it harder for anyone to follow your entire position.&#x20;

Running multiple wallets on **trade**<mark style="color:$primary;">**dot**</mark>**fun** isn't just a flex, it's **industry best practice to give you an edge.**

***

### **Looking to create a new wallet?**

{% stepper %}
{% step %}
In your **Portfolio** page, click **'Create wallet'**

<figure><img src="/files/fEOMUVipVDkEW0FIV15H" alt=""><figcaption><p>Create Wallet</p></figcaption></figure>
{% endstep %}

{% step %}
Save your **wallet details.**

<figure><img src="/files/xrZ2qFyJPuZAodHcWO2U" alt="" width="375"><figcaption><p>Wallet Details</p></figcaption></figure>
{% endstep %}
{% endstepper %}

### Looking to import an existing wallet?

Click the **'Import'** button to the left of the **'Create wallet'** button.

<figure><img src="/files/DGd9WXbRJcTz0dcumYRX" alt="" width="375"><figcaption><p>Import Wallet Feature</p></figcaption></figure>

***

### Wallets & Grouping

{% tabs %}
{% tab title="Wallet Management" %}
Each wallet displays its **name**, **type** (SOL or EVM), **balance**, **holdings**, and a set of quick actions including send, archive, edit, and view on explorer.&#x20;

Use the search bar at the top to quickly find any wallet by name or address.
{% endtab %}

{% tab title="Wallet Grouping" %}
Organize your wallets into **Groups** to keep things clean.&#x20;

For example, you might group your sniping wallets separately from your long-term holds or copy trade wallets.&#x20;

Wallets not assigned to a group will appear under **Ungrouped.**
{% endtab %}

{% tab title="Reorder Wallets" %}
Drag and drop wallets to reorder them however you like — put your most-used wallets at the top for quick access.
{% endtab %}

{% tab title="Transfers" %}
Use the **From Wallet** and **To Wallets** panel on the right side to move funds between your wallets.&#x20;

Select the source, pick the destination, and hit **Start Transfer** — no need to leave the platform.
{% endtab %}
{% endtabs %}

<figure><img src="/files/3mQJs8FylrdE0zpbhTz6" alt=""><figcaption><p>Wallet Grouping Feature</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://help.trade.fun/portfolio/wallet-management.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.
