> For the complete documentation index, see [llms.txt](https://docs.kinto.xyz/kinto-the-modular-exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinto.xyz/kinto-the-modular-exchange/user-guides/hyperliquid/deposits.md).

# Deposits

In the Hyperliquid UI, select 'Deposit' on the right side.&#x20;

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

Next, a widget will appear. For Hyperliquid USDC is required with a minimum of $100. To complete the deposit process, four signatures are required as the funds move across the network. Please ensure to complete all signatures for the funds to reflect on Hyperliquid. If at any point a signature is missed or you navigate away from the page, you can return to the UI and complete the process. \
\
In this example, you can see that the user is adding 100 USDC to Hyperliquid. Once you have input the amount, click 'deposit'.&#x20;

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

As you move through the signature process, you will see this screen while they complete. Continue to sign until it is confirmed complete.&#x20;

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

When you have processed the full transaction and funds are moving to Hyperliquid, you will see the below confirmation screen. It can take up to 2 minutes for them to reflect in the UI - please be patient. Click 'continue' to return back to the Hyperliquid UI.&#x20;

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

When the funds are available in Hyperliquid you will see them reflected in the UI, as below. Now you're all ready to commence creating an order.&#x20;

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


---

# 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://docs.kinto.xyz/kinto-the-modular-exchange/user-guides/hyperliquid/deposits.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.
