# 100% Fill Estimation

When creating a new strategy or editing an existing one, a value called "100% filled estimation" is exposed for ease of use.&#x20;

### Goal of estimation

The 100% filled estimation is an indication to makers on the amount of tokens the strategy will hold, should the entire budget be used. Once the order(s) details are provided, the buy or sell average price is identified and multiplied by the entire budget.

### Calculation

#### Price aspect

1. Limit - when entering a limit price, the average execution price is identical to the indicated price.
2. Range - when entering price range, the cost basis for the specified range is equal to the geometric mean of the highest and lowest price boundaries of the indicated range.

$$
GeometricMean =\sqrt{(minPrice)\*(maxPrice)}
$$

#### Budget aspect

Budget indicates the amount of tokens allocated to each order. This is a base value that will be used against the indicated price mentioned above.

#### 100% fill calculation

Using the values from [`Price`](#price-aspect) \* [`Budget`](#budget-aspect) results in the estimated 100% fill value.

### Notice

As orders within a recurring strategy are traded against and refilled, 100% fill estimation results may change.


---

# 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://faq.carbondefi.xyz/mechanics/order-execution/100-fill-estimation.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.
