# NFT Rent/Lease

{% hint style="success" %}
**NFT – Non-Fungible Tokens** (armor, weapons, consumables, heroes, names, etc.)

**FT – Fungible Tokens** (resources, consumables, etc.)
{% endhint %}

Players will be able to easily rent game assets.&#x20;

Let's say someone has many unused assets that they don't want to sell but would be happy to rent them out to players who need them for tournaments, quests, dungeons, or fights.&#x20;

Also, some players who cannot afford to buy assets such as real estate will be able to rent units for various in-game activities.&#x20;

Players who rent assets pay the agreed-upon price to the respective item owners.

<figure><img src="/files/AX8slvEknDmwXg2ZULp4" alt=""><figcaption><p>NFT Rent/Lease Example</p></figcaption></figure>


---

# 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://wiki.cyberpunks.world/economy-ecosystem/nft-infrastructure/nft-rent-lease.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.
