> 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/submitting-a-hip-4-order.md).

# Submitting a HIP-4 Order

The order entry UI is the same as Polymarket.&#x20;

1. HIP-4 Markets can be access via [Predict](https://app.tread.fi/predict/hyperliquid) from the top navigation bar, Hyperliquid tab.&#x20;
2. **Pick an event and an outcome.** Each event has a price-history chart and one or more outcomes (typically Yes/No, but Hyperliquid sometimes uses labels like A/B or custom names defined by the market creator).
3. **Choose an order type.** The supported types are the same as Polymarket:
   * **Market** executes immediately against the best available prices.
   * **Limit** sets the price (in cents, where 1 cent = 1% probability) you're willing to pay or receive.
   * [**VWAP**](/creating-and-submitting-orders/advanced-settings/trajectories/vwap.md) spreads the order over time at volume-weighted average pricing.
   * [**TWAP**](/creating-and-submitting-orders/advanced-settings/trajectories/twap.md) and [**Aggressive Maker**](/creating-and-submitting-orders/strategies/aggressive-maker.md) are also available.&#x20;
4. **Enter trade size,** eitehr by dollar amount or by number of shares. Your available balance shows next to the field and turns red if you exceed it.&#x20;

{% hint style="info" %}
Hyperliquid enforces a 10 USDH minimum per order placement on HIP-4. Your order size  needs to be large enough that *every* placement clears 10 USDH — not just the total margin. Undersized trades will result in rejected placements or an idle bot.
{% endhint %}


---

# 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/submitting-a-hip-4-order.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.
