> 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/ontorium-stack-overview/asset-layer.md).

# Asset Layer

The **Asset Layer** establishes the foundation of Ontorium,&#x20;bringing real-world assets on-chain as verifiable and usable financial primitives.

This layer defines how real-world assets are structured, verified, and represented on-chain,\
including their backing model, minting and redemption mechanisms, and reserve integrity.

It ensures that each asset maintains a clear and enforceable link to its underlying real-world value,\
making it suitable for financial utilization across the stack.

Rather than serving as static representations,&#x20;assets at this layer are designed to support continuous on-chain utilization,&#x20;forming the basis for liquidity, credit, and broader financial activity.

The first asset introduced within the Asset Layer is **OXAU**,&#x20;**a gold-backed** on-chain asset designed to combine real-world value with on-chain financial utility.

OXAU represents physical gold with verifiable backing, held in custody by an independent third-party custodian. It enables users to hold, transfer, and utilize gold as an on-chain financial asset.

It is designed not only for ownership,&#x20;but for integration into lending, liquidity, and broader financial strategies within the Ontorium stack.

<figure><img src="/files/7TRvhP8qOIL5KAVeCxgT" alt=""><figcaption></figcaption></figure>


---

# 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/ontorium-stack-overview/asset-layer.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.
