Consolidation & Switch
Simplify your validator operations
Last updated
Simplify your validator operations
Last updated
Pectra EIP 7251 enables consolidation of stake from multiple validators into a single validator with a maximum effective balance of 2048 ETH. This operations moves stake from multiple validators into a single validator without having to exit the validators from the network.
Switching operations are performed to convert validators with 0x01 type withdrawal credentials to 0x02 type withdrawal credentials in order to be eligible for auto-compounding and partial withdrawals.
POST
/validators/consolidate
Submits a consolidate request to generate an unsigned transaction. This transaction needs to be signed by the validator withdrawal address and broadcasted to the network to trigger consolidation.
api-key*
String
API Key provided by Luganodes
sourcePubKey*
String
Public address of source validator
targetPubKey*
String
Public address of target validator
message
Transaction generation status
String
consolidationRequestTrx
Transaction Object
Object
unsignedTx
Unsigned transaction object which needs to be signed wiith the validator withdrawal address
String
POST
/validators/switch
Submits a switch request to generate an unsigned transaction which needs to be signed with the validators withdrawal address and broadcasted to the network. This operation will convert your validators 0x01 withdrawal credentials to 0x02 type.
api-key*
String
API Key provided by Luganodes
pubKey*
String
Public address of validator
message
Transaction generation status
String
switchRequestTrx
Transaction Object
Object
unsignedTx
Unsigned transaction object which needs to be signed wiith the validator withdrawal address
String