Reach out to your contact within the Ungate team to whitelist you or fill out the 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:
npm i -g @othentic/othentic-cli
Verify installation by the command:
othentic-cli -v
The outcome should be similar to (version can be higher than the below):
othentic-cli version 1.3.0
CLI 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 mainnet
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>