Mono Core is the node software that powers Monolythium. Built on Cosmos SDK and CometBFT, it provides deterministic finality with native EVM compatibility.
Run a validator, sync a full node, or connect via RPC. The same binary works across Sprintnet, Testnet, and Mainnet.
View on GitHubFixed active set size. Validators are selected deterministically based on stake, with inverse-rank reward distribution to encourage decentralization.
90% of transaction fees are burned permanently. 10% is distributed to validators. Deflationary pressure built into the protocol.
Guarded inflation schedule: starts at 0%, increases to 0.9%, then 8% as network milestones are reached. Transparent and predictable.
Short unbonding period (259200s) allows stakers to exit positions faster than typical Cosmos chains while maintaining security.
Target block time of 2 seconds with 4MB max block size. Fast finality for applications that need it.
Full EVM compatibility via ethermint. Deploy Solidity contracts, use existing tooling, connect MetaMask directly.
Running Mono Core requires standard server hardware. Build from source or use Docker.
make build to compilemonod initmonod start