# Funding your account

Dreamcash supports multiple ways to fund your trading account.&#x20;

### Deposit with fiat (cards & bank transfers)

Dreamcash integrates Moonpay for direct fiat deposits. This lets you fund your account without needing to already hold crypto.

1. In your Dreamcash app head over to the upper right corner and press the '+' icon.
2. Choose either Apple Pay, Revolut, Bank Card or SEPA Bank Transfer
3. Enter the amount you want to deposit
4. Complete the purchase flow through Moonpay
5. Funds arrive in your account as USDC.

Moonpay supports credit cards, debit cards, and bank transfers in most regions. Availability and fees vary by location and payment method.

### Deposit crypto from an external wallet

If you already hold crypto, you can deposit directly to Hyperliquid:

1. In your Dreamcash app head over to the upper right corner and press the '+' icon.
2. Choose 'Crypto'.
3. Select the asset you want to deposit
4. Send funds to the deposit address shown.

Hyperliquid accepts deposits from multiple chains:

| Asset              | Network                  |
| ------------------ | ------------------------ |
| USDC               | Arbitrum                 |
| BTC                | Bitcoin                  |
| ETH                | Ethereum                 |
| SOL                | Solana                   |
| Hyperliquid tokens | Hyperliquid Core network |

After depositing non stablecoin assets, you'll need to convert them to either USDC, or USDT to use as trading collateral.

### Withdrawals

To withdraw funds:

1. Navigate to **Withdraw**
2. Select the asset and amount
3. Enter your destination address
4. Confirm the withdrawal

Withdrawals from Hyperliquid to Arbitrum do not cost gas. Processing time is typically instant to a few minutes.

###


---

# 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.dreamcash.xyz/getting-started/funding-your-account.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.
