diff --git a/docs/restakers/concepts/overview.md b/docs/restakers/concepts/overview.md index 8647d57a..803dfa03 100644 --- a/docs/restakers/concepts/overview.md +++ b/docs/restakers/concepts/overview.md @@ -3,6 +3,13 @@ sidebar_position: 1 title: Restaking Overview --- +:::important +While the Holesky network instability continues: +* EigenPods and native ETH restaking are not available on Holesky. +* AVS developers can use Sepolia for development and testing. + +For more information, refer to the [EigenLayer blog](https://www.blog.eigenlayer.xyz/). +::: ## **Liquid & Native Restaking** diff --git a/docs/restakers/restaking-guides/testnet/1-restaking-developer-guide.md b/docs/restakers/restaking-guides/testnet/1-restaking-developer-guide.md index fbc7f852..d9b9b409 100644 --- a/docs/restakers/restaking-guides/testnet/1-restaking-developer-guide.md +++ b/docs/restakers/restaking-guides/testnet/1-restaking-developer-guide.md @@ -3,7 +3,13 @@ sidebar_position: 4 title: Restaking Smart Contract Developer (Testnet) --- +:::important +While the Holesky network instability continues: +* EigenPods and native ETH restaking are not available on Holesky. +* AVS developers can use Sepolia for development and testing. +For more information, refer to the [EigenLayer blog](https://www.blog.eigenlayer.xyz/). +::: The following instructions include an overview of the changes to Smart Contract Restaking per the Slashing and Operator Set release (Currently in Testnet). All existing instructions on [Restaking Smart Contract Developer](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-developer-guide) remain unchanged for this update, except where noted below. diff --git a/docs/restakers/restaking-guides/testnet/README.md b/docs/restakers/restaking-guides/testnet/README.md index 380c495c..05bcd550 100644 --- a/docs/restakers/restaking-guides/testnet/README.md +++ b/docs/restakers/restaking-guides/testnet/README.md @@ -3,6 +3,14 @@ sidebar_position: 4 title: Testnet Restaking --- +:::important +While the Holesky network instability continues: +* EigenPods and native ETH restaking are not available on Holesky. +* AVS developers can use Sepolia for development and testing. + +For more information, refer to the [EigenLayer blog](https://www.blog.eigenlayer.xyz/). +::: + ## Testing Restaking on the Holesky Testnet Users are encouraged to first test their staking approach on the Holesky Testnet prior to restaking on ETH Mainnet. diff --git a/docs/restakers/restaking-guides/testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts.md b/docs/restakers/restaking-guides/testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts.md index 212224fe..95036548 100644 --- a/docs/restakers/restaking-guides/testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts.md +++ b/docs/restakers/restaking-guides/testnet/obtaining-testnet-eth-and-liquid-staking-tokens-lsts.md @@ -1,8 +1,15 @@ --- sidebar_position: 2 +title: Obtaining Testnet ETH & Liquid Staking Tokens (LSTs) --- -# Obtaining Testnet ETH & Liquid Staking Tokens (LSTs) +:::important +While the Holesky network instability continues: +* EigenPods and native ETH restaking are not available on Holesky. +* AVS developers can use Sepolia for development and testing. + +For more information, refer to the [EigenLayer blog](https://www.blog.eigenlayer.xyz/). +::: In this guide, we will show you how to use a Holesky faucet to load your wallet with [testnet ETH](https://ethereum.org/en/developers/docs/networks/#ethereum-testnets) and how to obtain Holesky Liquid Staking Tokens so you can start testing liquid restaking.