Deposit strategies
Multi-Prover AVS support the following strategies on Holesky:
ETH
Beacon Ether
0xbeaC0eeEeeeeEEeEeEEEEeeEEeEeeeEeeEEBEaC0
You will need a minimum of 32 ETH to get started as an operator. Refer to this guide to get ETH and LST on Holesky testnet, or obtain holETH below:
Restaking on Holesky Testnet
Skip ahead if you have already restake on Holesky tesnet. Make sure that the wallet corresponding to the EcdsaKeyFile holds enough WETH or LST
Follow EigenLayer’s restaking guide to restake the ETH or LST.
Alternatively, the code and tooling required to restake LST on EigenLayer is also available below(make sure you have already get LST before using the tool):
# Change the `strategy` and `amount` args accordingly
./run.sh deposit -strategy 0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3 -amount 32
strategy
: Strategy contract address of the LST that you want to stake, the0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3
is the strategy address ofLido Staked Ether
, you can change it to any supported strategies.amount
: Amount of LST (determined by the strategy address) you want to stake, here32
means 32Lido Staked Ether
.
Make sure you are operating on holesky.eigenlayer.xyz.
Last updated
Was this helpful?