Skip to content

Commit 660f423

Browse files
committed
docs: avs - registration parameters
1 parent f7487ea commit 660f423

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Below, you'll find the list of currently supported staking strategies, along wit
3333

3434
**Strategy Address:** [0x7079A4277eAF578cbe9682ac7BC3EfFF8635ebBf](https://etherscan.io/address/0x7079A4277eAF578cbe9682ac7BC3EfFF8635ebBf)
3535

36+
**Restake:** https://app.eigenlayer.xyz/restake/EIGEN
37+
3638
**Deposit Command:**
3739

3840
```bash
@@ -78,14 +80,18 @@ This registration process is essential for establishing an identity and enabling
7880
To register, the following command should be executed in the terminal:
7981

8082
```bash
81-
docker run --platform linux/amd64 -it public.ecr.aws/y7v2w8b2/avs-othentic-client:fc63f951 operator register
83+
docker run --platform linux/amd64 -it public.ecr.aws/y7v2w8b2/avs-othentic-client:fc63f951 \
84+
operator register \
85+
--l1-chain mainnet
8286
```
8387

8488
After executing the command, the following information will be required:
8589

8690
- **Operator's Private Key** (The [Controller](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key) key): This is the key used to sign up with the Othentic shared security protocol and is the account to which restakers delegate their staked assets.
87-
- **Signing Key** (The [Consensus](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key) key): This is the key used by the node itself to sign consensus messages.
88-
- **AVS Governance Contract Address**: the following contract address should be entered: [0x6f943318b05AD7c6EE596A220510A6D64B518dd8](https://etherscan.io/address/0x6f943318b05AD7c6EE596A220510A6D64B518dd8).
91+
- **Use a different private key for Consensus?** (The [Consensus](https://docs.othentic.xyz/main/avs-framework/othentic-cli/operator-registration#controller-key-and-consensus-key) key): Choose "Yes" if you want to use a separate key for signing consensus messages, otherwise select "No" to use the same key.
92+
- **AVS Governance Contract Address**: the following contract address should be entered: `0x6f943318b05AD7c6EE596A220510A6D64B518dd8`
93+
- **Rewards Receiver Address** – Optional. If left blank, it defaults to the operator's address.
94+
- If you are not yet registered with EigenLayer, you will be prompted to provide additional details, such as your operator name, description, website, logo URL, and Twitter profile.
8995

9096
## Step 4: Preparing the Configuration File
9197

0 commit comments

Comments
 (0)