Deposit strategies

Multi-Prover AVS support the following strategies on Holesky:

Token symbolToken nameStrategy address

ETH

Beacon Ether

0xbeaC0eeEeeeeEEeEeEEEEeeEEeEeeeEeeEEBEaC0

WETH

Wrapped Ether

sfrxETH

Staked Frax Ether

mETH

Mantle Staked Ether

osETH

StakeWise Staked Ether

rETH

Rocket Pool Ether

lsETH

Liquid Staked Ether

stETH

Lido Staked Ether

ankrETH

Ankr Staked Ether

cbETH

Coinbase Staked Ether

ETHx

Stader Staked Ether

0xbeaC0eeEeeeeEEeEeEEEEeeEEeEeeeEeeEEBEaC0 is not a real contract. It is used for Beacon Chain Ether shares.

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, the 0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3 is the strategy address of Lido Staked Ether , you can change it to any supported strategies.

  • amount: Amount of LST (determined by the strategy address) you want to stake, here 32 means 32 Lido Staked Ether.

Make sure you are operating on holesky.eigenlayer.xyz.

Last updated