> For the complete documentation index, see [llms.txt](https://docs.tread.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tread.fi/prediction-markets/hip-4/depositing-funds-hip-4.md).

# Depositing Funds (HIP-4)

HIP-4 markets settle inside your Hyperliquid exchange account, so funding HIP-4 is the same as funding any other Hyperliquid trade. If you already trade Hyperliquid perps or spot on Tread, you're already funded.

For more information on how to connect and fund your Hyperliquid on tread, please [see](/account-creation-and-api-key-connection/connecting-to-exchanges/hyperliquid.md).

#### How HIP-4 funding works

HIP-4 outcomes trade against **USDH**, Hyperliquid's native stablecoin for prediction markets. Your USDC balance on Hyperliquid is converted to USDH automatically when you place an HIP-4 order, and back to USDC when you close or settle. Tread shows your spendable balance in USDC terms in the order form, but you are trading/settling in USDH.

#### Things to be aware of

* Unlike Polymarket, there is **no bridging step** (no Ethereum → Polygon hop) and no separate Tread Wallet to top up.
* You do not need to "split" USDC into Yes/No share tokens before market making (see the HIP-4 market making page). Hyperliquid handles both sides natively.
* Minimum order notional on HIP-4 is 10 USDH per placement.


---

# 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.tread.fi/prediction-markets/hip-4/depositing-funds-hip-4.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.
