Skip to content

Commit 3317845

Browse files
committed
fixes after review
1 parent 4b43186 commit 3317845

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/avs/running-avs-operator-mainnet.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ After registering, please inform us so we can add you to the [restricted atteste
5050

5151
## Step 3: Depositing Stake on a Supported Strategy
5252

53-
After registering as an operator in EigenLayer, you must deposit stake on one of the supported staking strategies.
53+
After registering as an operator in EigenLayer, you must deposit stake on one or more of the supported staking strategies.
5454
This stake ensures that the operator has a financial commitment to the network.
5555

5656
:::info
5757
Having a non-zero stake is essential to obtain voting power in the RedStone AVS ecosystem. Without it, your operator is inactive and will not be able to participate effectively in consensus and governance.
5858
:::
5959

6060
Below, you'll find the list of currently supported staking strategies.
61-
You can either use the deposit command provided for each strategy or perform a restake manually via the EigenLayer application ("Restake" link).
61+
You can either use the deposit command provided for each strategy or perform a restake manually via the EigenLayer application ([Restake](https://app.eigenlayer.xyz/restake)).
6262

6363
### EIGEN Strategy
6464

@@ -90,7 +90,7 @@ docker run --platform linux/amd64 -it public.ecr.aws/y7v2w8b2/avs-othentic-clien
9090

9191
### RATT (RedStoneAVSTestToken) Strategy
9292

93-
This is a temporary staking strategy. It will be replaced with the final AVS token in the future.
93+
This is a temporary staking strategy. It will be replaced with the final RedStone token in the future.
9494

9595
**Strategy Address:** [0x8a0386043D03EFAd02c992B77F60c0dDc3dBaaaE](https://etherscan.io/address/0x8a0386043D03EFAd02c992B77F60c0dDc3dBaaaE)
9696

@@ -128,7 +128,8 @@ Below is an explanation of each field and information on which fields need to be
128128
| `L1_RPC` / `L2_RPC` | The RPC endpoint addresses for the L1 (Ethereum) and L2 (Base) networks, respectively |
129129

130130
:::tip
131-
The fields marked with comments (#) need to be filled in with the appropriate values specific to the operator’s setup.
131+
- The fields marked with comments (#) need to be filled in with the appropriate values specific to the operator’s setup.
132+
- Instead of using a `.env` file, you can set these values as system-wide environment variables.
132133
:::
133134

134135
## Step 5: Running the Operator
@@ -176,3 +177,9 @@ This will initiate both the Attester and the Validation API services as defined
176177
The above two Docker images do not necessarily need to be run using Docker Compose.
177178
Depending on the chosen hosting environment, they can be deployed in a variety of other ways that best suit the operational setup.
178179
:::
180+
181+
### Hardware Requirements:
182+
- CPU: 1 vCPU
183+
- RAM: 2 GB
184+
- Storage: 1 GB
185+
- Internet: Stable and fast connection is recommended

0 commit comments

Comments
 (0)