Monad (blockchain)

Monad is a public blockchain platform that uses a proof-of-stake consensus mechanism and provides smart contract functionality. The platform is engineered to be fully bytecode-compatible with the Ethereum Virtual Machine (EVM), allowing developers to port Ethereum-based applications without modifying their existing code. The network's native cryptocurrency is MON. Monad was founded in 2022 by Keone Hon, James Hunsaker, and Eunice Giarta. Technical development is led by Category Labs (formerly Monad Labs), while ecosystem growth and governance are managed by the independent Monad Foundation.

Designed to address the blockchain trilemma by optimizing performance without sacrificing decentralization, Monad utilizes asynchronous pipelining and parallel transaction execution to achieve a throughput of up to 10,000 transactions per second (TPS) with sub-second finality. The network launched its public testnet in February 2025 and officially debuted its public mainnet on November 24, 2025. The launch was accompanied by a public token sale via Coinbase's launchpad platform, which raised $188 million.

Characteristics

According to the project's technical documentation, Monad operates on a proof of stake model to secure the network against Sybil attacks, relying on a globally distributed set of validators. The network achieves its high performance through a series of algorithmic and architectural innovations rather than relying on heavy hardware requirements:

  • MonadBFT: A high-performance consensus mechanism derived from the HotStuff framework. It utilizes a two-phase Byzantine Fault Tolerant (BFT) algorithm with optimistic responsiveness to achieve transaction ordering and single-slot finality.
  • Parallel Execution: Unlike traditional blockchains that process transactions sequentially, Monad implements parallel execution to process multiple independent transactions simultaneously across multiple CPU cores. Transactions are still committed in a deterministic linear order within each block to preserve consistency.
  • Deferred Execution: This architecture decouples the consensus phase from the execution phase. Nodes reach agreement on the specific ordering of transactions before actually executing them, which significantly expands the time budget allocated for transaction processing.
  • MonadDb: A custom, high-performance state database built specifically for asynchronous I/O operations. MonadDb allows the filesystem to perform data lookups in parallel, resolving a frequent bottleneck found in standard EVM clients that rely on sequential data access.

History

Monad development began in 2022 under Monad Labs, a firm founded by former engineers from the quantitative trading firm Jump Trading, including Keone Hon and James Hunsaker. The project raised $19 million in early seed funding, followed by a $225 million Series A funding round in April 2024 led by Paradigm, with participation from Electric Capital, Greenoaks, Dragonfly, and Coinbase Ventures.

In December 2024, the developers announced an organizational restructuring, establishing the Monad Foundation as an independent entity to steer protocol governance and ecosystem growth, while Monad Labs rebranded its core technical development arm to Category Labs.

Monad launched its public testnet environment on February 19, 2025, distributing test tokens to millions of wallets to stress-test the network's infrastructure. In July 2025, the Monad Foundation acquired Portal, a stablecoin payment infrastructure provider, appointing former Visa crypto executive Raj Parekh to lead its stablecoin and payment network operations.

The Monad mainnet officially went live on November 24, 2025. The network launch followed a multi-week token distribution campaign, culminating in a public token initial coin offering (ICO) on Coinbase's launchpad that raised $188 million. At launch, the protocol implemented a supply structure consisting of a 100 billion MON token cap, with 50.6% of the initial token supply locked under a vesting schedule extending through late 2029. The remaining portion was distributed immediately for ecosystem development, community airdrops, and public sale allocations.

Applications

Monad's architecture is focused heavily on decentralized finance (DeFi), institutional Web3 applications, and consumer applications such as blockchain gaming. At its mainnet launch, several major cryptocurrency infrastructure providers and applications went live on the platform, including MetaMask, Phantom, Curve, and Uniswap.

Early ecosystem applications native to the chain include liquidity staking protocols such as Kintsu and Magma, decentralized central limit order books (CLOB) like Kuru, and privacy-focused stablecoin projects like Mynt. As of late 2025, the network's total value locked (TVL) and transaction volumes are actively tracked by decentralized finance aggregators like DefiLlama. Analytics platforms like Dune also host a variety of user-generated dashboards tracking Monad's on-chain metrics and ecosystem growth.

See also

  • List of cryptocurrencies
  • Decentralized finance
  • Ethereum