Craft on-chain transactions for managing your Pectra validators
Pier Two provide a set of API's to craft transactions to manage Pectra Validators.
Single topup
- Top up a single validator via the canonical beacon deposit contract
- Endpoint reference
- SDK example
Batch topup
- Top up multiple validators via the Pier Two batch deposit contract
- Endpoint reference
- SDK example
Consolidate / Upgrade from 0x01
to 0x02
0x01
to 0x02
- Upgrade an existing validator from
0x01
to0x02
withdrawal credentials to enable Pectra functionality - Combine multiple validators into a single validator with
0x02
withdrawal credentials - Endpoint reference
- SDK example
Partial withdrawal / Exit
- Withdraw validator balances down to a minimum balance of 32 ETH
- Trigger a full exit of an active validator
- Endpoint reference
- SDK example