Existing operators. The
v1.20.0 EVM upgrade changes account key derivation. On networks that have upgraded (testnet today), the daemon can migrate your account once evm_key_name is set in config.yml, or you can migrate first yourself. See the EVM upgrade page.Services and rewards
Cascade is permanent, redundant file storage. Your SuperNode encodes files with RaptorQ erasure coding, splits them into redundant symbols, and distributes the symbols across the P2P network. The original file can be rebuilt even when a subset of symbols is lost. Sense protects content integrity. Participating SuperNodes independently evaluate submitted media for near duplicates and reach a consensus backed verdict. The protocol selects a set of top ranked SuperNodes for each action, based on stake and performance. If your SuperNode is selected and fulfills the action correctly, you receive a share of the action fee. This is proof of service income, separate from validator staking rewards. Higher stake and reliable uptime improve your rank and your earning opportunities.Architecture
The SuperNode and its validator are two independent hosts that meet on chain. The validator produces blocks through its normal consensus P2P on port 26656. The SuperNode separately talks to the Lumera chain over gRPC to read state and broadcast its own messages.register-supernode(VALOPER, SN_ENDPOINT, SN_ACCOUNT). Signed by the validator operator key, this message binds a specific SuperNode endpoint and account to a specific validator. Only that validator’s operator can register, update, or retire the SuperNode.- Stake delegation from
SN_ACCOUNTtoVALOPER. Under LEP-3, the combined total of validator self-delegation and this SN account delegation must meet the network’s minimum stake.
Key information
Staking requirements (LEP-3)
SuperNode registration requires a minimum combined stake from two sources, enforced on chain through theminimum_stake_for_sn parameter.
The stake can come from two sources combined. Both count toward the minimum.
- Validator self-delegation, which must be non-zero.
- Delegation from the SuperNode account (
SN_ACCOUNT) to your validator.
SN_ACCOUNT gives 10,000 LUME total, which meets the requirement.
You can verify the current on-chain requirement at any time.
This parameter is governable and can change through a governance proposal. Always check the current value before registering.
Hardware requirements
SuperNodes are more resource-intensive than validators because of the compute workloads they handle.Required ports
SuperNode host
Validator host
Prerequisites
Before setting up a SuperNode, you need the following.- A running Lumera validator in a bonded state. See the testnet or mainnet validator guide.
- A separate server meeting the hardware requirements above.
- Access to the validator operator key for registration transactions.
- Testnet LUME tokens from the testnet faucet, the AstroStake faucet, or Discord.
Automated setup
If you prefer a one-command setup, use the tested setup script that handles all steps automatically.Next steps
Node setup
Install sn-manager and initialize the SuperNode.
Register
Fund, delegate, and register on chain.
Operations
Monitor, upgrade, and troubleshoot your node.