> For the complete documentation index, see [llms.txt](https://docs.ontorium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ontorium.io/resources/faq.md).

# FAQ

<details open>

<summary><strong>Q. What is OXAU?</strong></summary>

A. OXAU is an on-chain gold token issued through Ontorium's Asset Layer. Each OXAU token is backed 1:1 by 1 gram of physical gold meeting LBMA Good Delivery standards.

</details>

<details open>

<summary><strong>Q. How do I mint OXAU?</strong></summary>

A. OXAU can be minted directly on the Ontorium platform using USDC or USDT. The minimum minting size is 1,000 OXAU (equivalent to 1 kilogram of gold). Minting requires completion of KYC L1 verification and is available during operating hours: UTC 01:00–10:00.

</details>

<details open>

<summary><strong>Q. What is the difference between minting and buying on a secondary market?</strong></summary>

A. Minting involves the direct issuance of new OXAU tokens backed by physical gold. When you mint, the corresponding physical gold is allocated and held in custody on your behalf. Purchasing OXAU on a secondary market means acquiring existing tokens through available market liquidity, without new tokens being issued or additional gold being allocated.

</details>

<details open>

<summary><strong>Q. How is OXAU different from existing tokenized gold products?</strong></summary>

A. Most tokenized gold products focus primarily on custody and trading. OXAU is designed to go beyond passive holding. It can be actively utilized within on-chain financial systems, including as collateral in AQUA lending markets and for liquidity provision, making it a programmable financial primitive rather than a static store of value.

</details>

<details open>

<summary><strong>Q. Are there any fees?</strong></summary>

A. For a full breakdown of applicable fees, please refer to the [Mint\&Redemption](/ontorium-stack-overview/asset-layer/mint-and-redemption.md) Parameters section.

</details>

<details open>

<summary><strong>Q.</strong> <strong>Is physical gold redemption available?</strong></summary>

A. For inquiries regarding physical gold redemption, please contact <contact@ontorium.io>.

</details>

<details open>

<summary><strong>Q. How is OXAU backed?</strong></summary>

A. Each OXAU token is backed 1:1 by 1 gram of physical gold meeting LBMA Good Delivery standards. The physical gold is held by an independent third-party custodian in secure vaulting facilities in Hong Kong.

</details>

<details open>

<summary><strong>Q. How is reserve integrity verified?</strong></summary>

A. Ontorium publishes monthly Proof of Reserves reports confirming that the circulating supply of OXAU is fully backed by physical gold on a 1:1 gram basis. The total supply of OXAU is also publicly verifiable on-chain at any time, allowing users to independently cross-reference circulating supply against published reserve data.

</details>

<details open>

<summary><strong>Q. Can I use OXAU as collateral in AQUA Market?</strong></summary>

A. Yes. OXAU is supported as collateral within AQUA. Users can borrow OXAU, USDC, or USDT against their OXAU collateral. Applicable collateral parameters are available on the AQUA Market.

</details>

<details open>

<summary><strong>Q. How does liquidation work in AQUA Market?</strong></summary>

A. If the value of your collateral falls below the required threshold, your position becomes eligible for automatic liquidation. Liquidation may occur without prior notice, and you are solely responsible for monitoring and managing your collateral ratio at all times.

</details>

<details open>

<summary><strong>Q. Why is KYC required?</strong></summary>

A. KYC verification is required to access core platform features including minting and redemption. This is a mandatory requirement for regulatory compliance and platform security.

</details>

<details open>

<summary><strong>Q. What wallets are supported?</strong></summary>

A. Ontorium supports all EVM-compatible wallets

</details>

<details open>

<summary><strong>Q. Are there any restricted jurisdictions?</strong></summary>

A. Yes. Access to the Platform is restricted in certain jurisdictions. For a full list of restricted countries and compliance requirements, please refer to the [KYC Framework](/ontorium-stack-overview/asset-layer/kyc-framework.md) section.

</details>

<details open>

<summary><strong>Q. How can I contact Ontorium?</strong></summary>

A. For any questions or inquiries, please contact us at <contact@ontorium.io> or join our [Telegram community](https://t.me/Ontorium_Globalchat).

</details>


---

# 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.ontorium.io/resources/faq.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.
