The deposit credit system is a mechanism to track ETH that was previously bonded by node operators but is no longer required and make it available for use again. The source of this credit comes from two places:
Every node operator begins with a credit balance of 0 ETH. Either of these two actions will increase that balance accordingly.
This ETH is not made liquid and returned to the node operator; instead, it can be used to create additional minipools without requiring any ETH from the node operator.
The credit system is transparent to the node operator; it will automatically be used (with notifications in the Smartnode CLI explaining that it will be used) during either rocketpool node deposit
or rocketpool node create-vacant-minipool
operations if possible.
If it cannot be used, the Smartnode will alert the user that it cannot be used and will require a normal ETH bond during either operation.
See the Credit Availability section below for more details.
Say you have a credit balance of 0 ETH, and a single minipool with a 16-ETH bond. You can then migrate that minipool to an 8-ETH bond. This will result in 8 ETH that is no longer bonded. That 8 ETH will be placed into your credit balance.
Now, say you want to create a second 8-ETH minipool.
You run rocketpool node deposit
as usual, and select 8-ETH as the bond amount.
This normally requires you to provide 8 of your own ETH for the minipool.
However, because you have a credit balance of 8 ETH, Rocket Pool will automatically use that instead:
The second set of lines here is the relevant one: they tell you that you have enough ETH in your credit balance to cover this deposit and that it is available for use, so it will use the balance automatically and won't require any supplemental ETH from your node wallet.
See the availability section below for details on credit balance availability.
To view your current credit balance, simply run the following command:
This produces a comprehensive list of details about your node, including its credit balance right at the top:
In some situations, your node might have a credit balance available but cannot currently use it to deploy additional minipools.
The ETH for your credit balance is taken from the deposit pool. Thus, if you want to use 8 ETH in credit to create a new 8-ETH minipool, it will end up taking all 32 ETH for that minipool from the deposit pool and require none from you. Because of this, if the deposit pool does not have enough ETH in it to cover the pre-deposit value (currently set to 1 ETH), the balance will not be available.
In this situation, the Smartnode will alert you during a rocketpool node deposit
operation that it cannot use your credit balance, and must instead use ETH from your node wallet to complete the bond.
Doing so will not consume your credit balance; it will be left as-is and available for use later once the deposit pool has enough balance to cover it.