# NFT Bridge

The [Messina.one NFT Bridge](https://messina.one/nft_bridge) runs on the same messaging layers our token bridge uses. Currently, the NFT bridge only functions between Cronos and Polygon.&#x20;

## How the Messina.one NFT Bridge works&#x20;

**Messina.one's NFT Standard**&#x20;

Messina.one has developed a new NFT standard that ensures newly minted NFTs only exist on 1 chain at any given time. NFTs that adopt the Messina.one's standard will be burned at the source chain and minted on the destination chain when bridged through the Messina.one bridge.

<figure><img src="/files/3UQHJ3NUoORSDhT7aF5n" alt=""><figcaption></figcaption></figure>

**Non-Messina.one NFTs**&#x20;

When non-Messina.one NFTs are bridged, there will be one wrapped copy of the NFT at any given time.&#x20;

NFTs that are preexisting or those that do not adopt the Messina.one NFT standard will first be locked at the source chain and a wrapped copy of it will be minted at the destination chain.&#x20;

Subsequently, if the wrapped NFT is bridged to other chains, that wrapped NFT will be burned and re-minted on the new destination chain. The original NFT will still remain locked in the Smart Contract on the chain it was originally bridged from.&#x20;

Whenever the wrapped NFT is bridged back to the original source chain, the wrapped NFT will be burned and the original NFT will be unlocked.

<figure><img src="/files/5hGHV9s5dpkTdNLySX5O" alt=""><figcaption></figcaption></figure>


---

# 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://messinaone.gitbook.io/messina/bridge/nft-bridge.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.
