Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

[Do not merge] Added notes re the current state of Holesky and impact to EigenPods/native Eth restaking #445

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0256e60
Minimal restructure to demo Concept/How To/Reference/Tutorial approach
MadelineAu Feb 5, 2025
f7c9d9a
fixed redirects and urls
wesfloyd Feb 5, 2025
bd627ef
Addressing review comments
MadelineAu Feb 6, 2025
feae197
Merge branch 'devRestruture' of github.com:MadelineAu/eigenlayer-docs…
MadelineAu Feb 6, 2025
96bbf96
Added redirects
MadelineAu Feb 6, 2025
5264329
fixed redirects
MadelineAu Feb 6, 2025
4e5b0bd
more redirect fixing
MadelineAu Feb 6, 2025
8bff2ec
Merge branch 'MadelineAu-devRestruture'
MadelineAu Feb 6, 2025
9f63380
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 9, 2025
af864c0
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 10, 2025
c49b0e8
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 10, 2025
7e430a0
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 17, 2025
0e1a6eb
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 18, 2025
3ed0774
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 19, 2025
8130497
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 21, 2025
37281a6
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 21, 2025
cf76167
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 21, 2025
6126940
Merge remote-tracking branch 'upstream/main'
MadelineAu Feb 23, 2025
34fad65
Merge remote-tracking branch 'upstream/main'
MadelineAu Mar 3, 2025
e8465ae
Merge remote-tracking branch 'upstream/main'
MadelineAu Mar 4, 2025
d5ab33c
Merge remote-tracking branch 'upstream/main'
MadelineAu Mar 5, 2025
18f4927
Merge remote-tracking branch 'upstream/main'
MadelineAu Mar 5, 2025
cbaee98
Merge remote-tracking branch 'upstream/main'
MadelineAu Mar 6, 2025
b8588ed
Added notes re current state of Holesky and EigenPods/restaking
MadelineAu Mar 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/restakers/concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 8 additions & 0 deletions docs/restakers/restaking-guides/testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down