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
Make sure you are running Node version 22.6 and not the latest. The latest node version has issues that are widely know and will cause issues with the running of the othentic-cli
othentic-cli should not be run inside the folder that has the .env file. If you do, it will throw errors.
Installing Othentic CLI with npm
:
Verify installation by the command:
The outcome should be similar to (version can be higher than the below):
CLI installation is completed.
3. Register the Operator
The Othentic CLI allows you to easily register your Operators.
Then, run the following command:
This 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