> For the complete documentation index, see [llms.txt](https://docs.everstake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everstake.com/staking-docs/procotols/monad-mon.md).

# Monad (MON)

### What is Monad?

> Monad is an **EVM-compatible** Layer 1 blockchain that enables developers to deploy Ethereum applications without code changes while achieving **10,000 TPS**, **400ms blocks**, and **800ms finality** through parallel and asynchronous execution.

{% columns %}
{% column width="33.33333333333333%" %} <a href="https://everstake.one/staking/monad" class="button primary" data-icon="circle-info">Stake Now</a>
{% endcolumn %}

{% column width="66.66666666666667%" %} <a href="https://docs.monad.xyz/" class="button secondary" data-icon="shield-check">Learn about Monad</a>
{% endcolumn %}
{% endcolumns %}

### How to stake Monad?

{% hint style="info" %}
Validator Name: Everstake

Vote Account: 0xd18Ea79d1A648160B077F694b835cB84f8B25958

Commission: 15.00%
{% endhint %}

<details>

<summary><strong>Monad Staking Manual</strong></summary>

Staking is not yet live

</details>

### Where can I stake Monad?

You can choose a crypto wallet convenient for you and use the guide '[How to stake Monad](https://everstake.one/resources/blog/how-to-stake-mon-with-everstake-a-step-by-step-guide)' or write to Everstake support and get more detailed information.&#x20;

### Staking Details

| Term                              | Description                                       |
| --------------------------------- | ------------------------------------------------- |
| **Epoch duration**                | 50,000 blocks (\~5.5 hours)                       |
| **Everstake fee**                 | 15.00%                                            |
| **Auto-compounding**              | No                                                |
| **Stake activation time**         | 1-11 hours (start of next epoch or the following) |
| **Reward frequency**              | every block                                       |
| **Min amount ot stake**           | No minimum                                        |
| **Unstaking period**              | \~5.5 hours (1 epoch)                             |
| **Re-delegating activation time** | 1-11 hours (start of next epoch or the following) |
| **Last Reward**                   | Last rewards earned before unstaking.             |
| **Self-Bond**                     | 100,000 MON per validator, none for delegators    |
| **Active set**                    | 200 validators                                    |
| **Slashing**                      | None currently implemented                        |

### Why Everstake?

* Everstake is the №1 staking infrastructure platform, trusted by over 1.6M users and institutional clients worldwide. Committed to the highest standards of compliance with certifications such as SOC 2 Type II, CCPA/CRPA, ISO 27001, and GDPR, we deliver secure and reliable staking solutions across 130+ supported chains with a reliability rate of 99.98%
* Our skilled team manages reliable infrastructure, prioritizing the safety of your funds. Delegating through Everstake offers opportunities to boost your yields while ensuring peace of mind about your token's security.

### Everstake Participation

> As a Monad validator, Everstake contributes to the overall success and growth of the Monad blockchain from the network's initial launch. Our technical expertise and robust infrastructure help maintain the reliability of the network. We are responsible for keeping systems up and running, which is crucial for the uninterrupted operation of the blockchain and the timely processing of transactions.&#x20;

### FAQ

<details>

<summary><strong>Monad Explorers</strong></summary>

* [MonVision](https://testnet.monadexplorer.com/) Explorer
* [SocialScan](https://monad-testnet.socialscan.io/) Explorer
* [HoodRun](https://monad.hoodscan.io/) Explorer

</details>

<details>

<summary><strong>What is MON?</strong></summary>

MON (Monad) is a cryptocurrency for the Monad blockchain, which is a high-performance, EVM-compatible Layer 1 blockchain designed for scalability. It uses parallel execution to process transactions much faster than traditional blockchains, aiming for speeds up to 10,000 transactions per second. The project is led by the Monad Foundation and was launched to provide a more efficient platform for decentralized applications (dApps).

</details>

<details>

<summary><strong>Monad Tokenomics</strong></summary>

MON is the native token that powers the Monad protocol. The MON token is primarily used for transaction fees on the Monad network and for staking to secure the Monad network. At the launch of Monad Public Mainnet, the total initial supply of MON will be 100 billion tokens.\
For more details you can visit [here](https://www.monad.xyz/announcements/mon-tokenomics-overview)

</details>

<details>

<summary><strong>How Everstake deduces validator fee?</strong></summary>

“Validator fee” refers to the rewards received by Validator for participating in the Blockchain network Validation process. Everstake determines the validator fee through a process involving analysis and consideration of various factors, such as network requirements, operational costs, and market dynamics.

</details>

<details>

<summary><strong>Control over User's Funds</strong></summary>

Validators don't have control over users' funds in blockchain networks. Instead, they validate transactions and participate in the consensus process based on the rules defined by the network protocol. Users retain control over their funds through private keys, which are used to sign transactions and authorize transfers. Validators' roles involve confirming the validity of transactions and blocks, but they don't have the authority to access or manipulate users' funds.

</details>

<details>

<summary><strong>Rewards Distribution</strong></summary>

Rewards are distributed proportionally based on the amount of MON staked, reduced by the validator's set commission.

</details>


---

# 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.everstake.com/staking-docs/procotols/monad-mon.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.
