# FT Infrastructure

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

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

**Cyberpunks World** FT infrastructure for gaming includes a Decentralized Exchange (DEX) with liquidity pools for seamless token trading, an Over-The-Counter (OTC) and Escrow platform for custom pricing, and a Lend/Borrow feature that enables borrowing in-game tokens against other tokens. These components work together to create a versatile and accessible ecosystem for managing fungible tokens within the game.

FT examples:

<figure><img src="/files/k0vXq3Me2IpLQvJ8vI1p" alt=""><figcaption><p>In-game Fungible Tokens</p></figcaption></figure>

{% content-ref url="/pages/rDG3yxKNuBNMyBhggnR6" %}
[Decentralized Exchange (AMM)](/economy-ecosystem/ft-infrastructure/decentralized-exchange-amm.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ma46xwCtVVimSLPtd05B" %}
[FT OTC/Escrow](/economy-ecosystem/ft-infrastructure/ft-otc-escrow.md)
{% endcontent-ref %}

{% content-ref url="/pages/3JrmGkrgNWvyGb6484n7" %}
[FT Lend/Borrow](/economy-ecosystem/ft-infrastructure/ft-lend-borrow.md)
{% endcontent-ref %}


---

# 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/ft-infrastructure.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.
