Registration Process

Registration

Registration into Fermah AVS as an Operator.

Our registration process calls into our Registry Coordinator and attempts to register Fermah as an AVS for your EL Operator.

Prerequisites

  • ECDSA and BLS key imported and submitted through our form and confirmed that you have been whitelisted
  • A static and reachable public IP on a selected port (e.g. 8888)
  • A Holesky Ethereum Node RPC URL access with your API key (e.g. Alchemy, Infura or private)
  • Configuration files setup through Configuration

Registration Command

When running the following command, make sure you replace:

  • OPERATOR with your operator name, in lowercase
  • PUB_IP with your outermost public IP
  • PORT (optional)
  • RPC with a Holesky RPC URL
NETWORK=dev
ECDSA=ecdsa.operator
BLS=bls.operator
OPERATOR=operatorname
PUB_IP=1.2.3.4
PORT=8888
RPC=https://mainnet.infura.io/v3/API-KEY

fermah-operator register \
--network $NETWORK \
--registration $OPERATOR \
--key $ECDSA \
--bls $BLS \
--chain-rpc $RPC \
--p2p-nat $PUB_IP:$PORT

You may need to add --register-in-el argument if you are not yet registered in EigenLayer.

  • You should be prompted to enter your keys with a password
  • Registration will only succeed if you have been properly whitelisted with the keys you are using
Previous
EigenLayer Deposit