> For the complete documentation index, see [llms.txt](https://litepaper.metamerge.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.metamerge.xyz/getting-started/assets-and-wallet-in-game.md).

# Assets and Wallet In Game

Click on the "Assets" icon or the "Wallet" icon in the upper-right corner; you can view your assets.

<div align="left"><figure><img src="/files/5yZZ3qT5tc8MHAEJVWze" alt="" width="377"><figcaption></figcaption></figure></div>

### Player assets

Player assets are divided into a "Spending Account" and a "Assets".

Spending Account: This account contains off-chain spMMM (spending MMM) and uMMM(unlocked MMM).

* spMMM: The off-chain currency spent and acquired in the game, can be converted into uMMM.
* uMMM: You can withdraw and convert it into on-chain $MMM at any time.

The exchange rules for spMMM and uMMM are as follows:

* spMMM to uMMM conversion offers three options: 3 days, 7 days, or 15 days. For instance, selecting a 15-day conversion for 1500 spMMM will yield 100 uMMM per day, with the process spanning 15 days until completion.

<table><thead><tr><th width="187">Vest time（day）</th><th width="278">The ratio for exchanging uMMM</th><th>Daily uMMM acquisition</th></tr></thead><tbody><tr><td>3</td><td>40%</td><td>1/3*40%</td></tr><tr><td>7</td><td>70%</td><td>1/7*70%</td></tr><tr><td>15</td><td>100%</td><td>1/15*100%</td></tr></tbody></table>

* uMMM to spMMM conversion is instant, and for every 1000uMMM converted, you will receive some superBox rewards.

Wallet: Contains on-chain MMM and the currency of the current game's blockchain.

![](/files/pDEyGptPT51iV52SrUva)![](/files/Hdjwy3XvIxjOM75qIRai)

### Assets transfer

You can transfer your assets between the spending account and wallet.

* From Spending to Wallet: transfer off-chain uMMM to on-chain $MMM.
* From Wallet to Spending: transfer on-chain $MMM to off-chain uMMM.

Clicking "Open Wallet" opens the wallet,here you can view, add, and transfer your on-chain assets.

![](/files/hbB23qJx0qJI0P9kmCu1)![](/files/fdxLk9Ur7CQNZkF8t0JN)


---

# 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://litepaper.metamerge.xyz/getting-started/assets-and-wallet-in-game.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.
