> For the complete documentation index, see [llms.txt](https://whitepaper.playaquafarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.playaquafarm.io/non-fungible-tokens.md).

# Non-fungible tokens

![](/files/uGYbrdqGUpAZstTYuEOo)

## Market Outlook

NFT (Non-Fungible Token) refers to a token that represents a digital asset with scarcity. \
NFT is based on blockchain technology, and unlike existing replicable virtual assets, it gives digital assets a separate unique value, making it possible to claim ownership and difficult to replicate.

According to the recent market report, global ICT and content companies have formed their own dedicated organizations to enter the blockchain and NFT markets to expand their businesses. Related companies are not only utilizing blockchain technology, but are also visualizing their entry into the market through the issuance of NFTs through their own IP (Intellectual Property). According to Jeffrey Investment Bank, a global investment group, the global NFT market is expected to grow to $35 billion (KRW 42 trillion) in 2022 and $80 billion (KRW 96 trillion) in 2025.

## Feature

Game resources and items are mostly NFT-nized in Aqua Farm, meaning they can be sold to anyone, anywhere on marketplaces. Most assets of players are recorded on the blockchain indicating their value is preserved.

## Marketplace

As we aim for pure decentralization, we provide the in-game marketplace to encourage the establishment of an autonomous market economy among players. Players will be able to trade their items with the right price which is set by market demand.


---

# 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.playaquafarm.io/non-fungible-tokens.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.
