# Order Status

After successfully initiating an etch order, your order will be processed, allowing you to monitor its live status. The etch order may display one of the following statuses:

* **Pending Fee Transaction:** Awaiting confirmation of the funds spent for the etch transaction.
* **Commit Transaction Broadcast:** The commit transaction has been successfully broadcast.
* **Maturing Etch:** Waiting for the commit transaction to receive 6 confirmations.
* **Etch Transaction Broadcast:** Etch transaction has been successfully broadcast.
* **Etch Finalized:** The etch operation is complete.


---

# 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://platform-docs.craftrunes.com/etch-page/order-status.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.
