> For the complete documentation index, see [llms.txt](https://docs.proliquid.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proliquid.xyz/order-types/scale-orders.md).

# Scale orders

Scale order type in Proliquid trade form

<figure><img src="https://1571380119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfwUo1o7rINODRyyILQE1%2Fuploads%2FtMBUwJUSxtPsK223W5ar%2Fimage.png?alt=media&amp;token=8a3b12cb-c627-4169-af61-ecd792c3df11" alt="Scale order form for building a ladder of limit orders across a price range."><figcaption><p>Scale order form for building a ladder of limit orders across a price range.</p></figcaption></figure>

Scale orders create a ladder of GTC limit orders across a price range. Use them when you want to enter or exit progressively instead of placing one large limit order.

## Price range

Select a from price and to price. Click into either price input to activate click-on-chart mode, then choose the level directly from the [Chart](/terminal-sections/chart.md).

Proliquid previews the ladder on chart, including each order level and the estimated average fill price if the full ladder fills.

## Skew controls

<table><thead><tr><th width="133.375">Control</th><th>What it changes</th></tr></thead><tbody><tr><td>Price skew</td><td>Groups orders closer to one side of the range or spreads them more evenly.</td></tr><tr><td>Size skew</td><td>Allocates more size toward the start or end of the ladder.</td></tr></tbody></table>

## Example flow

1. Choose the market in [Terminal](/features/hyperliquid-trading-terminal.md).
2. Select Scale in the [Trade form](/terminal-sections/trade-form.md).
3. Set the total size, order count, from price, and to price.
4. Adjust price skew and size skew if you want a non-linear ladder.
5. Review the chart preview and average fill.
6. Submit, then monitor each resting order in [Open orders](/terminal-sections/open-orders.md).

> Scale orders are useful for planned entries, but every child order is still a limit order. If price moves away from the range, some or all orders may remain unfilled.


---

# 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.proliquid.xyz/order-types/scale-orders.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.
