Cluster Balance
The cluster balance must be maintained to keep its validators operating. This page explains how to calculate a cluster balance at a specific block.
The cluster balance must always remain above the required collateral for that cluster. Only the portion above the liquidation collateral counts toward operational runway.

Because operator and network fees are dynamic, the required liquidation collateral can vary between clusters. To calculate how much ETH is needed as collateral for a cluster, see Liquidations.
Cluster Balance Formula
As explained in the documentation page related to Payments, cluster balance is affected by three main factors:
- Network fee
- Operator fees
- Effective balance
To track changes over time, the protocol uses indexes. Network-fee and operator-fee indexes are both needed to calculate cluster balance, together with the cluster snapshot recorded the last time the cluster was updated.
Cluster balance
To calculate the updated cluster balance from the most recent snapshot, use:
Legend:
- - cluster balance at block number
nin ETH - - value of the cluster balance on its latest snapshot
- - Change in network fees paid since the last snapshot
- - Change in operator fees paid since the last snapshot
- - total effective balance of validators managed by the cluster
Network fees delta
Below is the formula used to calculate the network fees owed since the last cluster snapshot:
Legend:
- - Change in network fees paid since the last snapshot
- - Protocol Network Fee Index, the latest protocol-wide network fee index
- - Block number of the latest blockchain block
- - The block number at which the Protocol Network Fee Index was taken
- - The current network fee
- - Cluster Network Fee Index, the latest network fee index for the given cluster
Operators fees delta
Similarly, below is the formula used to calculate the operators fees owed since the last cluster snapshot:
Legend (n represents the nth operator in this cluster):
- - Change in operator fees paid since the last snapshot
- - Operator Fee Index, the latest protocol-wide operator fee index
- - Block number of the latest blockchain block
- - The block number at which the Operator Fee Index was taken
- - The current operator fee for the nth operator
- - Cluster Index, the latest index for the given cluster
Have a look at how to collect the necessary data to calculate the balance on the Subgraph Examples page.
A programmatic example of calculating the cluster balance has been added to the SSV SDK.
Burn Rate
The burn rate is the rate at which a cluster spends ETH per block. It is the sum of all operator fees plus the current network fee, scaled by the cluster’s effective balance.
Legend:
- - The current operator fee for the nth operator
- - The current network fee
- - total effective balance of validators managed by the cluster
Operational Runway
Any funds added above the required collateral prolong the operation of the cluster’s validators and are usually referred to as operational runway. Cluster owners can manage cluster balance by depositing or withdrawing funds, with the understanding that only excess balance contributes to runway.
To calculate the effects of deposits and withdrawals on your cluster’s operational runway:
Legend:
- - Amount of ETH in the cluster balance, exceeding the Liquidation Collateral
- - The rate at which a cluster spends ETH per block
Deposits
Deposits can be made to a cluster's balance to ensure the cluster avoids liquidation and to extend its operational runway.
Withdrawals
Withdrawals allow cluster owners to remove excess balance for capital efficiency. Cluster owners may not withdraw a cluster’s liquidation collateral. That collateral can be withdrawn only when offboarding the cluster by removing all validators from it. In practice, this means cluster owners can withdraw only from the portion of balance counted as runway.