# Guide & FAQ

## Non-fungible Tokens / NFT's

In Gold Fever each NFT is uniquely identifiable, representing buildings, equipment, companions, and other rare items in the game. These tokens (and the items they represent) can be borrowed, traded, or potentially even sold on external platforms. This means that each non-fungible token’s value can be different from any other NFT.

For example, if we have a token representing a weapon, it has a specific utility in the game, which gives it value, but it may also accrue value through its history. For instance, if the weapon played a pivotal role in a particular legendary battle, it might become a sought-after item in the community.

Note that some playable characters are also represented by NFTs, meaning that as players progress through the game, the role they play and the skills they acquire affect the value of the NFT portraying their character. Since all NFTs can be traded, this implies that a market for player characters themselves may develop.

### Function

In Gold Fever, NFTs have broader uses other than just being fancy novelties. Players will often refrain from using their own NFTs to profit by renting them out or to help friendly players. On top of that, NFTs have the option to be upgraded, and some upgrades provide even more functionality. Players can use the ERC1155 tokens in many ways. These include, but are not limited to:

* Selling&#x20;
* Leasing / Renting&#x20;
* Collateral&#x20;
* Gameplay

<figure><img src="https://lh4.googleusercontent.com/75k5_gDR8SY3rXph3NiYgdM6pu8Y6KnXhf_aQOclXh70M10wDLPxM-igvq390HDLC6F1K-5tub-ntxiCFUr4TGWLaa9ObQXvJpEXYjMxt9G09Wd8-WNGz24T5ckeLFJyDQDTlNzPKzaSxaiZ-F_n8Q" alt=""><figcaption></figcaption></figure>

### Managing Your NFTs

NFT owners have two options to manage their NFTs via the website or in-game, and both have some of the following:

* Allocating&#x20;
* Leasing / Renting&#x20;
* Collateral&#x20;
* Selling / Trading&#x20;
* Upgrading

#### **Managing via the Website**

The website is more remotely accessible of the two options when it comes to managing your NFT&#x73;**.**

To learn how to manage NFTs on the website click [Website Manual](/guides-and-tutorials/website-manual.md)**.**

#### **Managing In-game**

<figure><img src="https://lh3.googleusercontent.com/6P0Alti5pGu02itf1DCtkiWZVDv40W4yacdhwkow6p2NA_19p08F8Xs4wU8F3FcWY_HwJgKE6Xl_1MLkgXOkWCsxk6yeO-wrJWHPbsYTPFONc8HjaS-3gw9JAFbxr2YGmkymfYLDF15-l5Oi2IlRMw" alt=""><figcaption></figcaption></figure>

### **References**

You can read more about this specific type of token[ here](https://eips.ethereum.org/EIPS/eip-1155).

Click[ here](https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/) to find out more about the ERC1155 Multi-Token standard.


---

# 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.goldfever.io/commercial-nfts/guide-and-faq.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.
