# Fund Your Account

## Debit Card & Apple Pay Deposits

1. From your Wick wallet account page, tap **Deposit**
2. Select **Debit Card**
3. Enter the amount you’d like to deposit
4. Follow the on-screen prompts to complete the transaction

**Note:** Debit card and Apple Pay deposits are processed through **Coinbase**.

## Hyperliquid Core Deposits

Wick supports seamlessly sending and receiving funds on **Hyperliquid L1**.&#x20;

<details>

<summary>Hyperliquid L1 Transfers</summary>

1. Open Wick and tap **Receive**.
2. Copy your wallet address or scan the QR code.
   * This is your unique **Hyperliquid L1** deposit address.
3. Send from an external wallet or exchange.
   * Paste the address or scan the QR code from your exchange/wallet.
4. Confirm details before sending.
   * Double-check that the **asset** and **network** match exactly.
   * Wrong network = lost funds.

**Tips & Best Practices**

* Always start with a **small test transaction** if using a new asset or exchange.

**Important Notes**

* Your Wick wallet is on **Hyperliquid L1**. Deposits to **HyperEVM** will not arrive.
* Only deposit assets that Wick currently supports — unsupported assets may not be recoverable.
* Once confirmed on-chain, deposits appear automatically in your portfolio.

</details>

## Crypto Deposits (most common)

From the Wick wallet account page, tap the deposit button

* Select the chain you want to deposit from.
* Copy your **unique deposit address** and send funds.

<details>

<summary><strong>Important Notes</strong></summary>

Deposits are network-specific. Only send the native token for the network you select.

When you choose a network:

* Selecting **Ethereum** → send **ETH only**
* Selecting **Solana** → send **SOL only**
* Selecting **Base** → send **ETH only**

Do **not** send tokens from a different network or non-native assets. Incorrect deposits **cannot be recovered**.

Deposited assets are automatically converted to USDC.

</details>

## Unit Deposits

With our Unit integration, Wick users can:

* Deposit *BTC, ETH, or SOL* from their personal wallet or exchange account, directly to Wick
* Trade and transfer deposited assets directly on Wick
* Withdraw assets directly to their preferred address on the respective asset’s native blockchain

To learn more about Unit, [please see their documentation](https://docs.hyperunit.xyz/).&#x20;

<details>

<summary>Unit</summary>

1. Navigate to Wallet page
2. Select **Unit** asset from the token list (USOL, UBTC, UETH).
3. Click Deposit
4. Copy your **unique deposit address** and send funds.
5. Assets will be deposited directly into your Wick wallet.

Note: You must sell your assets in app for USDC, if you want to trade.

</details>


---

# 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://wickdottrade.gitbook.io/wick/get-started/fund-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.
