Everlight is rolling out in phases. The mechanisms on this page ship through governance-approved chain upgrades, and parameters can change through governance at any time.
The Everlight SN Pool
The Everlight SN Pool is a module account insidex/supernode, the module that manages SuperNode registration, ranking, and rewards. There is no separate Everlight module. The pool account accumulates LUME between distributions, and any address can send funds to it with a standard bank transfer. The distribution logic does not care where the balance came from. It pays out whatever the pool holds when a payment period ends.
Payment periods
Payment periods are measured in block height, not wall-clock time. A governance parameter,payment_period_blocks, sets the number of blocks between distributions. At the end of every block the module checks how many blocks have passed since the last distribution. Once the interval has elapsed, the distribution runs automatically in that block. No transaction or off-chain trigger is involved.
Two edge cases are handled cleanly.
- If the pool is empty at the boundary, the period simply advances and SuperNodes receive nothing that period.
- If no SuperNode is eligible at the boundary, the balance carries over to the next period.
Proportional distribution
The pool distributes to eligible SuperNodes in proportion to the Cascade data each one retains. The weight metric iscascade_kademlia_db_bytes, the number of bytes a SuperNode holds in its Cascade Kademlia store. SuperNodes report this metric through LEP-4, the Lumera Enhancement Proposal that defines self-reported node metrics. See the LEP repository for the proposal texts.
- Its state is
ACTIVEorSTORAGE_FULL. See Everlight for SuperNode operators for the state rules. - Its retained Cascade bytes meet the minimum payment threshold.
- Its latest metrics report is recent enough to count as fresh.
Funding sources
The pool draws from several sources, so no single stream is a point of failure.
Registration fees themselves do not go up. The routed share comes out of the existing fee split, so uploaders pay the same one-time price. You are never billed again after registration.
Governance parameters
Every economic knob in Everlight is a governance parameter. Token holders can tune the system through standard proposals, without a hard fork.
Query current values on chain once the parameters are live, and treat any number in this page as changeable by governance.
Next steps
For SuperNode operators
The STORAGE_FULL state and what payouts mean for your node.
Governance
How parameter changes are proposed and voted on.
How Cascade works
The upload flow that Everlight keeps funded.