> For the complete documentation index, see [llms.txt](https://osiris-2.gitbook.io/osiris/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osiris-2.gitbook.io/osiris/developing-virtual-reality-games/blockchain-gaming-with-nfts.md).

# Blockchain Gaming with NFTs

Osiris virtual world uses blockchain technology and NFTs to empower the players and creators. NFTs are an emerging segment in the global game market: virtual tokens for digital scarcity, security and authenticity. Each NFT is distinct or unique, it is indivisible and it is not interchangeable for another.

<figure><img src="/files/cfN24FUlpUvVfWi1EKQf" alt=""><figcaption><p>Comparison of Fungible versus Non-fungible Tokens</p></figcaption></figure>

Through the use of NFTs, Osiris us able to benefit from:

A. TRUE DIGITAL OWNERSHIP: Gamers are the true and perpetual owners of their digital items, even if the game was shut down or abandoned. With blockchain, every game item can be tokenized, allowing gamers to decide how they want to trade, sell, or gift their items.&#x20;

B. SECURITY AND IMMUTABILITY: Digital game items can be easily tokenized and traded in primary and secondary markets that are managed and facilitated by blockchain technology. Items based on scarcity and demand usually invite fraud and theft, but these risks are minimised on blockchain because it is a distributed ledger.&#x20;

C. TRADING: Blockchain-based gaming platforms can provide users with ultimate control over their digital assets. They can buy and sell items freely without concern that they will be ripped off or that a platform will close and cancel all the value of their in-game items.&#x20;

D. CROSS-APPLICATION INTEROPERABILITY: Blockchain provides capacity for games to utilize shared assets. ASSETS, avatars, LANDS and any other game elements can be used in other games that allow it. These game items are no longer confined by a narrow digital ecosystem.&#x20;

*Osiris metaverse uses several tokens to create a circular economy between all the profiles of users who will interact with its platform namely the players, creators, curators and LAND owners. These are the LANDS, ASSETS and OSR, a token based on the BEP20 protocol which will act as the official currency in the ecosystem when purchasing goods and services within the game marketplace (amongst other rights).*


---

# 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:

```
GET https://osiris-2.gitbook.io/osiris/developing-virtual-reality-games/blockchain-gaming-with-nfts.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.
