> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/features-and-tools/multi-wallet.md).

# Multi-Wallet

## <mark style="color:green;">**Create, Import and Manage Wallets**</mark> <a href="#zee27y1kpcl" id="zee27y1kpcl"></a>

* <mark style="color:$info;">Generate new wallets or import existing ones using private keys</mark>
* <mark style="color:$info;">Create up to 100 wallets at a time</mark>
* <mark style="color:$info;">Manage all Solana wallets and view your Perps wallet from the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Wallets**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">tab</mark>
* <mark style="color:$info;">Choose a</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**primary wallet**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">for default trading and deposits</mark>
* <mark style="color:$info;">**Export your seed phrase**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">for backup or if you want to use it elsewhere</mark>
* <mark style="color:$info;">**Archive wallets**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">you no longer use to remove them from your active list</mark>

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

## <mark style="color:green;">**Deposit SOL**</mark> <a href="#id-045z3dwk75x" id="id-045z3dwk75x"></a>

<mark style="color:$info;">Deposit SOL into your preferred wallet to fund your trades</mark>

{% hint style="danger" %}
Make sure you deposit only on the Solana network. Sending SOL via other networks can result in permanent loss.
{% endhint %}

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

## <mark style="color:green;">**Deposit USDC (Arbitrum)**</mark> <a href="#id-5r2rta61cqm" id="id-5r2rta61cqm"></a>

<mark style="color:$info;">Deposit USDC only on the Arbitrum network, then move it into your Perps wallet</mark>

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

## <mark style="color:green;">**Deposit USDC (Hyperliquid)**</mark> <a href="#id-5r2rta61cqm" id="id-5r2rta61cqm"></a>

<mark style="color:$info;">Deposit USDC from an existing Hyperliquid Perps wallet</mark>

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

## <mark style="color:green;">**Buy SOL with Card**</mark> <a href="#id-5r2rta61cqm" id="id-5r2rta61cqm"></a>

<mark style="color:$info;">Purchase SOL directly using your credit or debit card via MoonPay, our trusted third-party provider</mark>

<figure><img src="/files/2MkidfApwPMbZtv3qfWE" alt=""><figcaption></figcaption></figure>

## <mark style="color:green;">**Withdraw SOL**</mark> <a href="#id-5r2rta61cqm" id="id-5r2rta61cqm"></a>

<mark style="color:$info;">Withdraw SOL from your wallets to external Solana addresses</mark>

{% hint style="danger" %}
Double-check that the destination is on the Solana network to avoid losing funds.
{% endhint %}

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

## <mark style="color:green;">**Withdraw USDC**</mark> <a href="#id-5r2rta61cqm" id="id-5r2rta61cqm"></a>

<mark style="color:$info;">Withdraw USDC from your Perps wallet to external addresses</mark>

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

## <mark style="color:green;">**Distribute Funds**</mark> <a href="#c5r1xi6tpek" id="c5r1xi6tpek"></a>

<mark style="color:$info;">Distribute SOL from one wallet to your other wallets. You can split funds evenly or specify amounts manually</mark>

<div align="left"><figure><img src="/files/lz3xLtnoRwXu9WgayZAm" alt=""><figcaption></figcaption></figure></div>

## <mark style="color:green;">Consolidate Funds</mark> <a href="#z81so4tioeo" id="z81so4tioeo"></a>

<mark style="color:$info;">Move all your funds from other wallets into one. Select a destination wallet to receive everything</mark>

<div align="left"><figure><img src="/files/kfNW8I2vptbF7BqC8Qds" alt=""><figcaption></figcaption></figure></div>

<br>


---

# 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://xtrade.gitbook.io/docs/features-and-tools/multi-wallet.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.
