> For the complete documentation index, see [llms.txt](https://doc.magport.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.magport.io/product-guides/develop-coretime-ready-chain-with-magnet-stack/using-magnet-stack-coretime-configuration.md).

# Using Magnet Stack : Coretime Configuration

Open the Magnet Stack app and select your desired coretime type using the button at the top.

<figure><img src="/files/ZKm9UpZbRC35xawtOCE8" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Magnet's on-demand coretime mode includes on-demand block production. If no transactions occur, block production will be halted.
{% endhint %}

**Basic Information:**&#x20;

&#x20;  \- Input the name of your chain and the ParaID you reserved.

**Native Token:**&#x20;

&#x20;  \- Define your native token or use DOT as the native token for your chain.&#x20;

&#x20;  \- If using DOT, select "DOT as GAS."

&#x20;  \- Set your token's decimal places.

**Coretime Order Control:**

Config these parameters to utilize Magnet Network’s order control mechanism for on-demand orders.

&#x20;    \- Price Limit: Sets an upper limit for coretime price. Orders will not be placed if exceeded.

&#x20;    \- Price Threshold: Controls profitability from gas collection.

$$
\text{Price Threshold} = \frac{\text{Gas Fee Collected}}{\text{Coretime Price}}
$$

{% hint style="info" %}
Price Threshold is available only when using DOT as GAS because coretime cost and revenue are measured in different tokens if using a native token.
{% endhint %}

For more information about Magnet's coretime mechanism, please refer to these sections:

{% content-ref url="/pages/COiz9eQF0qwWbR0PK6jp" %}
[Magnet Coretime](/overview/magnet-network-features/magnet-coretime.md)
{% endcontent-ref %}

{% content-ref url="/pages/VseMU5RZs6cxJppJufdS" %}
[Coretime Order Control and Assurance](/overview/magnet-network-features/coretime-order-control-and-assurance.md)
{% endcontent-ref %}

**Sudo Account:**

&#x20;  \- Input your sudo account address, which will also be used in profit distribution management.

&#x20;  \- Set the initial balance for the sudo account (if not using DOT as GAS).

<br>


---

# 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://doc.magport.io/product-guides/develop-coretime-ready-chain-with-magnet-stack/using-magnet-stack-coretime-configuration.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.
