Skip to content

Commit 4b43186

Browse files
committed
docs: avs info about restricted attesters for task definition
1 parent c72a9e4 commit 4b43186

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@ After executing the command, the following information will be required:
4444
- **Rewards Receiver Address** – Optional. If left blank, it defaults to the operator's address.
4545
- 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.
4646

47+
:::important
48+
After registering, please inform us so we can add you to the [restricted attesters list](https://docs.othentic.xyz/main/avs-framework/othentic-consensus/task-and-task-definitions#set-restricted-operator-set-for-a-task) for the task definition.
49+
:::
50+
4751
## Step 3: Depositing Stake on a Supported Strategy
4852

4953
After registering as an operator in EigenLayer, you must deposit stake on one of the supported staking strategies.
5054
This stake ensures that the operator has a financial commitment to the network.
5155

52-
:::important
56+
:::info
5357
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.
5458
:::
5559

@@ -117,11 +121,11 @@ ATTESTATION_CENTER_ADDRESS=0x2B766957ce3dbab9eC4b227f5086855CeE7a1ad6
117121

118122
Below is an explanation of each field and information on which fields need to be filled out:
119123

120-
| Parameter | Description |
121-
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
122-
| `PRIVATE_KEY` | The [Consensus Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#consensus-key) |
123-
| `OPERATOR_ADDRESS` | The public address of the [Controller Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#controller-key) |
124-
| `L1_RPC` / `L2_RPC` | The RPC endpoint addresses for the L1 (Ethereum) and L2 (Base) networks, respectively |
124+
| Parameter | Description |
125+
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
126+
| `PRIVATE_KEY` | The [Consensus Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#consensus-key) |
127+
| `OPERATOR_ADDRESS` | The public address of the [Controller Key](https://docs.othentic.xyz/main/avs-framework/othentic-cli/private-key-management#controller-key) (optional if both private keys are the same) |
128+
| `L1_RPC` / `L2_RPC` | The RPC endpoint addresses for the L1 (Ethereum) and L2 (Base) networks, respectively |
125129

126130
:::tip
127131
The fields marked with comments (#) need to be filled in with the appropriate values specific to the operator’s setup.

0 commit comments

Comments
 (0)