> For the complete documentation index, see [llms.txt](https://lit.gitbook.io/lit-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lit.gitbook.io/lit-docs/getting-started/deposit-withdraw.md).

# Deposit / Withdraw

## Deposit

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

1. Click the **Deposit** button in the top right corner of the terminal
2. Select the **Asset** you want to deposit
3. Select the **Chain** you want to deposit from
4. Send the selected **Asset** directly to the address/ QR code on the the selected **Chain**

{% hint style="warning" %}
Only send ≥ minimum deposit amount of the **Asset** on the selected **Chain** to the address shown to you or your funds may be lost. Your deposit address may be different from your address on Hyperliquid.
{% endhint %}

{% hint style="info" %}
**Supported Chains:**: [**Base**](https://www.base.org/), [**Solana**](https://solana.com/), [**Arbitrum**](https://arbitrum.io/)**,** [**Ethereum**](https://ethereum.org/)**,** [**Hyperliquid**](https://hyperliquid.xyz/)**, and Bitcoin**
{% endhint %}

> 💡 One-time fee: A $1 flat fee (taken by Hyperliquid) is applied to your first deposit only. All future deposits to the same wallet are completely free. [lit.trade](https://www.lit.trade/) takes no fees for deposits.

## Withdraw

{% hint style="info" %}
**Supported Chains:** Lit currently supports USDC withdrawals to Arbitrum, and Hyperliquid Core.
{% endhint %}

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

* Head over to the **Portfolio** tab in the header of the terminal
* Click on **Withdraw**
* Select the **Asset** you want to withdraw
* Select the **Chain** you want to withdraw to

## Track Your Deposits and Withdrawals

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

{% hint style="warning" %}
**Note:** withdrawals could take up to **10 minutes** to complete due to Hyperliquid withdrawal time.
{% endhint %}

Once your deposit or withdrawal is in progress, it will appear in the “Transfers” section at the bottom of the trading terminal.

* You can monitor the status in real time
* Your balance will automatically update once the deposit is processed


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lit.gitbook.io/lit-docs/getting-started/deposit-withdraw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
