Features Tokenomics Developers Connect About Whitepaper
Layer 1 Blockchain — Powered by Cosmos SDK

The Future of
Digital Finance

NovaMoney is a high-performance EVM-compatible blockchain with instant BFT finality in ~3 seconds, near-zero fees, and full Ethereum tooling support.

Connect Wallet Smart Contract IDE Read Whitepaper
4s
Block Time
$0.001
Avg Transaction Fee
210M
Max Supply
100%
EVM Compatible
PoS
Consensus
Why NovaMoney

Built Different

Built on the battle-tested Cosmos SDK stack that secures 50+ production blockchains.

Instant Finality

CometBFT consensus produces a block every ~3 seconds — and once committed, it is final. No confirmations, no reorgs, ever.

Full EVM Compatibility

Same Solidity contracts, same MetaMask wallet, same developer tools. If it works on Ethereum, it works on NovaMoney.

🔒

BFT Security with Real Stake

Tendermint BFT consensus with on-chain staking, slashing and jail for faulty validators. Fault tolerance proven with live failure-injection tests.

💰

Near-Zero Fees

Simple transfers cost ~$0.001. Deploy a full ERC-20 token for less than $0.03. DeFi transactions under $0.01.

On-Chain Staking

Become a validator by staking 32 NVM. Earn block rewards, secure the network, participate in consensus.

📊

5 APIs Built-In

JSON-RPC, REST, GraphQL, Oracle price feeds, and blockchain Indexer — all running from a single node binary.

Designed for 50 Years

Simple, transparent, predictable. No hidden inflation, no surprise unlocks.

Token NameNovaMoney (NVM)
Max Supply210,000,000 NVM
Current Inflation0% (testnet)
Block Time~3 seconds
Testnet Supply10,000,000 NVM
Genesis Allocation10,000,000 NVM (4.76%)
Mining Available200,000,000 NVM (95.24%)
Time to Max Supply~50.7 years
After Cap ReachedTransaction fees only

Supply Distribution

Future Emission (95.24%) Genesis (4.76%)

Genesis Breakdown

Initial Validators2,000,000 NVM
Faucet / Distribution3,000,000 NVM
Team / Development3,000,000 NVM
Strategic Reserve2,000,000 NVM
For Developers

Start Building in Minutes

Everything you know about Ethereum development works here. Zero learning curve.

Add Network

Add NovaMoney to MetaMask with one click. Chain ID 7575757, RPC at your node's address.

Deploy Contracts

Use Hardhat, Foundry, or Remix. Same Solidity, same tools, same workflow.

Query APIs

REST, GraphQL, or JSON-RPC — choose the API that fits your stack. All built into the node.

Go Live

Your dApp is live. ~3-second transactions, sub-cent fees, full EVM compatibility.

// Connect with ethers.js — identical to Ethereum
const provider = new ethers.JsonRpcProvider('http://your-node:8545');
const wallet = new ethers.Wallet('your_private_key', provider);

// Send NVM
const tx = await wallet.sendTransaction({
  to: '0xRecipient...',
  value: ethers.parseEther('100.0')
});

// Deploy any Solidity contract
const factory = new ethers.ContractFactory(abi, bytecode, wallet);
const contract = await factory.deploy();
console.log('Deployed at:', contract.target);

Connect to NovaMoney

Add the network to MetaMask manually or use the button below.

Network NameNovaMoney
RPC URLhttps://rpc.novamoney.site
Chain ID7575757
Currency SymbolNVM
Block Explorerhttps://explorer.novamoney.site
Dashboard Block Explorer Smart Contract IDE

Build on NovaMoney

Open source. High performance. Full Ethereum compatibility. Ready for the next generation of decentralized applications.

View on GitHub Read Whitepaper API Documentation