Loading...
protocol

Mono Core

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 GitHub
economics

Protocol Economics

53 Active Validators

Fixed active set size. Validators are selected deterministically based on stake, with inverse-rank reward distribution to encourage decentralization.

90/10 Fee Split

90% of transaction fees are burned permanently. 10% is distributed to validators. Deflationary pressure built into the protocol.

Milestone Inflation

Guarded inflation schedule: starts at 0%, increases to 0.9%, then 8% as network milestones are reached. Transparent and predictable.

3-Day Unbonding

Short unbonding period (259200s) allows stakers to exit positions faster than typical Cosmos chains while maintaining security.

2s Block Time

Target block time of 2 seconds with 4MB max block size. Fast finality for applications that need it.

EVM Native

Full EVM compatibility via ethermint. Deploy Solidity contracts, use existing tooling, connect MetaMask directly.

run a node

Get Started

Running Mono Core requires standard server hardware. Build from source or use Docker.

Quick Start

  • Clone mono-core from GitHub
  • Run make build to compile
  • Initialize with monod init
  • Download genesis and configure peers
  • Start with monod start