You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
@@ -26,7 +26,7 @@ Minimum hardware requirements:
26
26
To start with, clone the Aligned repository and move inside it
@@ -80,7 +80,7 @@ This will display the current version of the operator binary.
80
80
81
81
## Step 3 - Update the configuration for your specific Operator
82
82
83
-
Update the following placeholders in `./config-files/config-operator.yaml`:
83
+
Update the following placeholders in `./config-files/config-operator-mainnet.yaml`:
84
84
85
85
-`"<operator_address>"`
86
86
-`"<earnings_receiver_address>"`
@@ -95,7 +95,7 @@ The keys are stored by default in the `~/.eigenlayer/operator_keys/` directory,
95
95
96
96
{% hint style="danger" %}
97
97
98
-
Don't keep the Operator Key in the Aligned Operator Node
98
+
Don't keep the Operator Key in the Aligned Operator Node. If you already registered, don't use it. If you need to register, delete it after step 4.
99
99
100
100
{% endhint %}
101
101
@@ -125,53 +125,23 @@ eth_ws_url: "wss://<RPC_1>"
125
125
eth_ws_url_fallback: "wss://<RPC_2>"
126
126
```
127
127
128
-
## Step 4 - Deposit Strategy Tokens
128
+
## Step 4 - Register Operator on AlignedLayer
129
129
130
-
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
131
-
132
-
To do so, there are two options, either doing it through EigenLayer's website, and following their guide, or running the commands specified by us below.
133
-
134
-
You will need to stake a minimum of 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.
135
-
136
-
### Option 1
137
-
138
-
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
139
-
140
-
### Option 2
141
-
142
-
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 ETH to WETH.
143
-
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) already installed.
144
-
Change the parameter in ```---value``` if you want to wrap a different amount:
130
+
Then you must register as an Operator on AlignedLayer. To do this, you must run:
`<private_key>` is the one specified in the output when generating your keys with the EigenLayer CLI.
216
+
217
+
218
+
## Deposit Strategy Tokens in Testnet
219
+
220
+
We are using [WETH](https://holesky.eigenlayer.xyz/restake/WETH) as the strategy token.
221
+
222
+
To do so, there are two options, either doing it through EigenLayer's website, and following their guide, or running the commands specified by us below.
223
+
224
+
You will need to stake a minimum of 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.
225
+
226
+
### Option 1
227
+
228
+
EigenLayer's guide can be found [here](https://docs.eigenlayer.xyz/eigenlayer/restaking-guides/restaking-user-guide/liquid-restaking/restake-lsts).
229
+
230
+
### Option 2
231
+
232
+
If you have ETH and need to convert it to WETH you can use the following command, that will convert 1 ETH to WETH.
233
+
Make sure to have [foundry](https://book.getfoundry.sh/getting-started/installation) already installed.
234
+
Change the parameter in ```---value``` if you want to wrap a different amount:
0 commit comments