# 6.2 The Inter-Chain Handshake Mechanism

When an asset moves across chains, the protocol requires an Inter-Chain Handshake. This is a two-step cryptographic process:

1. Departure Proof: The origin chain emits a "Lineage Export" event, freezing the local registry state for that asset.
2. Arrival Validation: The destination chain’s Provenance module verifies the Export Proof before minting a "Lineage-Verified Wrapped Asset."\
   This ensures that the "Chain of Custody" is never broken, even when crossing the vast expanse of the multi-chain ecosystem. In the Provenance Network, truth is a fluid, global commodity that flows across bridges with the same cryptographic rigor as a native Ethereum transaction.


---

# 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.2-the-inter-chain-handshake-mechanism.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.
