> For the complete documentation index, see [llms.txt](https://docs.liccium.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liccium.com/documentation/technology/metadata-binding.md).

# Metadata Binding

Liccium’s approach to metadata binding introduces a reliable and tamper-evident way to associate rights and metadata with digital content – without embedding any information into the file itself. Instead of relying on traditional in-file metadata or watermarking (which can be stripped, altered, or lost when metadata is removed), Liccium uses externally stored declarations – sometimes referred to as 'sidecar files' – that are cryptographically linked to the content via the International Standard Content Code (ISCC).

These external declarations include structured (FAIR) metadata, copyright claims, and usage preferences, signed by creators or rightsholders. The ISCC acts as a content-derived identifier and fingerprint, ensuring that metadata remains verifiably attached to a specific version of a work, even when the file is modified, compressed, or shared across platforms.

This approach avoids the pitfalls of embedded metadata while preserving a robust and decentralised verification mechanism. The metadata can be published in open registries, and retrieved or validated at any point – enabling trust, transparency, and traceability across content lifecycles.

By externalising metadata and maintaining a verifiable link to the original work, Liccium supports a flexible and future-proof model for content authentication, aligned with the demands of AI transparency, copyright compliance, and sustainable content governance.

<figure><img src="/files/tiMyoLnFivSh3hVf6Nrx" alt="" width="375"><figcaption></figcaption></figure>

### **Key Advantages of Metadata Binding via External Declarations**

#### **Resilience to File Modification:**

Rights declarations and metadata remain verifiable even if the original media file is altered, reformatted, or stripped of embedded metadata. The binding is content-based, not file-dependent.

#### **Scalable Rights and Policy Management:**

Enables large-scale, automated management of copyright claims, licensing preferences, and usage policies across vast content inventories, including entire platforms or publishing ecosystems.

#### **Modular and Flexible Metadata Models:**

Allows seamless integration of domain-specific schemas, legal frameworks, or custom metadata extensions through plugin architectures – adaptable to the needs of diverse sectors such as publishing, photography, music, or scientific research.


---

# 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.liccium.com/documentation/technology/metadata-binding.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.
