> For the complete documentation index, see [llms.txt](https://docs.h4.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.h4.world/overview.md).

# Overview

<figure><img src="/files/9VrGl1zuy29mOhMpA8TD" alt="" width="188"><figcaption></figcaption></figure>

H4 is a non-custodial iOS trading app for [perpetual futures](/getting-started/perpetual-futures.md) on Hyperliquid. It gives users access to more than 300 markets across stocks, indices, crypto, commodities, FX, and pre-markets from more than eight DEXes.

H4 supports innovating features like blazing fast [chart-trading](/chart-trading.md), [Prediction markets](/prediction.md), boosted capital-efficiency by [earning yield](/earn-on-margin.md) on \*active\* margin, advanced market views, and more...

H4 standardizes the interface around U.S. dollars so that account value, volume, open interest, order value, position value, and PnL can be read consistently across markets.

Orders are submitted using builder codes with a 0.055% fee on notional.

## Non-custodial <a href="#non-custodial-status" id="non-custodial-status"></a>

H4 is an interface layer that connects users to Hyperliquid markets, including **Core** and other **HIP-3 DEX** markets. It does not custody user funds, pool balances, or take control of user accounts. The app has no ability to reverse transfers, recover lost access, or undo actions once they are confirmed.

* Your funds stay under your control at all times.
* Your account is tied to your wallet, so you are responsible for access, security, and key management.
* H4 does not hold your funds for you. Deposits, withdrawals, swaps, and trades happen through your own account on supported rails and markets.
* If you lose access to your wallet or private key, H4 cannot recover your funds for you.
* You can export your private key from the **Export** page.

### Try it out!

Download the Testflight beta at: <https://testflight.apple.com/join/rGdGFWrT>


---

# 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:

```
GET https://docs.h4.world/overview.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.
