# Asset Management

## Address

There are two kinds of addresses commonly used for BCH, respectively, cash addresses and legacy addresses. The two are only different in format, the accounts (actually, UTXOs) behind them under the same private key are the same.

* Cash Address: Cash addresses have the prefix "bitcoincash", and the address part starts with "q".
* Legacy Address: Legacy addresses start with "1" if it is a P2PKH type or "3" if it is a P2SH type.

## User Guide

The Asset Management feature is available in the **Assets** Tab.

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

### Deposit

1. If you want to transfer BCH or tokens from another wallet (like Electron-Cash, Paytaca) or DApp (e.g. scaling.cash), you can most likely use cash address. Click on the top right corner to copy the cash address.

   <figure><img src="/files/c8RE1uH2FyG8ntih1Xdg" alt=""><figcaption></figcaption></figure>
2. If you want to withdraw BCH from CEX to fex.cash, please read the supported address types. Most CEXs currently only support legacy addresses.

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

### Withdraw

1. In Token List, there is a "Transfer" button that can transfer your assets from fex.cash to other DApps or CEXs.

   <figure><img src="/files/rIcn2Yz5bfKlrxYYknj1" alt=""><figcaption></figcaption></figure>
2. After clicking "Transfer", it will pop up an input box asking you to enter the address(es) and quantity to be transferred out. Cash addresses and legacy addresses are both supported.

   fex.cash supports multi-account transfers. If you want to transfer a certain amount of BCH or tokens to each address, you can fill in multiple addresses, separated by commas.

   <figure><img src="/files/08XA4fo4wH4BULpV2mbL" alt=""><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://docs.fex.cash/products/asset-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.
