> For the complete documentation index, see [llms.txt](https://docs.runealpha.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runealpha.xyz/en/terms-of-service.md).

# Terms of service

1. Be aware that if there’s a backlog of orders on the platform, this could cause delays in the processing of on-chain transactions. We can’t assure you of the exact timing for on-chain processing.
2. The rate you’re seeing now doesn’t reflect the real-time on-chain rate. Keep in mind that the on-chain rate is subject to change.
3. If your payment account has any outbound transactions that are yet to be confirmed, it’s advisable to halt the payment or switch to a different account for the operation.
4. If you come across orders that are currently being engraved, kindly wait for the miner’s confirmation. Please note that once a transaction is in progress, it cannot be cancelled.
5. We cannot be held accountable if users are accessing from jurisdictions where cryptocurrency is prohibited. It’s crucial for users to comply with their local laws and regulations.
6. **Please exercise caution when dealing with inscriptions in your wallet.** There’s a possibility that the wallet you’re using may not handle inscriptions effectively, leading to the loss of inscriptions during transactions. For the safekeeping of important subscriptions, it is recommended to use a separate wallet.

Please make sure you fully comprehend these risks and are prepared to accept all consequences that may arise from them.


---

# 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.runealpha.xyz/en/terms-of-service.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.
