# NFT Link

Our NFT link dashboard allows users to link their NFTs to the game or unlink their NFTs from a game.

## Overview

Each publisher is provided with access to a NFT link dashboard wherein authenticated users can link or unlink their NFTs from a game.&#x20;

Each link or unlink event sends a notification event to the game. From there, the game can update state accordingly by adding or removing privileges to the affected user.

Note that this dashboard is a template, we can re-design accordingly to match the publisher's website.

<figure><img src="/files/Ore8TsoEjJXp4ntQGmhf" alt=""><figcaption></figcaption></figure>

1. This panel shows the currently unlinked NFTs which are in the user's wallet.
2. Once the user selects an unlinked NFT, then this panel appears - once the user clicks the “Link NFT” button, the NFT link operation will start.
3. This panel displays the currently linked NFTs which are in the custodial contract. The user also has the option to unlink the NFT from the custodial contract.

## Link&#x20;

During the link process, the NFT is moved from the user's wallet and put into a secure custodial contract. This is done to prevent the user moving the NFT between different wallets and gaining an unfair advantage.

## Unlink

During the unlink process, the NFT is moved from the custodial contract and put back into the user's wallet.


---

# 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.catheongaming.com/nft-link.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.
