> For the complete documentation index, see [llms.txt](https://docs.regionx.tech/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.regionx.tech/docs/basics/coretime-order-processing.md).

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