# Fund Subaccounts on Web | Internal Transfers & Deposits

Subaccounts can be funded internally from your main account or other subaccounts, or they can be funded externally by performing a crypto deposit from an external wallet.

## Internal Fund Transfers

### Internal Transfers are Free of Charge

No transaction fees will be levied on the following types of internal fund transfers:

| Source                               | Destination                          |
| ------------------------------------ | ------------------------------------ |
| Your main account                    | A subaccount under your main account |
| A subaccount under your main account | Your main account                    |
| A subaccount under your main account | A subaccount under your main account |

Transferring funds between a main account and its subaccounts does not touch the blockchain, so these transactions are free of charge and virtually instantaneous. However, it should be noted that moving funds out of an account will affect the health of the account. Please move funds carefully to prevent any [unexpected liquidation](/trading/margin-and-liquidation/account-health-and-liquidation.md) by our risk engine.

### Performing an Internal Transfer

To begin, navigate to the *Account Management* screen by clicking **Subaccounts** from the Profile menu.

<figure><img src="/files/ZcOxphVmD5YQ7w8RH69W" alt="" width="563"><figcaption></figcaption></figure>

Select the appropriate subaccount and click 'More' button next to it, then choose **Transfer** from the menu.

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

This will take you to the **Fund Transfer** screen. Specify the **asset type,** the **Source Account** and **Destination Account** for the internal transfer, and the numerical **amount** to be transferred. Click **Transfer** button to confirm the transfer once you have verified all the information.

<figure><img src="/files/2CTIXBQtIiOeuO0F3l5G" alt="" width="563"><figcaption></figcaption></figure>

## Deposits from External Wallets

### External Deposits Incur Network Fees

Funds can be deposited directly into a subaccount from an external source. PowerTrade does not levy fees on external deposits, but network fees may apply.

### Performing an External Deposit

To begin, open *Your Accounts* menu and switch to your destination subaccount by clicking it.

<figure><img src="/files/674ISNgQMv8vMRLzl3PQ" alt=""><figcaption></figcaption></figure>

Select **Funds** from main menu.

<figure><img src="/files/3R3e610ndZ719nR8PKCW" alt=""><figcaption></figcaption></figure>

Choose the appropriate asset type from list and click **Deposit** button for that asset.

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

This will bring up the Deposit screen. You can also tap on the QR code icon to reveal your wallet's address in QR code form.

**Important Note:** Be sure to only transfer the correct type of currency into the selected wallet. **Transferring the wrong type of cryptocurrency may render it unrecoverable!**

<figure><img src="/files/HQsA8Peim13C1SrV9mXY" alt="" width="563"><figcaption></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://support.power.trade/how-to-use-powertrade/subaccounts/web-funding-subaccounts.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.
