# NFT

## ❓ What is an NFT in concrete terms?

💠 It is simply a digital token bound by a contract of authenticity, a non-tangible asset that has its own value and its own owner.

💠 They use Blockchain technology, the most famous of which are: Ethereum, Polygon, Solana...&#x20;

💠 The latter is purchased via cryptocurrency on platforms that are called Marketplace like Gardenlab, for example, and which are distinguished into 2 categories:

{% hint style="success" %}
NFT: Jeton Non Fongible / Non Fungible Token
{% endhint %}

### 🎨  1. Those without benefits, from the art:

An NFT can be simply an artistic creation, as one could compare it to a painting or a sculpture. It gains or loses value depending on who created it, how famous it is, etc.&#x20;

{% hint style="success" %}
The most famous in the field are the Cryptopunks.
{% endhint %}

### 🎫  2. Those with advantage(s), utilities:

An NFT is an exchangeable asset that allows, thanks to the blockchain and its principle of transparency, to provide benefits to holders in real time such as:

💠 An access to IRL events (boat party, concert place etc...)&#x20;

💠 An automated passive income system in cryptocurrency&#x20;

💠 The possibility to receive NFTs&#x20;

💠 And many more...\
\
As you can see, the possibilities are endless and only need to be found and developed. The benefits can be numerous, even unlimited and invaluable.

{% hint style="success" %}
⚙️ Adding utility to NFTs is a technical challenge: we need to know how to leverage the blockchain with smart contracts. We're taking care of that part.
{% endhint %}

### [🎓](https://emojipedia.org/graduation-cap/) Who can create an NFT? How can I do it?

Well, anyone can turn an illustration into an NFT, no coding knowledge is needed. Only your imagination and creativity are good assets.&#x20;

💠 You can use an app like Procreate on a graphics tablet to draw and have it rendered directly in digital.&#x20;

💠 Do some editing with Photoshop, Illustrator or many other graphic design and creation software in 2D and/or 3D rendering.&#x20;

💠 Or even hire a graphic designer to create your designs.&#x20;

💠 When it comes to adding features to your NFTs so that they become more valuable, you can use Launchpad, we take care of the technical side.

{% hint style="danger" %}
Of course it is not enough to go on a site, download an image and then sell it and earn millions. Copyrights are also present.
{% endhint %}

### ✅  What are the advantages for the creator?

Thanks to the blockchain and its principle of transparency you can:&#x20;

💠 Each NFT has an ID and a holder, which allows you to anonymously and freely manage benefits without having to contact the holder.

💠 Offer or not offer benefits even if the NFT gets traded.&#x20;

💠 Management of Smarts Contracts (Smart Contracts) that allow you to remove all intermediaries by automating actions and/or conditions.&#x20;

💠 Each NFT has an ID and a holder, which allows you to manage benefits anonymously and freely without having to contact the holder.

{% hint style="success" %}
How satisfying, with 3333 NFTs getting swapped, can you imagine having to manage everything 1 by 1 🤯
{% endhint %}


---

# 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.gardenlab.io/english/learn/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.
