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

  1. 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

  2. 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>

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