# MEVerse Core Design

## [**Consensus Algorithm: PoF**](/meverse-dev-docs/meverse-introduction/proof-of-formulation.md)

The Proof-of-Formulation(PoF) technology developed by MEVerse, unlike Proof-of-Work(PoW) or Proof-of-Stake(PoS), verifies the generated blocks' validity and guarantees the network's authenticity.

> *Proof of Formulation -  U.S.P(United States Patent) Application Number: 62717695*

## [**Customizable Multi Chain**](/meverse-dev-docs/meverse-introduction/customizable-multi-chain.md)

In MEVerse's mainnet, MApps(MEVerse/Metaverse/ME+DApp) can independently operate overall blockchain services, including issuing tokens and operating independent Formulators and Observer Nodes.

## [**Level Tree Validation**](/meverse-dev-docs/meverse-introduction/level-tree.md)

To overcome the Merkle Tree's inefficient data structure, MEVerse employs the LEVEL Tree method, which makes the process much more simplified.

## [**Block Redesign**](/meverse-dev-docs/meverse-introduction/block-redesign.md)

The MEVerse chain takes less time to create and verify blocks with its Block Redesign technology, enabling an efficient mining environment and providing a high level of performance that blockchain technology can use in real life.

> *Block Redesign - U.S.P(United States Patent) Application Number: 62717703*


---

# 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://meversedex.gitbook.io/meverse-dev-docs/meverse-introduction/meverse-core-design.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.
