# Wallet Management

The **Wallet Management** page is where you manage all wallets connected to Dextrabot. From here, you can add new wallets, monitor balances, and access position details.

#### Add Account

* At the top of the page, you’ll see the **Add Account** button.

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

* From here, you can either:
  * [**Create API Wallet**](/copy-trade/wallet-management/create-api-wallet.md)
  * [**Generate Wallet**](/copy-trade/wallet-management/generated-wallet.md)

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

#### Wallet List

Your wallets are displayed in a table.

* **API Wallets** always appear at the top of the list.
* **Generated Wallets** are listed below and sorted by their **Perp Equity**.
* Only **5 wallets** are shown per page. If you have more, use the pagination buttons on the right to navigate.

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

**API Wallets**

* API wallets do **not** have **Deposit**, **Withdraw**, or **Delete** buttons.

> API wallets do not support deposit or withdrawal actions because no funds are ever deposited into the API wallet itself.
>
> * **Deposits** must be made directly to your **login wallet** on Hyperliquid as Perpetual balance.
> * **Withdrawals** are also managed directly on **Hyperliquid**, from your login wallet.\
>   The API wallet is only used to execute trades on your behalf.

* If you wish to remove an API wallet, go to **Hyperliquid → More → API** and select **Remove**.
* To trade using an API wallet, you must fund your **Hyperliquid Perpetual balance** directly on Hyperliquid.&#x20;

**Generated Wallets**

* **Deposit** → You can fund a generated wallet directly. Send at least **15 USDC** via Arbitrum. Once deposited, the wallet will be ready for copy trading.
* **Withdraw** → When you withdraw, funds are sent back to your **login wallet** and will appear as **USDC on Arbitrum**.
* **Delete** → You can delete a generated wallet. ⚠️ Before deleting, ensure that:
  * All open positions are closed.
  * Your **Perp Equity** has been fully withdrawn.
  * Only then should you delete the wallet.

#### Manage Positions

At the bottom of the page, you’ll find the **Manage Positions** section, where you can:

* Select a wallet from the dropdown.
* View **Open Positions, Fills, Trade History, Completed Trades, Deposits & Withdrawals**.

(For detailed explanations of these tabs, see the [Wallet Details](/features/wallet-details.md#open-positions) section.)


---

# 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.dextrabot.com/copy-trade/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.
