> For the complete documentation index, see [llms.txt](https://learn.mvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mvs.org/user-guide.md).

# USER GUIDES

- [UTXO ETP to VM ETP (Hyperspace/New Frontier) migration](https://learn.mvs.org/user-guide/swap-utxo-etp-for-new-etp.md): Metaverse original chain, created in 2017, is based on the UTXO model like Bitcoin. Since 2021, the Metaverse Virtual Machine (VM) has been launched in order to allow smart contracts.
- [Hyperspace to New Frontiers migration](https://learn.mvs.org/user-guide/hyperspace-to-new-frontiers-migration.md): Hyperspace is the original Virtual Machine of Metaverse, launched in 2021. It will then migrate to New Frontiers in 2022, in order to drastically increase blockspeed.
- [MetaverseVM Browser Extension](https://learn.mvs.org/user-guide/metaversevm-browser-extension-mainnet-version.md)
- [Metamask](https://learn.mvs.org/user-guide/metamask.md)
- [Assets Tutorials](https://learn.mvs.org/user-guide/assets.md)
- [Add Metaverse Smart Tokens (MST) in MetaverseVM Browser wallet](https://learn.mvs.org/user-guide/assets/metaverse-smart-tokens-mst.md)
- [Metaverse Identifiable Tokens (MIT)](https://learn.mvs.org/user-guide/assets/metaverse-identifiable-tokens-mit.md)
- [Avatars](https://learn.mvs.org/user-guide/avatars.md)
- [KILT Protocol](https://learn.mvs.org/user-guide/avatars/kilt-protocol.md)


---

# 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://learn.mvs.org/user-guide.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.
