Mainnet
Protocol
Primary network where transactions have real economic value.
Mainnet is the production network where transactions have real value and changes are durable. Teams should test on devnets and testnets first, then ship to mainnet with careful limits, monitoring, and clear rollback plans.
Frequently asked questions
When should I deploy to mainnet?
After testing on testnets, audits where needed, and a staged rollout plan. Start with small limits and monitor closely.Why are fees higher on mainnet?
Demand and security. Mainnet block space is scarce and guards real value, so fees reflect that.How do I verify I am on mainnet?
Check the network in your wallet, confirm chain ID, and test with a small transaction before large moves.