Skip to main content
Lumera Protocol is a Cosmos SDK Layer 1 blockchain secured by CometBFT. Validators produce blocks, vote on governance proposals, and keep the network honest. In return they earn staking rewards plus commission from their delegators. This page is the condensed orientation. The full runbooks with every command live in the validator sections linked at the end.

What you need

A dedicated x86_64 server and some LUME. The table shows the published minimums for each network. The overview pages list the recommended specs.
Use NVMe SSDs. HDDs cannot sustain a live CometBFT node. ARM (including Apple Silicon) is not supported for production nodes.
On testnet you get free LUME from the faucet. On mainnet you need at least 1 LUME for the minimum self-delegation and fees, and far more than that to enter the active set.

The path

Five stages take you from an empty server to a bonded validator.
  • Provision a server. Ubuntu 22.04 LTS or later on x86_64 hardware that meets the table above.
  • Install lumerad from the prebuilt release. Each release ships a linux/amd64 binary, the CosmWasm shared library, and an installer, so you do not need Go or a compiler.
  • Sync from a snapshot. Polkachu publishes snapshots for both networks. This is much faster than replaying every block from genesis.
  • Create and fund a key. This wallet pays transaction fees and holds your self-delegation.
  • Submit the create-validator transaction. Set your moniker, commission, and self-delegation, then confirm the validator appears on the Lumera Portal.
Match the binary version to the network before you install. For example, this returns the version mainnet currently runs.

Choose your network

Practice on testnet first. Tokens are free, mistakes cost nothing, and the process is identical. When your setup is solid, repeat it on mainnet with real stake.
The active set is capped at 50 validators ranked by total stake. Joining it means attracting more bonded stake than the smallest active validator, which your validator then displaces.

Next steps

Testnet guide

Rehearse the full setup with tokens that have no value.

Mainnet guide

Go to production with real stake on lumera-mainnet-1.

Run a SuperNode

Extend your validator with storage and compute services.