# NFT Fetcher

### Introduction&#x20;

NFT Fetcher is a tool that allows developers to easily integrate NFT (Non-Fungible Tokens) into game engines like Unity and Unreal. With just a few clicks, developers can fetch NFT from specific chains and contracts and integrate them into their game.

### Integration with Game Engines&#x20;

NFT Fetcher can be integrated into Unity and Unreal game engines with ease. Simply download the SDK from the NFT Fetcher website and import it into the engine by dragging and dropping the files.

### Fetching NFT&#x20;

NFT Fetcher allows developers to fetch NFT from specific chains and contracts. To do this, developers must choose the chain and contract address they want to fetch NFT from. Developers can also enter the contract address to fetch all NFTs from a specific contract or get NFTs from a wallet of a contract address.

### Steps to Integrate NFT Fetcher:

* Download the SDK from the NFT Fetcher from [LYNC World](https://request-demo.lync.world/)
* Import the SDK into Unity or Unreal by dragging and dropping the files.
* Choose the chain, List of supported chains are:
  * Ethereum
  * Goerli
  * Polygon
  * Mumbai
  * Arbitrum Mainnet
  * Arbitrum Goerli
  * Optimism Mainnet
  * Optimism Goerli

<figure><img src="/files/ChSv05HVc4ocrYubls1c" alt="" width="563"><figcaption><p>Choose chain</p></figcaption></figure>

* Pass the Contract Address on the selected chain. It will start fetching all the NFTs of that contract address.

<figure><img src="/files/9JGIpIAZKfSsYe8Swk5u" alt="" width="563"><figcaption></figcaption></figure>

* If you want gamers to fetch their NFTs from the wallet address, mark "*Show User NFTS*" as True (Mark Tick).

<figure><img src="/files/TuGHUJPeQhxo2TiU2dAy" alt="" width="563"><figcaption></figcaption></figure>

* For testing in Unity Editor, Pass Wallet Address and NFTs will start showing.
* If you wish to see logs, enable Debug Logs as True (Mark Tick).


---

# 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://lync.gitbook.io/lync/products/nft-fetcher.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.
