> For the complete documentation index, see [llms.txt](https://whitepaper.truefuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.truefuture.io/products/true.metaverse/game-worlds.md).

# Game Worlds

A catalog of game worlds from the leaders  of the GameFi industry.

A game world is one or more games from a game provider with their own gameplay, mechanics and storyline. The user can simultaneously play in several worlds, developing their internal gaming assets.

The interaction between the worlds takes place through the NFT. This is a great opportunity for collaboration between different worlds within the True.Metaverse. The user can receive additional benefits from their assets in other worlds. Or completely transfer their assets to another external world, including the real one, by means of [TRUE APP](/products/true-app.md).

### Options available to the game developers:

Out-of-the-box tools available as part of the [SDK](/products/true.community/developers.md):

* To mint an unlimited number of NFTs for your game worlds
* To endow NFT with the unlimited functionality, using the capabilities of NFT Oracle within the infrastructure.
* NFT Fights — battles within game worlds, when new NFTs with different characteristics are created as a result of the merge of two initial NFT Cards.
* NFT Crafting — a process of creating one item in the form of a more functional NFT Card  by connecting two other NFT Cards.
* Providing the information about an item by API
* Selling NFTs through a single marketplace of the ecosystem
* Cross-Chain Bridge: transfer from one chain to another
* Donation
* Referral link in NFT
* And many other game mechanics to be developed

#### To use all the opportunities of the infrastructure to create the liquidity of the NFT assets:

* [Launchpad](/products/true.metaverse/launchpad.md)
* Auctions
* Prize drops for the ecosystem users without any commissions
* Loyalty system and retention tools: daily bonuses, special events, quests & missions, etc.


---

# 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.truefuture.io/products/true.metaverse/game-worlds.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.
