> For the complete documentation index, see [llms.txt](https://docs.metaverse-ico.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaverse-ico.net/whitepaper/metachain/evm-to-mvm.md).

# EVM to MVM

The Ethereum Virtual Machine (EVM) is a global virtual machine contributed by thousands of developers, adopted by blockchain communities, and used actively. Although it has proven itself in terms of operation and has a stable working structure, it falls short of the desired efficiency due to transaction queues and fees paid for transactions, especially in terms of confirmation time of transactions, block generation time, and transaction approval speed.

<figure><img src="https://4157631599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiIl5bd54hmeXXpLkE8HB%2Fuploads%2FKijpeqVLxQPiUudJMPiw%2Fimage.png?alt=media&amp;token=46943511-4a0b-4cc2-9051-553a01e0f4ca" alt="Ethereum Virtual Machine &#x26; Consensus"><figcaption><p>Ethereum Virtual Machine &#x26; Consensus</p></figcaption></figure>

<figure><img src="https://4157631599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiIl5bd54hmeXXpLkE8HB%2Fuploads%2FTgGMsuxfODvtMs9Yg5qw%2Fimage.png?alt=media&amp;token=8a9a4049-db8a-4520-b0b0-6e03e5601a70" alt="Meta Virtual Machine &#x26; Proof of Meta &#x26; Anthill"><figcaption><p>Meta Virtual Machine &#x26; Proof of Meta &#x26; Anthill</p></figcaption></figure>

**Meta Virtual Machine (MVM),** on the other hand, enables fast transaction approval in addition to all the security and compliance features provided by the EVM. It also enables fast transaction verification with its unique consensus structure and high-speed communication and synchronization capabilities between nodes. This conceptual transformation, which is based on the importance given to developers and human-centered architecture, develops and carries forward the potential offered by EVM without creating any deficiencies for the end user.

![](https://docs.metatime.com/whitepaper/~gitbook/image?url=https%3A%2F%2F989455816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FAIzmobbGXH6E0WrRNrgp%252Fuploads%252FMg1g858DaJejqd7wnqcY%252Fdipnot.png%3Falt%3Dmedia%26token%3D17ebe656-6885-4b97-a74f-d79a5ec9f3f8\&width=768\&dpr=3\&quality=100\&sign=aa4de4fe235f4038de396689fd2abc1b\&sv=3)


---

# 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://docs.metaverse-ico.net/whitepaper/metachain/evm-to-mvm.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.
