Monad (MON)

Monad (MON) is a layer-1 cryptocurrency, running on the Monad network. It is available on 13 exchanges we track across 70 countries and US states. It ranks #138 by market capitalization at $298.3M as of September 5, 2026. Data last synced September 2, 2026. Buyability grade B in the United States.

Verified How we verify

Live price

Fetched from CoinGecko when this page loaded. The Key Metrics table below is a dated snapshot from our last sync, so the two figures will differ.

Decide

Four measurements that decide whether buying Monad is straightforward where you live: who is verified to sell it to you, how wide the spread is, how much of its trading sits on one venue, and how much new supply is about to arrive.

Full report: buyability grades

Where Monad trades

Concentrated

56.7% of MON volume runs through Bybit.

Volume as reported to CoinGecko, September 4, 2026. Covers the exchanges RampAtlas tracks that CoinGecko lists, not the whole market.
Largest venueBybit
Its share of reported volume56.7%
Top 3 venues84.9%
Herfindahl index3,779
Exchanges listing it16(8 with volume)

Full report: exchange concentration

Key Metrics

Snapshot as of September 5, 2026. Source: CoinGecko. Not investment advice.
Price$0.0252
7-day change−9.6%
30-day change+19.7%
Market cap$298.3M (rank #138)
Fully diluted valuation$2.5B
24-hour volume$45.7M
Circulating supply11.8B MON
Maximum supplyNo fixed cap
All-time high$0.0488 on November 26, 2025, −48.4% since

More on Monad:Unlock scheduleStaking availability

Key Facts

TickerMON
Categorylayer-1
ChainsMonad
Market cap rank#138
Official sitemonad.xyz
CoinGeckocoingecko.com/en/coins/monad

About Monad

What Monad is

Monad is an EVM-compatible layer-1 blockchain built for high throughput, and MON is its native asset. MON pays gas and is the token validators and delegators stake. Monad's documentation states the network maintains "full EVM bytecode compatibility" and "Ethereum RPC API compatibility," which means contracts and tooling written for ethereum run without modification (source: Monad documentation, read September 2026).

The performance figures the documentation publishes are "10,000 tps of throughput," a "300ms block frequency" and "600ms finality." Those are the project's own stated targets for the network, not measurements taken by RampAtlas, and should be read as such.

For where to buy Monad from your country or state, see the availability tables on this page and the venues listed at Exchanges.

How it works

Monad's design separates consensus from execution and runs them out of step with each other. The documentation describes the approach as asynchronous execution that pipelines "consensus and execution," so nodes agree on transaction ordering before they finish computing the results. Consensus itself runs on what the documentation calls "MonadBFT, a frontier BFT consensus mechanism," designed to address the tail-forking problem, where a block that has been voted on can still be orphaned by the next proposer.

Execution is where the second idea lives. The documentation lists "Parallel Execution" and "JIT Compilation for efficient transaction execution." parallel execution means transactions that touch disjoint state can run at the same time rather than one after another, with conflicts resolved rather than pre-declared, and just-in-time compilation means EVM bytecode is compiled to native code rather than interpreted opcode by opcode.

Gas works differently from Ethereum in one way that matters to anyone estimating costs. The documentation states that "The gas charged for a transaction is the gas limit" rather than the gas actually consumed, which is a direct consequence of asynchronous execution: the network has to charge before it knows the result. Setting a loose gas limit therefore costs real money on Monad in a way it does not on Ethereum.

The base fee follows "a dynamic controller, similar to the EIP-1559 controller but with slower increases and faster decreases," with a floor the documentation gives as "100 MON-gwei (100 * 10^-9 MON)." A priority fee is specified separately through priority_price_per_gas on EIP-1559 transactions. The documentation gives a block gas limit of 200 million gas and a per-transaction limit of 30 million gas.

Staking is a precompile rather than a contract deployment. The documentation gives the active set as "the top ACTIVE_VALSET_SIZE (200) validators by stake weight," with two thresholds to qualify: self-delegation of "at least MIN_AUTH_ADDRESS_STAKE (100,000 MON)" and total stake of "at least ACTIVE_VALIDATOR_STAKE (10,000,000 MON)."

Delegators call delegate with a validator id and earn "proportional to your stake relative to the validator's total stake." The minimum is small: msg.value must clear a DUST_THRESHOLD of 1 gwei. Validators set a commission between 0% and 100%, and the documentation flags an asymmetry worth reading twice: commission applies to inflationary rewards but "commission is not deducted from external rewards."

Timing runs on boundary blocks rather than wall-clock epochs. Every 50,000 blocks, roughly 4 hours and 12 minutes, a boundary block commits pending staking changes, followed by a 5,000-round EPOCH_DELAY_ROUNDS delay "to allow all nodes to update their epoch information." Undelegating requires waiting a WITHDRAWAL_DELAY of one epoch before withdrawing.

Supply and tokenomics

Block rewards are a fixed quantity rather than a rate. The documentation gives "a fixed REWARD of 18 MON per block" as the inflationary component, paid alongside priority fees collected in that block.

Monad network and staking parameters as published in Monad's documentation, read September 2026.
ItemValueSource/date
Stated throughput10,000 tpsMonad documentation, September 2026
Stated block frequency300 msMonad documentation, September 2026
Stated finality600 msMonad documentation, September 2026
Block reward18 MON per block, plus priority feesMonad documentation, staking architecture, September 2026
Active validator setTop 200 by stake weightMonad documentation, staking architecture, September 2026
Validator self-delegation minimum100,000 MONMonad documentation, staking architecture, September 2026
Validator total stake minimum10,000,000 MONMonad documentation, staking architecture, September 2026
Minimum delegation1 gweiMonad documentation, staking reference, September 2026
Boundary block period50,000 blocks, about 4 hours 12 minutesMonad documentation, staking architecture, September 2026
Withdrawal delay1 epoch after undelegatingMonad documentation, staking reference, September 2026
Minimum base fee100 MON-gweiMonad documentation, gas pricing, September 2026
Block gas limit200,000,000 gas, 30,000,000 per transactionMonad documentation, gas pricing, September 2026
MON total supplyNot published in the documentation readRead from the data on this page

18 MON

Block reward

per block, plus priority fees

200

Active validator set

top validators by stake weight

10,000,000 MON

Validator stake floor

with 100,000 MON self-delegated

The wrapped form of MON, WMON, is deployed at 0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A on Monad. The documentation also lists WMON representations on Solana and Ethereum, the Ethereum one bridged through a 2-of-2 NTT bridge.

The documentation pages read for this page do not publish a MON total supply or a percentage inflation rate. With a fixed 18 MON per block reward, the effective rate depends on how many blocks are produced and on the supply the reward is measured against, neither of which is stated on those pages. Take supply from the data on this page rather than from a secondary source.

History

Monad's technical claims all descend from one architectural bet: that the bottleneck in an EVM chain is not the virtual machine's semantics but the fact that a standard client executes transactions serially and interprets them one opcode at a time. Everything the documentation describes follows from attacking that directly rather than changing the developer-facing interface.

Keeping full bytecode and RPC compatibility was the constraint that shaped the rest. It means a Solidity contract deploys unchanged and existing tooling connects unchanged, and it also means Monad inherits the EVM's data model and its known sharp edges, including mev extraction patterns that depend on transaction ordering.

The staking design is comparatively conventional: a capped active set ranked by stake, delegation with commission, epoch-boundary activation, and a withdrawal delay. One deliberate gap sits inside it. The documentation states that "Automated in-protocol slashing is not currently implemented," while noting that "robust logging provides accountability for malicious, slashable offenses."

Risks and what to watch

Charging the gas limit rather than gas used is the practical trap for anyone porting a workflow from Ethereum. A wallet or script that pads the limit generously will pay for the padding on every transaction.

Validator concentration is worth watching on a 200-slot active set ranked by stake. A capped set makes the top of the distribution the whole security story, and the 10,000,000 MON floor sets a high bar for entry.

Client diversity is the standing question for any young network. A chain running a single production client shares that client's bugs, and the throughput figures above are the project's own targets rather than independently measured values under production load.

Bridged assets carry the risk of the bridge they crossed. The documentation describes WMON on Ethereum as travelling over a 2-of-2 NTT bridge, and a wrapped representation is a claim on that bridge, not on the native token.

Frequently asked questions

Is Monad compatible with Ethereum contracts?

Yes. Monad's documentation states it maintains full EVM bytecode compatibility and Ethereum RPC API compatibility, so Solidity contracts and standard tooling work without modification.

Why is my Monad transaction charged more gas than it used?

Because it is charged the gas limit. The documentation states, "The gas charged for a transaction is the gas limit," which follows from Monad executing transactions asynchronously after consensus. Set limits tightly.

What does it take to run a Monad validator?

The active set is the top 200 validators by stake weight. The documentation requires at least 100,000 MON self-delegated and at least 10,000,000 MON in total stake to qualify.

Can Monad slash a validator?

Not automatically. The documentation states that automated in-protocol slashing is not currently implemented, and describes logging as the accountability mechanism for slashable offences.

Where can you buy Monad?

Availability depends on your country or US state. See where to buy Monad for the exchanges serving your jurisdiction, and Exchanges to compare fees, kyc requirements and supported payment methods.

Where to Buy Monad

We publish a ranked exchange comparison for Monad in 70 countries and US states.

See where to buy Monad by location

Guides

  • Self-Custody vs Exchange Custody: How to Decide

    Deciding between self-custody and exchange custody means choosing which failure you would rather be exposed to, a company that loses or freezes your assets or a mistake of your own that nobody can undo, and most people resolve it by splitting holdings rather than picking one for everything.

  • How to Verify a Token Contract Address Before You Buy

    A token's contract address is its only real identity, so verifying one means getting the address from the project's own official channel, confirming the same address independently from a second source, and checking on a block explorer that the contract is what it claims to be before you trade against it.

  • Choosing Your First Crypto Wallet

    Choosing a first wallet comes down to one question, whether a company holds your keys or you do, and the right answer depends on how much you hold, how often you move it, and how confident you are about storing a recovery phrase safely for years.

Availability questions

What is Monad?
Monad is a high-performance Layer 1 blockchain that processes 10,000 transactions per second with near-zero fees.
Where can I buy Monad?
13 exchanges we track list Monad for residents of 70 countries and US states. See the location-by-location guide.
Which blockchain is Monad on?
Monad runs on the Monad network.

Related coins