> 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/withdrawals.md).

# Withdrawals

To begin the process, click 'withdraw' on the right hand of the UI next to your balance.&#x20;

<figure><img src="/files/nLAiTQn5DYd91PIkIn65" alt="" width="375"><figcaption></figcaption></figure>

Input the amount you wish to withdraw and press 'withdraw'. Please note the estimated Hyperliquid bridge time for your reference and the standard $1 Hyperliquid fee for Withdrawal.&#x20;

<figure><img src="/files/735y53wxfGlsznVsM46F" alt="" width="375"><figcaption></figcaption></figure>

When the withdrawal is processing, you will see the following screen. Please be patient as this can take around 5 minutes to process, as indicated in the UI. It can sometimes be longer if traffic is high.&#x20;

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

Next, sign with the passkey to withdraw from Hyperliquid.&#x20;

<figure><img src="/files/42q8zPhsqJroWfUGVFDJ" alt=""><figcaption></figcaption></figure>

Wait for the signature and tx to process.&#x20;

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

When the withdrawal is complete you will see the below screen. Click 'continue' to return to the Hyperliquid UI.&#x20;

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

When you return to the Hyperliquid UI, you will see the change in the balance reflected as the balance has been sent back to your Kinto wallet.&#x20;

<figure><img src="/files/A7gRN89iY8RM1e8VcjuM" 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/withdrawals.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.
