Start building on Monad
Same contracts, wallets, and RPC, on a new high-throughput core. You have the mental model. Here is where to go next.
Monad for developers
Chain ID 143, MON, a Monad RPC endpoint, and a quickstart for your first deploy.
What is different from Ethereum
Gas charged by limit, finality tags, no global mempool, and real-time infra patterns.
Architecture deep dives
MonadBFT, RaptorCast, async and parallel execution, and MonadDB in full detail.
References
- 1.Monad for Developers — performance overview (10k tps, 400 ms blocks, 800 ms finality)docs.monad.xyz
- 2.MonadBFT — pipelined consensus and the tail-forking problemdocs.monad.xyz
- 3.RaptorCast — erasure-coded block propagationdocs.monad.xyz
- 4.Asynchronous Execution — pipelining consensus with executiondocs.monad.xyz
- 5.Parallel Execution — optimistic concurrent transaction processingdocs.monad.xyz
- 6.Block States — Proposed, Voted, Finalized, Verifieddocs.monad.xyz
- 7.Gas Pricing — gas charged by limit, not usagedocs.monad.xyz
- 8.Differences between Monad and Ethereumdocs.monad.xyz
- 9.MonadDb — authenticated state storagedocs.monad.xyz
- 10.Reserve Balance — 10 MON reserve rulesdocs.monad.xyz
- 11.JIT Compilation — native-code compilation of hot EVM contractsdocs.monad.xyz
- 12.Real-Time Data Sources — WebSocket feeds and execution events SDKdocs.monad.xyz
- 13.Network Information — mainnet chain ID and RPC endpointsdocs.monad.xyz
- 14.Deployment Summary — gas limits, timing, WebSockets, and execution eventsdocs.monad.xyz
- 15.JSON-RPC overview — WebSocket subscriptions and Monad-specific fieldsdocs.monad.xyz
- 16.Toolkits — Monad Foundry and Hardhat compatibilitydocs.monad.xyz
- 17.Transaction Lifecycle in Monaddocs.monad.xyz