> For the complete documentation index, see [llms.txt](https://blindboxesnft.gitbook.io/blind-boxes-marketplace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blindboxesnft.gitbook.io/blind-boxes-marketplace/curating-a-drop/import-nfts-to-your-library.md).

# Import NFTs

### Intro

To import an NFT you need two pieces of information about the asset:

1. token ID
2. contract address

### 2. Token ID and contract address

This four-digit number can be found by looking at the smart contract of the NFT. To find it:

* paste your wallet address into the search bar of BSCScan, Polygonscan, or Etherscan
* click ERC-721 transactions to view the NFTs in the wallet
* click the specified NFT to view the Token ID and NFT contract address

### 3. Import NFTs

Please follow the instructions displayed on the screen to add each NFT to your library. For each item, you will need to enter the corresponding token ID and contract address.

###

###

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://blindboxesnft.gitbook.io/blind-boxes-marketplace/curating-a-drop/import-nfts-to-your-library.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.
