# NFT contracts

We currently have NFT minting smart contracts deployed on 7 different blockchains.

All our NFT minting smart contracts are open-source and therefore available on our [Github](https://github.com/OnBlockIO).&#x20;

| **Avalanche ERC721**  | [0x068bEF92987D16eF682FF017B822CA1211401EaF](https://cchain.explorer.avax.network/address/0x068bEF92987D16eF682FF017B822CA1211401EaF/contracts) | ✅Deployed |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| **Avalanche ERC1155** | [0xdcdaB251151c345AD527851ECa783521Ea3209E0](https://cchain.explorer.avax.network/address/0xdcdaB251151c345AD527851ECa783521Ea3209E0/contracts) | ✅Deployed |
| **Base ERC721**       | [0xF41db445D7eaF45536985cE185ce131FA4b42E68](https://basescan.org/address/0xF41db445D7eaF45536985cE185ce131FA4b42E68)                           | ✅Deployed |
| **Base ERC1155**      | [0x26D583e2CDa958b13CC319FAd124aa729f8A196e](https://basescan.org/address/0x26D583e2CDa958b13CC319FAd124aa729f8A196e)                           | ✅Deployed |
| **BSC ERC721**        | [0xf41db445d7eaf45536985ce185ce131fa4b42e68](https://bscscan.com/address/0xf41db445d7eaf45536985ce185ce131fa4b42e68)                            | ✅Deployed |
| **BSC ERC1155**       | [0x44c5ce28c29934b71a2a0447745d551dfc7b5133](https://bscscan.com/address/0x44c5ce28c29934b71a2a0447745d551dfc7b5133)                            | ✅Deployed |
| **Ethereum ERC721**   | N/A                                                                                                                                             | ⌛Soon     |
| **Ethereum ERC1155**  | N/A                                                                                                                                             | ⌛Soon     |
| **Neo N3 NEP11**      | [0x577a51f7d39162c9de1db12a6b319c848e4c54e5](https://dora.coz.io/contract/neo3/mainnet/0x577a51f7d39162c9de1db12a6b319c848e4c54e5)              | ✅Deployed |
| **Phantasma Chain**   | [S3d8xzyuUC3QChNDdj3KUxT2oqxkVTKFDbbgJ9yLUY7HLas](https://explorer.phantasma.io/contract/GHOST)                                                 | ✅Deployed |
| **Polygon ERC721**    | [0x068bef92987d16ef682ff017b822ca1211401eaf](https://polygonscan.com/address/0x068bef92987d16ef682ff017b822ca1211401eaf)                        | ✅Deployed |
| **Polygon ERC1155**   | [0xf1c82f5ddb4f1a6a8f3eed2eb25fc39fc6d33fb3](https://polygonscan.com/address/0xf1c82f5ddb4f1a6a8f3eed2eb25fc39fc6d33fb3)                        | ✅Deployed |
| **Neo X ERC721**      | [0x0B53b5dA7d0F275C31a6A182622bDF02474aF253](https://xexplorer.neo.org/token/0x0B53b5dA7d0F275C31a6A182622bDF02474aF253)                        | ✅Deployed |
| **Neo X ERC1155**     | [token/0x35609dC59E15d03c5c865507e1348FA5abB319A8](https://xexplorer.neo.org/token/0x35609dC59E15d03c5c865507e1348FA5abB319A8)                  | ✅Deployed |


---

# 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.ghostmarket.io/smart-contracts/nft-smart-contracts.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.
