> For the complete documentation index, see [llms.txt](https://shoefy.gitbook.io/shoefy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoefy.gitbook.io/shoefy/snft-minting.md).

# sNFT Minting

Each sNFT is from a collection of 10,000 sNFTs (shoeNFT) designed by hand but then on-chain algorithmically generated on the Ethereum Network as a unique digital shoe. The series of 10,000 sNFT’s are each built up with layers. These sNFTs belong to each other but are unique in their own ways. The base layer of the sNFT art is precisely similar throughout, which are basic backgrounds and shoe outlines. Then the layers on top of the 1st layer can be different colors and different elements, attributes, and styles.&#x20;

For Example :&#x20;

* Common sNFTs have 6 layers ( the background, shoe outline, elements )&#x20;
* Unique sNFTs have 7 layers (on top of 3 layers, it can have a character layer)&#x20;
* Rare sNFTs have 8 layers (on top of 4 layers, it has a layer of tribe logo)

Likewise, the rarer the category, more the number of layers and rarer the traits of the shoes.&#x20;

When the user mints the sNFTs, then by an algorithm, the smart contract will generate the sNFT based on the available layers. The sNFT offering will begin with the Genesis round of minting 3000 sNFTs, and then the remaining sNFTs will only be able to be farmed through the ShoeFy platform.


---

# 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://shoefy.gitbook.io/shoefy/snft-minting.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.
