> For the complete documentation index, see [llms.txt](https://docs.mtt.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mtt.network/overview.md).

# Overview

**MTT Network** is a decentralized blockchain platform built on the [**Cosmos SDK**](https://docs.cosmos.network/v0.46/), designed to provide users with an efficient, secure, and scalable blockchain solution. Within the MTT Network, **validators** play a crucial role by ensuring the network's security and stability, providing consensus support and transaction validation, thereby safeguarding the operation of the entire network.

To ensure transparency and fairness in validator operations, the **MTT Validator Protocol** has been designed with a comprehensive set of rules and incentive mechanisms. The protocol clearly outlines the fundamental responsibilities of validators, reward structures, and security measures, while also promoting active participation in network governance and maintenance through incentives and penalties. According to the whitepaper, MTT Network employs the **Proof of Stake** consensus model, with all validators working together to maintain the network's security and stability. Additionally, **10%** of **MTT Tokens** are allocated for mining rewards, further promoting the network’s decentralization and enhancing its security.

The total mining reward for MTT is **210,000,000** MTT Tokens, with a halving event every four years. Public mining will officially begin on **January 1, 2025**.

[\
\&#xNAN;***Direct to Manual***](https://docs.mtt.network/operation-manual)

[***Community***](https://discord.gg/2PuApkRJjv)

[NextKey Features of the Protocol](https://docs.mtt.network/key-features-of-the-protocol)


---

# 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.mtt.network/overview.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.
