# Web3

The game integrates Web3 technology: all the game assets are exportable as NFTs on Solana and have value beyond the game itself. You can trade and purchase the following assets:

* Monsters
* Pranks
* Environments
* Items
* WBucks

As you progress in the game, as previously mentioned, you'll gradually acquire rarer and more valuable assets.

{% hint style="info" %}
Some assets will be available on WAX chain too.
{% endhint %}

### **In-Game Currencies**

The in-game currencies are **WBucks** and **Nuggets**.

Only WBucks are integrated with web3 mechanics.&#x20;

WBucks is not going to be a cryptocurrency, but it can be tokenized into an NFT that contains a fixed amount of WBucks.

The users can convert in-game WBucks in WBucks NFT, and the other way round.

The WBucks NFT can be only converted into fixed amounts. For example:

* NFT Small - 1000 WBucks
* NFT Big - 5000 WBucks
* NFT Whale - 25000 WBucks

{% hint style="success" %}
*Numbers are provisional and may subject to change*. More WBucks NFT sizes may be created to fulfill market needs
{% endhint %}

### Distribution

WBucks can be collected by:

* Playing the Game
* [Monsters Early Farming](/nft/monsters-pfp-and-drop.md#ancestors-utility)

### Monsters Early Farming - PFP Staking

The [Monsters PFPs](/nft/monsters-pfp-and-drop.md) can be staked both before and after the game release to access to exclusive perks and features regarding the game.

The staking is going to be managed fully on-chain with Solana Programs (smart contracts).

Staking the PFP will passively generate WBucks.

The longer the PFP is staked, the more WBucks it generates with time based thresholds. Every 7 days the generated WBucks amount increases by 5%, up to 50%.

*Number are provisional and may subject to change.*


---

# 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://whitepaper.monsterrooms.io/game/web3.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.
