> For the complete documentation index, see [llms.txt](https://moonlit-games.gitbook.io/rogue-nation-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moonlit-games.gitbook.io/rogue-nation-litepaper/tech-stack/nfts.md).

# NFTs

NFTs, or non-fungible tokens, are a new type of digital asset that is unique and cannot be replicated. This makes them perfect for mobile games, as they can add an extra level of excitement and challenge for players.&#x20;

In Phase 1 of Rogue Nation, we will exclusively use NFTs and SFTs using the ERC-721 & ERC-1155 standards.&#x20;

* **ERC-721** is a data standard for creating nonfungible tokens, meaning each token is unique and cannot be divided or directly exchanged for another ERC-721 token. This standard allows creators to issue unique crypto assets like NFTs via smart contracts.&#x20;
* **ERC-1155** is a token standard that supports the creation of NFTs and fungible and semi-fungible tokens (SFTs). It also facilitates the conversion of these types of tokens to NFTs and vice-versa. This flexibility is a significant advantage for ERC-1155.&#x20;

We believe using NFTs in mobile games offers several benefits that can improve player engagement and retention. By giving players ownership over their digital assets, we offer players an opt-in option. More importantly, using NFTs can create unique in-game experiences that are not possible with traditional game assets.&#x20;

We're partnering with industry leaders for wallet and marketplace integration to ensure the ease of use is not greater than traditional gaming. But we believe the ease of use and value proposition through deeper feature interactions will convert many.

\*Mention of dedication to the ease of use and charging fiat for our “chests” containing ERC-721 & 1155 tokens


---

# 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://moonlit-games.gitbook.io/rogue-nation-litepaper/tech-stack/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.
