# SFTs and Inexpensive Gaming

To keep gaming inexpensive, only stateful items should be NFTs.

Non-stateful items, like single-use potions, should be Semi-Fungible Tokens (supply > 0, decimals = 0, this requires only a metadata struct from the Metaplex Token Metadata Program with no edition struct).

In this way, all users share potions from the same mint, without needing to create new mints for each potion. There are certain limitations on SFTs being used, but the trade-offs in cost are extraordinary.


---

# 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://long-banana.gitbook.io/raindrops/concepts/sfts-and-inexpensive-gaming.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.
