> For the complete documentation index, see [llms.txt](https://su0-1.gitbook.io/hexplanet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://su0-1.gitbook.io/hexplanet/wiki/tokenize-your-experience-testing.md).

# Tokenize your Experience (testing)

<figure><img src="/files/BzlOdH4aszehGM5kiPOf" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
We are currently testing the building tokenization feature in Hex Planet.
{% endhint %}

#### Part One: Farm Construction&#x20;

* Build your farm. 👉 [What is a farm](/hexplanet/wiki/building-constructions/farms.md)? 👉 [How to build a building](/hexplanet/getting-started/first-building.md)?
* To tokenize your farm, click the "tokenize" button on the building page in Hex Planet game, and you should see the message "Tokenize in progress." Great! You're on the right track. The next step is connecting your wallet and minting your farm!

{% hint style="info" %}
It is crucial to note that the email associated with your game account will be used to create a personal cabinet account, where you can mint an NFT of your farm.
{% endhint %}

{% hint style="info" %}
Currently, only farms can be tokenized. For information on how to build a farm, please search in the provided resources.
{% endhint %}

{% hint style="info" %}
**Please Note**: During the play test, we provide an abundance of free resources for all new users. Players have enough resources from the very first second to buy and build everything with 1000 crystals, 100 qubits, 100 brains, and 100 coins at their disposal.
{% endhint %}

{% hint style="info" %}
**Please Note**: An account can tokenize only one unique farm once. That is, if you have two identical farms, you will be able to tokenize only one.
{% endhint %}

#### Part Two: Mint Your Farm

* Visit the personal cabinet site of the game ([https://www.universesatoshi.com](https://www.universesatoshi.com/account)) and create an account with the same email used in the Hex Planet mobile app.
* You will then see a list of buildings that are ready for tokenization.
* Switch your wallet network to the Linea Mainnet and ensure your wallet has a small amount of currency for minting your NFT.
* Connect your wallet to your personal cabinet by clicking the "connect wallet" button.
* Mint your farm by clicking the "mint" button next to the building, sign the transaction, and that's it.

<figure><img src="/files/MjaFSd4lzeZyqsFeRjsN" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
At present, tokenization is only for demonstration purposes. Currently, tokenized buildings will not be used in the main version of the game.
{% endhint %}

{% hint style="success" %}
Please make sure to follow each step carefully to ensure the successful tokenization and minting of your farm within Hex Planet. Enjoy your gameplay!
{% endhint %}


---

# 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://su0-1.gitbook.io/hexplanet/wiki/tokenize-your-experience-testing.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.
