🤖Operator Registration

To operate the network, participants must register as EigenLayer Operators and sign up on the AVS

Using the CLI


The Othentic CLI allows you to easily register your Operators.

To do so, run the following command:

othentic-cli operator register

To register an operator on mainnet add: --l1-chain mainnet

This will start up the process of registering as an Operator on both EigenLayer (if needed) and your AVS. You will be prompted to pass in your AVS Governance contract address along with the rewards receiver address.

The rewards receiver is the address which will receiver the rewards on behalf of your operator. Ideally it should be a smart contract that distributes rewards received to the stakers that had delegated their stake. You can leave this field empty to pass the operator address by default.

The Othentic CLI also allows you to unregister your operator with a single command.

othentic-cli operator unregister

Last updated