> For the complete documentation index, see [llms.txt](https://docs.rddl.io/rddl-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rddl.io/rddl-network/basics/token-services/cid-asset-notarization.md).

# CID Asset Notarization

CID assets are notarized and traded on RDDLs Planetmint network ([SLIP44: PLMNT, 8680 \[Symbol, ID\]](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)) by the participating machines. CID assets are non-fungible.

Non-fungible CID Assets can e.g. represent a set of data to be tokenized or other unique aspects.

The notarization process is based on underlying secure HW concepts and is built around the following values

* guarantee of data provenance,
* signal integrity,
* relevance, and
* value consistency.


---

# 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:

```
GET https://docs.rddl.io/rddl-network/basics/token-services/cid-asset-notarization.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.
