# Minting 1155 NFTs on Polygon

**🎥** *Screencast:* <https://youtu.be/dtUBJ6T3QBo>

Linkdrop does not have its own minter. For the example above, I minted with Opensea, but you could use any other minter or your own contract.

After filling all the data and pressing create, you’d have your item created on Opensea. Please note that sometimes the item will not appear in your profile instantly, it can take 2-5 minutes, before you could see it.

Important thing to note - OpenSea uses “lazy” minting, so, until any further blockchain transaction is processed, it won’t exist on blockchain, but only on OpenSea . To really physically mint the item on blockchain - I need to send it to myself to initiate blockchain transaction.

Any transaction will work here, but sending to yourself seems to be the easiest way.


---

# 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.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/minting-1155-nfts-on-polygon.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.
