# 6.1 The Universal Identifier (UID) Standard

To maintain lineage across fragmented environments, Provenance generates a Universal Identifier (UID) for every registered asset. The UID is a recursive hash that remains constant even if the asset is bridged from Ethereum Mainnet to an L2 or an external L1.

* The Global Anchor: While the asset moves, its "Genesis Pulse" remains anchored to the Provenance Registry.
* State-Synchronization: We utilize cross-chain messaging protocols (e.g., LayerZero, CCIP) to synchronize the "Lineage Proof" across multiple chains. This prevents the "Double-Minting" of authenticity and ensures that a fake version on a side-chain cannot claim the same lineage as the original.


---

# 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.pvnctoken.xyz/chapter-vi-cross-chain-lineage-and-interoperability/6.1-the-universal-identifier-uid-standard.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.
