# Art NFT

{% hint style="info" %}
To make it somewhat simple to understand, let's consider that Art NFT is a digital artwork (e.g. fine art photograph) published as NFT.
{% endhint %}

Here's a simplified process of how Silvermind approaches activities related to Art NFTs.

<table><thead><tr><th width="303">Procedure</th><th>Description</th></tr></thead><tbody><tr><td><strong>1. Artwork selection</strong></td><td>Silvermind works together with the author or a copyright owner to choose the artwork. It can also be a collection of artworks that belong together.</td></tr><tr><td><strong>2. Digital artwork preparation</strong></td><td>The artwork can live in many forms both digitally and physically. It's up to the artist to decide what is the digital artwork that is the actual artefact (file) that is going to become the content of an NFT.</td></tr><tr><td>2.1. Processing</td><td>The artist or a third party may need to prepare the digital files aligned with the artist's intention. For example, a high resolution scan with some modifications might be needed.</td></tr><tr><td>2.2. Licensing</td><td>It's important to be clear about copyright and usage rules of the artwork.</td></tr><tr><td>2.3. Authenticating</td><td>Autographing as well as preparing the certificate of authenticity.</td></tr><tr><td>2.4. Hiding (encrypting)</td><td>We must be clear that the contents of an NFT are always public. This means that anyone, who has enough technical knowledge, can download the contents of it. When using <a href="/pages/7UdcCHWxSoo6NVocJpmX">EDA</a>, only the owner can actually view the contents of an NFT.</td></tr><tr><td><strong>3. NFT Production</strong></td><td>NFT production is quite a technical matter and should be done by a service provider, such as Silvermind.</td></tr><tr><td>3.1. Blockchain selection</td><td>The artist has to decide where the artwork will live. It's like a paper on which we want to print.</td></tr><tr><td>3.2. Smart contract choice/dev</td><td>NFTs normally adhere to a specific standard such as ERC721 or FA2. When going with existing marketplaces the artist normally looses certain control and toolset, therefore extra care is a must.</td></tr><tr><td>3.3. Metadata creation</td><td>This includes information about the artwork, such as the title, description, artist name, edition size (if applicable), and any other relevant details.</td></tr><tr><td>3.4. Wallet setup</td><td>The wallet serves as an identity and storage for the NFT. It may be that the artist already has one.</td></tr><tr><td>3.5. Storing</td><td>The contents of NFT may be gigabytes of data which is to be stored and pinned on IPFS.</td></tr><tr><td>3.6. Minting</td><td>The smart contract will generate a unique token identifier (NFT) that represents the artwork on the blockchain. Minting is like printing, because after it there's a new artefact released into the world.</td></tr><tr><td><strong>4. Publishing</strong></td><td>While <a href="https://gallery.silvermind.art">Silvermind gallery</a> is still under development, the NFT will normally be listed and sold on some existing marketplace where the artist intends to transact.</td></tr><tr><td><strong>5. Promotion</strong></td><td>Silvermind can only advise how to promote the published NFT. If the NFT is published on (yet to be implemented) <a href="https://gallery.silvermind.art">Silvermind gallery</a> then artists will benefit from the promotion of it.</td></tr><tr><td><strong>6. Selling</strong></td><td>While <a href="https://gallery.silvermind.art">Silvermind gallery</a> is still under development, the NFT will normally be listed and sold on some existing marketplace where the artist intends to transact. The transfer of ownership is handled by the smart contract.</td></tr><tr><td><strong>7. Authentication</strong></td><td>As a side-effect of working with Silvermind, the artist as well as collectors gain clarity on provenance of an artwork (contents of an NFT, to be more specific). It is based on a clear protocol, which can be leveraged even without any involvement of Silvermind.</td></tr></tbody></table>


---

# 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.silvermind.art/fundamentals/art-nft.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.
