# Technical

<details>

<summary><strong>What blockchain is untrading.org built on?</strong></summary>

* Mainnets: Ethereum and Polygon
* Testnets: Sepolia, Goerli and Mumbai

</details>

<details>

<summary>What smart contracts are used on untrading.org?</summary>

Several smart contracts govern different aspects of the platform. You can find more information about specific smart contracts in the untrading.org GitHub at <https://github.com/untrading>.

</details>

<details>

<summary>Where can I find the untrading.org documentation?</summary>

The official untrading.org documentation is available on the platform website at <https://docs.untrading.org/>. It provides detailed information about features, functionalities, and technical specifications.

</details>


---

# 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.untrading.org/faqs/technical.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.
