@techboo
WHY MONAD? π
The north star of Monad is decentralization, by introducing new software algorithms that make decentralized systems more powerful without relying on expensive hardware.
- Monad is EVM bytecode-compatible (you can redeploy bytecode without recompilation)
- pipelined consensus (enables low block times 400 ms )
- linear communication complexity (enables a larger, more decentralized network)
- RPC is compatible with geth
- Monad's RPC server supports JSON-RPC over websocket connections. This feature allows JSON-RPC calls to occur over a persistent connection instead of as individual HTTP requests, but the primary reason for using it is to subscribe to real-time data feeds
- Max contract size is 128 kb (vs 24.5 kb in Ethereum)
- 150-200 validators participate in consensus
- Staking is done through a precompile which supports registering a new validator, delegating, undelegating, and choosing what to do with rewards (claim or compound)
: adapt monadππ½ββοΈ @monad