Skip to content

Commit 43b6404

Browse files
docs: add system requirements and staking limit to readme (#396)
1 parent 84a8f9b commit 43b6404

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,19 @@ aligned \
128128
129129
This guide assumes you are already [registered as an operator with EigenLayer](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).
130130

131+
#### Hardware Requirements
132+
133+
Minimum hardware requirements:
134+
135+
| Component | Specification |
136+
| ------------- | ----------------- |
137+
| **CPU** | 16 cores |
138+
| **Memory** | 32 GB RAM |
139+
| **Bandwidth** | 1 Gbps |
140+
| **Storage** | 256 GB disk space |
141+
142+
#### Software Requirements
143+
131144
Ensure you have the following installed:
132145

133146
- [Go](https://go.dev/doc/install)
@@ -179,11 +192,12 @@ The keys are stored by default in the `~/.eigenlayer/operator_keys/` directory,
179192

180193
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
181194

182-
To do so there are 2 options, either doing it through EigenLayer website and following their guide, or running the commands specified by us below:
195+
To do so there are 2 options, either doing it through EigenLayer's website, and following their guide, or running the commands specified by us below.
196+
197+
You will need to stake a minimum of a 1000 Wei in WETH. We recommend to stake a maximum amount of 10 WETH. If you are staking more than 10 WETH please unstake any surplus over 10.
183198

184199
#### Option 1:
185-
The eigen guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
186-
You will need to stake a minimum of a 1000 wei in WETH. We recommend to stake a maximium amount of 10 ETH.
200+
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
187201

188202
#### Option 2:
189203
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 Eth to WETH. Change the parameter in ```---value``` if you want to wrap a different amount:
@@ -194,7 +208,7 @@ cast send 0x94373a4919B3240D86eA41593D5eBa789FEF3848 --rpc-url https://ethereum-
194208

195209
Here `<private_key>` is the placeholder for the ECDSA key specified in the output when generating your keys with the EigenLayer CLI.
196210

197-
Finally, to end the staking process, you need to deposit into the strategy, as shown in the Eigen guide, or alternatively, you can run the following command to deposit one WETH:
211+
Finally, to end the staking process, you need to deposit into the strategy, as shown in EigenLayer's guide, or alternatively, you can run the following command to deposit 1 WETH:
198212

199213
```bash
200214
./operator/build/aligned-operator deposit-into-strategy --config ./config-files/config-operator.yaml --strategy-address 0x80528D6e9A2BAbFc766965E0E26d5aB08D9CFaF9 --amount 1000000000000000000

0 commit comments

Comments
 (0)