# Coretime Order Processing ⚙️

As explained in the '[Secondary Marketplace Overview](/docs/basics/secondary-market-overview.md)' section, RegionX offers the possibility to procure Coretime through what we call 'Coretime Orders.' These orders indicate that someone is looking for a region with specific requirements. The amount offered by this order is determined by the number of tokens contributed to the order.

Coretime traders(likely bots, rather than actual humans) will keep track of the primary bulk market and secondary marketplaces to see if they can make a profit by contributing some of the regions offered to the order.

If yes, they will be able to buy that Coretime region and sell it to the order to receive all the contributions made to the order.

The region used to fulfill an order will be automatically assigned to the specific parachain via an XCM message.

<figure><img src="/files/srSZsRVuljTgrltZsLDv" alt=""><figcaption></figcaption></figure>

To learn more about our decisions when developing the order processor module, read the following document:

{% embed url="<https://docs.google.com/document/d/1OgbY5NIApnIBqrY4_JcR3541Jfi8jHJs4Zmqg1syhBo/edit?usp=sharing>" %}


---

# 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.regionx.tech/docs/basics/coretime-order-processing.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.
