# NFT Lend/Borrow

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

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

This feature differs from Rent/Lease, as it might be used by players who need fungible tokens (currencies, resources, etc.) and want to put unused game assets (NFTs) as collateral for short-term FT borrowing, agreeing to pay back the FT lender on the agreed-upon terms.&#x20;

FT lenders receive some yield on their loans.&#x20;

NFT holders use their assets as collateral to receive FT loans.

<figure><img src="/files/3Sysi8Ydy6VGloGLj01z" alt=""><figcaption></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-lend-borrow.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.
