> For the complete documentation index, see [llms.txt](https://whitepaper.playsnook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.playsnook.com/economy-overview/snk-cash-flow-analysis/snk-inflow/minting-snook-nfts.md).

# Minting snook-NFTs

Minting a new snook-NFT produces two key “objects”. The first is a fresh snook that can be used as a character in Snook, and as such the utility of play. The second is the Trait that is assigned to that freshly minted snook. That Trait, as we introduced in the Ontology above, has two functions. The first is the play utility. The second is serving as Snook’s fundamental, unpegged vehicle for storing monetary value. That value is not directly stored in the snook-NFT as you can see below. The funds ($1.25USD) paid for minting are distributed:

* Burned – $0.25USD (20%)&#x20;
* Ecosystem – $0.05USD (4%) to help pay the on-going infrastructure and gas fees&#x20;
* Treasury – $0.95USD (76%). It will then be further allocated:&#x20;
  * Pay Per Kill: $0.75USD (60%)&#x20;
  * Snook’s Ladder Prize pool: $0.15USD (12%)&#x20;
  * LP staking: $0.05USD (4%)

![Minting snook-NFTs](/files/3JCR4PkdfebQdsYWuQ4H)

Those of you with a keen eye would realize that although there’s no direct transfer of value into the NFT in the minting process, there is an indirect transfer of value. Specifically, via the Snook economy, i.e., the snook in-game utility and the Trait economy we discuss below. This is offset by the burning of 20% of the $SNK and is reflected through the open market value associated with Traits and Special Skins. Think about it. Can you see it? More about that in Trait Economy.


---

# 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://whitepaper.playsnook.com/economy-overview/snk-cash-flow-analysis/snk-inflow/minting-snook-nfts.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.
