> For the complete documentation index, see [llms.txt](https://docs.eatnsmile.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eatnsmile.org/whitepaper/store/store-nft.md).

# Store NFT

## Stay On Blockchain <a href="#stay-on-blockchain" id="stay-on-blockchain"></a>

Store NFT is basically an on-chain identity tokenized in the form of NFT, allowing a store to last permanently on Blockchain with its received reviews.

Similarly to an asset, Store NFT is transferable from one to another, and one can possess various NFTs with no limitation.

At first, EatnSmile Store NFT will stay on two notable networks include <mark style="color:red;">**Avalanche**</mark> and <mark style="color:purple;">**Polygon**</mark>. A native bridge will also be available, enabling Store NFTs to be transferable back and forth between supported chains.

## Mint With No Gas <a href="#mint-with-no-gas" id="mint-with-no-gas"></a>

The cool thing about Store NFT is even though they exist on Blockchain as NFTs, the minting process for users would not cost a single point of gas fees. This incredible idea happens thanks to the advanced structure of EatnSmile's Smart Contract.

To start the minting process, users only need a [**Mintcode**](https://docs.eatnsmile.org/whitepaper/mintcode), which is equivalent to 100 [**$STAR**](https://docs.eatnsmile.org/whitepaper/token/star) tokens.

## Tradeable On Marketplace <a href="#tradeable-on-marketplace" id="tradeable-on-marketplace"></a>

Every Store NFT is tradeable on most NFT marketplaces, including Opensea and the native NFT marketplace of EatnSmile.

By widening the input through a decentralized model, EatnSmile makes it possible for anyone to mint an NFT representing an actual store to gather review, and ultimately resell the NFT back to its rightful owner.

## Place Free Ads Banner <a href="#place-free-a-ds-banner" id="place-free-a-ds-banner"></a>

Placing a [**free ads banner**](https://docs.eatnsmile.org/whitepaper/store/free-ads) with no time limit is an exclusive right of NFT owner. Basically, each NFT will have a separate page on EatnSmile. This is where NFT owner can display their own ads for free with no time limit.​

<figure><img src="https://3330869041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3Lh0qwzCqerwjFcmDnmh%2Fuploads%2FaiztTuQgoLx1rprFSjCR%2Fmame%20cf%20img.png?alt=media&#x26;token=3220b482-b4fd-440e-91c0-ae7d3e501f69" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eatnsmile.org/whitepaper/store/store-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
