# Creating Scale Orders

## Scale Orders

Scale orders are a range of limit orders between a starting and ending price.  You can specify how many orders you want and the size distribution of each order through the Size Skew.

## Size Skew

Size Skew is the ratio between end and start price.

Examples:

* Size skew of 1 —  All orders are same size.
* Size skew of 2 — Ending price order is 2x starting price order.
* Size skew of 0.5 — Ending price order is 1/2 starting price order.

## Example

<figure><img src="/files/YZ5Q85BQAkf4LVuhRMLg" alt="" width="282"><figcaption></figcaption></figure>

1. The order above specifies a buy order from 2657.147 to 2662.467
2. The user wants to place 3 orders
3. Size skew = 2, so ending order will be twice the size of the starting order

This results in the following orders being created:<br>

<figure><img src="/files/C1Z8ZyP8Y3zxxf2Hwtwm" alt="" width="300"><figcaption></figcaption></figure>

1. 3 orders are created
2. The order range is between $2657.15 to $2662.47
3. Size Skew of 2 created an ending order that is twice the size of the starting order (4 USDC vs 2 USDC)


---

# Agent Instructions: 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.gamma.xyz/gamma/limitorderhook/creating-scale-orders.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.
