Registration
You'll need to register yourself with Ungate's AVS. Follow the steps below.
1. Whitelist the operator address
Reach out to your contact within the Ungate team to whitelist you or fill out the form here to be contacted by someone within the team.
2. Install the Othentic CLI
Installing Othentic CLI with npm:
npm i -g @othentic/othentic-cliVerify installation by the command:
othentic-cli -vThe outcome should be similar to (version can be higher than the below):
othentic-cli version 1.3.0CLI installation is completed.
3. Register the Operator
The Othentic CLI allows you to easily register your Operators.
Then, run the following command:
othentic-cli operator register --l1-chain mainnetThis will start up the process of registering as an Operator on both EigenLayer (if needed) and your AVS.
Enter your private key: <Operator Private Key>
Enter your Signing key: <Signer / Proxy Private Key>
AVS Governance address - 0xB3e069FD6dDA251AcBDE09eDa547e0AB207016ee
Rewards Receiver address (default: msg.sender): <Enter to go with default or enter an alternate account address to receive rewards>
You are now registered and ready to operate. If you face any issues, please reach out to your contact in the Ungate team.
Last updated