Registration
After installation, 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 -hThe outcome should be similar to:
Usage: main [options] [command]
Options:
-v, --version show othentic-cli version
-h, --help display help for command
Commands:
node <type> run an Othentic AVS node
network <action> deploy and manage your AVS network
...CLI installation is completed.
3. Register the Operator
The Othentic CLI allows you to easily register your Operators.
If you do not have any Holesky ETH in your operator account, go to this faucet and request some before registration -
https://cloud.google.com/application/web3/faucet/ethereum/holesky
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>
AVS Governance address - 0x99D0934babb42452A658CF9225c80D5e940c0c34
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