STORAGE_FULL state, and what keeps your node eligible for payouts. Read How Everlight payments work for the distribution mechanics.
SuperNode software compatibility for Everlight shipped in v2.5.0-testnet. Everlight itself is rolling out in phases, and the chain-side pieces arrive through governance-approved upgrades. Keep your node current with sn-manager and watch upgrade announcements. The operations guide covers updates and monitoring.
The STORAGE_FULL state
Today a SuperNode that violates any compliance threshold is moved toPOSTPONED and excluded from all work. That is the right response to an unreliable node, but a full disk is not unreliability. A node that has filled its storage allocation still holds its Cascade data and can still run compute services.
Everlight introduces STORAGE_FULL, a state for exactly this case. The transition rules are strict.
- A node enters
STORAGE_FULLwhen itsdisk_usage_percentexceedsmax_storage_usage_percentand no other compliance check is failing. The threshold is an existing SuperNode parameter, and governance can change it. - If any other check fails, with or without a full disk, the node goes to
POSTPONEDas before. The more restrictive state always wins. - When the node frees storage below the threshold, it returns to
ACTIVE.
STORAGE_FULL versus POSTPONED
The two states look similar but their economics are opposites.
A
STORAGE_FULL node keeps earning Everlight payouts for every byte of Cascade data it already holds, and it stays eligible for compute work such as Sense verification and AI inference. Only new storage assignments stop. A POSTPONED node earns nothing from Everlight until it resolves its violations.
Payout eligibility
Your node qualifies for a distribution when all of the following hold.- Its state is
ACTIVEorSTORAGE_FULL. - Its retained Cascade bytes, reported as
cascade_kademlia_db_bytesthrough LEP-4 metrics, meet the minimum payment threshold. - Its latest metrics report is fresh.
What to do as an operator
- Run a compatible SuperNode version. Compatibility shipped in
v2.5.0-testnet, andsn-managerkeeps your node on current releases. - Keep your node compliant. Everlight rewards retention, but only for nodes that are
ACTIVEorSTORAGE_FULL. APOSTPONEDnode forfeits payouts entirely. - Watch your disk headroom.
STORAGE_FULLprotects your revenue on held data, but onlyACTIVEnodes receive new storage assignments that grow it. - Follow governance. Payment period length, minimum thresholds, and the fee share that funds the pool are all on-chain parameters.
Next steps
Operations guide
Updates, configuration, and monitoring for your SuperNode.
How payments work
The pool, payment periods, and proportional distribution.
SuperNode overview
What SuperNodes do and how they earn.