# Deposit

With **Unit**, depositing assets into Hyperliquid is as simple as a transfer. Below is a step-by-step guide to deposits to Hyperliquid using BTC as an example. The same general process applies to all supported assets.

<figure><img src="/files/GSWlvIhFYuTNGRmIbZxh" alt="" width="563"><figcaption><p>Unit deposit flow</p></figcaption></figure>

***

### How to Deposit: BTC

{% stepper %}
{% step %}

### Connect Wallet & Select Asset

Navigate to the [Hyperliquid](https://app.hyperliquid.xyz/portfolio) or [Unit](https://app.hyperunit.xyz/) UI and connect your Hyperliquid wallet. In the "Deposit" tab, select "Bitcoin".
{% endstep %}

{% step %}

### Retrieve Deposit Address

Your unique Bitcoin deposit address will be displayed. This address was securely generated by Unit's MPC Guardian Network, and is permanently tied to your address on Hyperliquid.

The integrity of this address may be verified by its Guardians' signatures.
{% endstep %}

{% step %}

### Transfer Asset

Simply transfer Bitcoin to your Unit Bitcoin deposit address, from wherever you hold BTC.
{% endstep %}

{% step %}

### Done!

You can track your BTC transfer using a Bitcoin explorer such as [mempool.space](https://mempool.space/). Upon the finalization of this transfer on the Bitcoin network (2 block confirmations), the Unit protocol will transfer the corresponding BTC amount to your address on Hyperliquid.

For other assets, you can use native explorers such as Etherscan, Solscan or Plasmascan to track your transfers.
{% endstep %}
{% endstepper %}

***

*For detailed information on how to deposit using the Guardian Network, please visit the* [*Developers section*](/developers/api.md)*.*


---

# 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.hyperunit.xyz/how-to/deposit.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.
