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