# Lazy Minting OpenSea

Gass-less minting, basically demising the NFT principles of work being uploaded off-chain. Your NFT is owned by the platform.\
The NFT gets on the mainnet after it gets sold.

## Simple explanation

Lazy Minting features:

* "**No gas fees.**\
  You have to pay once for the first minting in ETH and the first bid in “wrapped ETH” (WETH), but after that, you can upload artwork after artwork without any gas fees. It does mean there are no real limits besides your imagination (don’t spam, though).
* **Content editing.**\
  Possibility to edit and format description of your artworks. You even have more space for a comprehensive textual explanation — or by providing a link to your external blog or website about this artwork.
* **Galleries**\
  You can open several galleries (each of them has to be approved by OpenSea). Useful if you create in various styles and about various topics — and have pretty different target groups who might be distracted by your other themes.
* **Unlockable Contents**\
  This feature is especially interesting for me — it even allows fully new ways of storytelling (I’ll write later more about it). NFT democratizes art. Everybody can view the artwork, published and crypto-registered with NTF-distribution. But only collectors possess it — and support the author for further creativity. By purchasing an artwork within OpenSea, collectors get “unlocked contents” links to further materials the artist provides only for new artwork owners. Exclusive data. Sounds like another marketing stunt, but can be used for fully new narratives (later more about it)." - Vlad Alex

Source: <https://medium.com/cryptomerz/why-opensea-fc600e49e657>

## Further reading

* Simon's explanation: <https://www.notion.so/OpenSea-s-Lazy-Minting-How-is-it-done-051ee3e6719f49e9a80b8b3119daff1f>
* OpenSea's tutorial: <https://opensea.io/blog/announcements/introducing-the-collection-manager/>
* OpenSea has more custom add-ons. Here is a tutorial on OpenSea using ERC721 <https://docs.opensea.io/docs/1-structuring-your-smart-contract>


---

# 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://nft-standards.gitbook.io/nft-standards-wiki/custom-nft-platforms-add-ons/lazy-minting-opensea.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.
